I have compiled root file system for my arm development board with the help of buildroot.My rootfs contains TinyX server and match-box as window manager.Then i have launched the x server by this script below.
export DISPLAY=:0
X -wr -keybd keyboard -mouse mouse & (TinyX)
matchbox-session &
The problem that i am facing is keyboard not working in the TinyX server.
The TinyX server is producing the following error message
“driver Linux console keyboard wanted to post scancode 57 outside of [0, 0]!”
for all key press and release.
But mouse is working fine.
Can anybody please give me some suggestions to troubleshoot this issue?
Env: QEMU qemu-system-arm ver 1.2.0 on Ubuntu 12.10 host.
Guest: kernel 3.2.21
Emulated board: ARMv7l Verstatile Express
Root filesystem with X support, etc built using Buildroot ver 12.08; TinyX X server.
Ran qemu with:
Once the guest is running, we have a console window and a graphical qemu window (which is empty to start with).
In the guest console window:
Start X:
Then load up xterm, etc.
I use a simple script, here it is:
Notice the hint on how to determine mouse, keyboard device: look up dmesg output..