diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf index bbda9eaa63..c12d92c201 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf | |||
@@ -2,34 +2,6 @@ | |||
2 | Section "Files" | 2 | Section "Files" |
3 | EndSection | 3 | EndSection |
4 | 4 | ||
5 | Section "InputDevice" | ||
6 | Identifier "Generic Keyboard" | ||
7 | Driver "evdev" | ||
8 | Option "CoreKeyboard" | ||
9 | Option "Device" "/dev/input/by-path/platform-i8042-serio-0-event-kbd" | ||
10 | Option "XkbRules" "xorg" | ||
11 | Option "XkbModel" "evdev" | ||
12 | Option "XkbLayout" "us" | ||
13 | EndSection | ||
14 | |||
15 | Section "InputDevice" | ||
16 | Identifier "Configured Mouse" | ||
17 | Driver "vmmouse" | ||
18 | Option "CorePointer" | ||
19 | Option "Device" "/dev/input/mice" | ||
20 | Option "Protocol" "ImPS/2" | ||
21 | Option "ZAxisMapping" "4 5" | ||
22 | Option "Emulate3Buttons" "true" | ||
23 | EndSection | ||
24 | |||
25 | Section "InputDevice" | ||
26 | Identifier "Qemu Tablet" | ||
27 | Driver "evdev" | ||
28 | Option "CorePointer" | ||
29 | Option "Device" "/dev/input/touchscreen0" | ||
30 | Option "USB" "on" | ||
31 | EndSection | ||
32 | |||
33 | Section "Monitor" | 5 | Section "Monitor" |
34 | Identifier "Generic Monitor" | 6 | Identifier "Generic Monitor" |
35 | Option "DPMS" | 7 | Option "DPMS" |
@@ -57,8 +29,5 @@ EndSection | |||
57 | Section "ServerLayout" | 29 | Section "ServerLayout" |
58 | Identifier "Default Layout" | 30 | Identifier "Default Layout" |
59 | Screen "Default Screen" | 31 | Screen "Default Screen" |
60 | InputDevice "Generic Keyboard" | ||
61 | # InputDevice "Configured Mouse" | ||
62 | InputDevice "QEMU Tablet" | ||
63 | Option "AllowEmptyInput" "no" | 32 | Option "AllowEmptyInput" "no" |
64 | EndSection | 33 | EndSection |