Skip to content

Commit

Permalink
xserver-xorg-conf: adapt nokia900's xorg.conf to the newer kernel
Browse files Browse the repository at this point in the history
* add CoreKeyboard option for nokia900
  This seems to be needed to make it actually load it...
  Otherwise a pc105 model will be there instead of the
  needed nokiarx51 one... needs researching.

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
  • Loading branch information
Denis 'GNUtoo' Carikli authored and mickeyl committed Dec 25, 2010
1 parent c54fa69 commit 896ea1b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,14 @@ EndSection
Section "Device"
Identifier "Default omapfb Device"
Driver "omapfb"
EndSection
Option "fb" "/dev/fb0"

Section "InputDevice"
Identifier "Power Button"
Driver "evdev"
Option "Device" "/dev/input/event0"
EndSection

Section "InputDevice"
Identifier "Keyboard"
Driver "evdev"
Option "Device" "/dev/input/event1"
Option "Device" "/dev/input/event0"
Option "XkbModel" "nokiarx51"
Option "XkbLayout" "us"
Option "CoreKeyboard"
Expand All @@ -35,7 +31,7 @@ EndSection
Section "InputDevice"
Identifier "Touchscreen"
Driver "evdev"
Option "Device" "/dev/input/event3"
Option "Device" "/dev/input/event1"
EndSection

Section "Screen"
Expand All @@ -47,6 +43,5 @@ Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Touchscreen"
InputDevice "Power Button"
InputDevice "Keyboard"
EndSection

0 comments on commit 896ea1b

Please sign in to comment.