aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf11
1 files changed, 3 insertions, 8 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf
index ee26fda14a..c1c89a2101 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf
@@ -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"
@@ -35,7 +31,7 @@ EndSection
Section "InputDevice"
Identifier "Touchscreen"
Driver "evdev"
- Option "Device" "/dev/input/event3"
+ Option "Device" "/dev/input/event1"
EndSection
Section "Screen"
@@ -47,6 +43,5 @@ Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Touchscreen"
- InputDevice "Power Button"
InputDevice "Keyboard"
EndSection