Hi all,
I am using MX6Q-SDP connectted with USB mouse,keyboard and LVDS.After linux run,the touch screen and usb mouse can
work well, but the keyboard can't work.And I got some error after boot up:
(EE) XKB: Couldn't open rules file /usr/share/X11/xkb/rules/base
(EE) XKB: No components provided for device Virtual core keyboard
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
matchbox: keyboard does not appear to have a &1
if ; then
IS_BABBAGE=YES
Xfbdev -keybd keyboard,,device=/dev/input/keyboard0 -mouse mouse,2,device=/dev/input/mice &
fi
if ; then
Xfbdev -mouse tslib,2,device=/dev/input/ts0 -mouse mouse,2,device=/dev/input/mice&
else
Xfbdev -mouse mouse,2,device=/dev/input/mice&
fi
sleep 8
matchbox-window-manager -d :smileyshocked: -use_lowlight no -use_titlebar yes -use_cursor yes&
matchbox-desktop&
matchbox-panel --bgtrans yes &
sleep 5
Calibrate when using the rootfs the first time
Check whether the touch screen exists
if ; then
ls /usr/etc | grep pointercal > /dev/null 2>&1
if ; then
ts_calibrate
fi
fi
Thanks in advance!