xorg-server: Add n810 keyboard config
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25200 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5371fc734b
commit
5139b0929e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user