From 598ef31279947d18aebecc4cef81f4ffc66377b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Fri, 28 Jan 2011 15:18:24 +0000 Subject: [PATCH] xorg-server: Add n810 keyboard config SVN-Revision: 25200 --- .../xserver/xorg-server/files/config.xorg/nokia_n810 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Xorg/xorg/xserver/xorg-server/files/config.xorg/nokia_n810 b/Xorg/xorg/xserver/xorg-server/files/config.xorg/nokia_n810 index 8c2b40b5cf..ecde5d2d68 100644 --- a/Xorg/xorg/xserver/xorg-server/files/config.xorg/nokia_n810 +++ b/Xorg/xorg/xserver/xorg-server/files/config.xorg/nokia_n810 @@ -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 -- 2.30.2