[Shr-User] Fixes for the 3 GTA01 users

Michael michael at photorequest.co.uk
Sun Mar 14 00:29:07 CET 2010


I had noticed that the GTA01 images had been broken for a while, so I  
decided to
take a look because I wanted to try the FSO2 stuff. The images would boot, but
the 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 the
1.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.gz

I 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.

-------------- next part --------------
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xserver
Type: application/octet-stream
Size: 8145 bytes
Desc: not available
URL: <http://lists.shr-project.org/pipermail/shr-user/attachments/20100313/33d0b473/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 89xTs_Calibrate
Type: application/octet-stream
Size: 1158 bytes
Desc: not available
URL: <http://lists.shr-project.org/pipermail/shr-user/attachments/20100313/33d0b473/attachment-0001.obj>


More information about the Shr-User mailing list