take a look because I wanted to try the FSO2 stuff. The images would boot, butthe touch screen axes were wrong. After looking into it, it seems that this was
because the Xorg overlords had decided to force everyone to use evdev in the1.7 X server by breaking the old xinput interfaces. Attached below you will find an updated xorg.conf to help with this. The attached Xserver script will turn off the cursor if a USB mouse is not attached and if the attached 89xTs_Calibrate script is put into Xsession.d then you will get the calibrater back at startup. The JFFS2 images on Bearstech have been created with the wrong erase block size,
so here is a 10th of March image that should boot ok:-
http://www.photorequest.co.uk/files/shr-2010-03-10-fixed.jffs2 and the tar.gz:- http://www.photorequest.co.uk/files/shr-2010-03-10-fixed.tar.gzI have flashed the JFFS2 image and it boots and calibrates and it can even make
a call. The Messages program seems to crash though. Michael. P.S. Forgot to mention that this should also fix bug #990 on the Trac. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Section "Monitor"
Identifier "LCD Panel"
EndSection
Section "Device"
Identifier "Fbdev"
Driver "fbdev"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Fbdev"
Monitor "LCD Panel"
EndSection
Section "InputDevice"
Identifier "Power Button"
Driver "evdev"
Option "Device" "/dev/input/event2"
EndSection
Section "InputDevice"
Identifier "AUX Button"
Driver "evdev"
Option "Device" "/dev/input/event0"
EndSection
Section "InputDevice"
Identifier "Touchscreen"
Driver "evdev"
Option "Device" "/dev/input/event1"
Option "SwapAxes" "True"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Power Button"
InputDevice "AUX Button"
InputDevice "Touchscreen"
EndSection
Xserver
Description: Binary data
89xTs_Calibrate
Description: Binary data
_______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
