diff options
-rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf b/meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf index 5d7bc6d9b2..b42de61228 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf +++ b/meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf | |||
@@ -13,7 +13,7 @@ EndSection | |||
13 | 13 | ||
14 | Section "InputDevice" | 14 | Section "InputDevice" |
15 | Identifier "Configured Mouse" | 15 | Identifier "Configured Mouse" |
16 | Driver "mouse" | 16 | Driver "vmmouse" |
17 | Option "CorePointer" | 17 | Option "CorePointer" |
18 | Option "Device" "/dev/input/mice" | 18 | Option "Device" "/dev/input/mice" |
19 | Option "Protocol" "ImPS/2" | 19 | Option "Protocol" "ImPS/2" |
@@ -21,31 +21,6 @@ Section "InputDevice" | |||
21 | Option "Emulate3Buttons" "true" | 21 | Option "Emulate3Buttons" "true" |
22 | EndSection | 22 | EndSection |
23 | 23 | ||
24 | Section "InputDevice" | ||
25 | Identifier "Synaptics Touchpad" | ||
26 | Driver "synaptics" | ||
27 | Option "SendCoreEvents" "true" | ||
28 | Option "Device" "/dev/psaux" | ||
29 | Option "Protocol" "auto-dev" | ||
30 | Option "HorizEdgeScroll" "0" | ||
31 | EndSection | ||
32 | |||
33 | Section "InputDevice" | ||
34 | Driver "wacom" | ||
35 | Identifier "stylus" | ||
36 | Option "Device" "/dev/input/wacom" | ||
37 | Option "Type" "stylus" | ||
38 | EndSection | ||
39 | |||
40 | |||
41 | Section "InputDevice" | ||
42 | Driver "wacom" | ||
43 | Identifier "cursor" | ||
44 | Option "Device" "/dev/input/wacom" | ||
45 | Option "Type" "cursor" | ||
46 | Option "ForceDevice" "ISDV4" # Tablet PC ONLY | ||
47 | EndSection | ||
48 | |||
49 | Section "Device" | 24 | Section "Device" |
50 | Identifier "Graphics Controller" | 25 | Identifier "Graphics Controller" |
51 | Driver "vmware" | 26 | Driver "vmware" |
@@ -69,10 +44,5 @@ Section "ServerLayout" | |||
69 | InputDevice "Generic Keyboard" | 44 | InputDevice "Generic Keyboard" |
70 | InputDevice "Configured Mouse" | 45 | InputDevice "Configured Mouse" |
71 | Option "AllowEmptyInput" "no" | 46 | Option "AllowEmptyInput" "no" |
72 | # Uncomment if you have a wacom tablet | ||
73 | InputDevice "stylus" "SendCoreEvents" | ||
74 | # InputDevice "cursor" "SendCoreEvents" | ||
75 | # InputDevice "eraser" "SendCoreEvents" | ||
76 | InputDevice "Synaptics Touchpad" | ||
77 | EndSection | 47 | EndSection |
78 | 48 | ||