Re: [Debian] 2.6.34 Openmoko kernel package available

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Neil Jerram
Date: Wednesday, December 29, 2010 - 3:19 pm

On 17 December 2010 10:10, Al Johnson <openmoko@mazikeen.demon.co.uk> wrote:

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
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[Debian] 2.6.34 Openmoko kernel package available, Timo Jyrinki, (Mon Oct 18, 12:53 am)
Re: [Debian] 2.6.34 Openmoko kernel package available, Martin Jansa, (Mon Oct 18, 1:17 am)
Re: [Debian] 2.6.34 Openmoko kernel package available, Timo Jyrinki, (Sun Nov 14, 1:59 am)
Re: [Debian] 2.6.34 Openmoko kernel package available, Timo Jyrinki, (Wed Dec 15, 11:53 pm)
Re: [Debian] 2.6.34 Openmoko kernel package available, Neil Jerram, (Thu Dec 16, 6:31 am)
Re: [Debian] 2.6.34 Openmoko kernel package available, Timo Jyrinki, (Fri Dec 17, 2:28 am)
Re: [Debian] 2.6.34 Openmoko kernel package available, Neil Jerram, (Wed Dec 29, 3:19 pm)