From 5139b0929e28a21074c54629f56c96fec440434c Mon Sep 17 00:00:00 2001 From: mb Date: Fri, 28 Jan 2011 15:18:24 +0000 Subject: [PATCH] xorg-server: Add n810 keyboard config git-svn-id: svn://svn.openwrt.org/openwrt/packages@25200 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../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 8c2b40b5c..ecde5d2d6 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