On 17 December 2010 10:10, Al Johnson <[email protected]> wrote:
> On Friday 17 December 2010, Timo Jyrinki wrote:
>>
>> Anyway, if one can come up with a perfect xorg.conf that disables the
>> extra devices there and only configures glamo + touch input + hw
>> buttons, that'd be nice.
What about the SHR xorg.conf? SHR is also using 2.6.34, so is there
any reason why their xorg.conf - or at least the InputDevice and
AutoAddDevices parts - would not be correct for Debian with 2.6.34?
I've appended it below.
Neil
Section "Module"
Load "glx"
Load "dri2"
EndSection
Section "Monitor"
Identifier "LCD Panel"
EndSection
Section "Device"
Identifier "Glamo Graphics Chip"
Driver "glamo"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Glamo Graphics Chip"
Monitor "LCD Panel"
EndSection
Section "InputDevice"
Identifier "Power Button"
Driver "evdev"
Option "Device" "/dev/input/event0"
EndSection
Section "InputDevice"
Identifier "AUX Button"
Driver "evdev"
Option "Device" "/dev/input/event2"
EndSection
Section "InputDevice"
Identifier "Touchscreen"
Driver "tslib"
Option "Device" "/dev/input/event1"
Option "EmulateRightButton" "True"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Power Button"
InputDevice "AUX Button"
InputDevice "Touchscreen"
EndSection
_______________________________________________
Openmoko community mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/community