xorg-server: Add n810 keyboard config
authorMichael Büsch <mb@bu3sch.de>
Fri, 28 Jan 2011 15:18:24 +0000 (15:18 +0000)
committerMichael Büsch <mb@bu3sch.de>
Fri, 28 Jan 2011 15:18:24 +0000 (15:18 +0000)
SVN-Revision: 25200

Xorg/xorg/xserver/xorg-server/files/config.xorg/nokia_n810

index 8c2b40b5cf81b5435cd672e7c1226e0b3f726462..ecde5d2d681e2bf9998dacd20d3e757b63debd5f 100644 (file)
@@ -1,3 +1,13 @@
+Section "InputDevice"
+       Identifier "SlideKeyboard"
+       Driver "kbd"
+       Option "XkbRules" "base"
+       Option "XkbModel" "pc105"
+       Option "XkbLayout" "nokia_vndr/rx-44"
+       Option "XkbVariant" "de"
+       Option "XkbOptions" "lv3:ralt_switch"
+EndSection
+
 Section "InputDevice"
        Identifier "Touchscreen"
        Driver "tslib"
@@ -29,4 +39,5 @@ Section "ServerLayout"
        Identifier "DefaultLayout"
        Screen "InternalScreen"
        InputDevice "Touchscreen" "CorePointer"
+       InputDevice "SlideKeyboard" "CoreKeyboard"
 EndSection