add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / Xorg / xorg / xserver / xorg-server / files / config.xorg / nokia_n810
1 Section "InputDevice"
2         Identifier "SlideKeyboard"
3         Driver "kbd"
4         Option "XkbRules" "evdev"
5         Option "XkbModel" "pc105"
6         Option "XkbLayout" "nokia_vndr/rx-44"
7         Option "XkbVariant" "de"
8         Option "XkbOptions" "lv3:ralt_switch"
9 EndSection
10
11 Section "InputDevice"
12         Identifier "Touchscreen"
13         Driver "tslib"
14         Option "CorePointer" "true"
15         Option "SendCoreEvents" "true"
16         Option "Device" "/dev/input/event1"
17         Option "Protocol" "Auto"
18         Option "Width" "800"
19         Option "Height" "480"
20 EndSection
21
22 Section "Monitor"
23         Identifier "InternalLCD"
24 EndSection
25
26 Section "Device"
27         Identifier "FramebufferDevice"
28         Driver "omapfb"
29         Option "fb" "/dev/fb0"
30 EndSection
31
32 Section "Screen"
33         Identifier "InternalScreen"
34         Device "FramebufferDevice"
35         Monitor "InternalLCD"
36 EndSection
37
38 Section "ServerLayout"
39         Identifier "DefaultLayout"
40         Screen "InternalScreen"
41         InputDevice "Touchscreen" "CorePointer"
42         InputDevice "SlideKeyboard" "CoreKeyboard"
43 EndSection