Hello) I'm working with AT91SAM9261EK. Linux kernel 2.6.30. Rootfs is x11-image (stable 2009, downloaded and built). I'm using a CRT monitor and I want to use USB mouse instead of touchscreen. After booting I saw that USB-mouse doesn't work. I can see the cursor on the screen, but it doesn't react on mouse movement. My actions were: 1) In /etc/sysconfig/gpelogin I set AUTOLOGIN="true" instead AUTOLOGIN="false" 2) In /etc/profile.d/tslib.sh I set TSLIB_TSDEVICE=/dev/input/mouse0 instead of TSLIB_TSDEVICE=/dev/input/touchscreen0 3) I removed 30xTs_calibrate.sh from /etc/X11/Xinit.d to skip calibration of touchscreen at the beginning. 4) In /etc/matchbox/session I set "exec matchbox-window-manager -use_cursor yes $@" instead of "exec matchbox-window-manager -use_cursor no $@" 5) In /etc/X11/Xserver I set ARGS="$ARGS -mouse /dev/input/mice -dpi 10 -rgba bgr -screen 480x640" ;; instead of ARGS="$ARGS -mouse tslib -dpi 100 -rgba bgr -screen 240x320" ;; As a result I see the desktop on the screen and mouse cursor after booting, but usb-mouse doesn't work.
I tried to do such corrections in x11-demo-image (downloaded from www.linux4sam.org) and the mouse became to work!!! But I need to make MY image working with mouse. I saw there were differences. In demo image there are such packages as kernel-module-usbmouse, kernel-module-usbhid etc. In MY image there aren't. I tried to download them from angstrom feed, but also there weren't such packages. So, how can I solve my problem??? Thanks a lot! _______________________________________________ Angstrom-distro-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
