summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-09 16:29:34 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-09 16:29:34 +0100
commit111ea0d5cc3246b2899a2db223882a1cce04b193 (patch)
tree0f994c980cf7f849e85f9fbffa7c1705b3bbd198 /meta
parent34a895836b680c53cf49b1161b3b81e0f21f8265 (diff)
downloadpoky-111ea0d5cc3246b2899a2db223882a1cce04b193.tar.gz
xorg.conf: Use vmmouse for qemux86
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf32
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
14Section "InputDevice" 14Section "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"
22EndSection 22EndSection
23 23
24Section "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"
31EndSection
32
33Section "InputDevice"
34 Driver "wacom"
35 Identifier "stylus"
36 Option "Device" "/dev/input/wacom"
37 Option "Type" "stylus"
38EndSection
39
40
41Section "InputDevice"
42 Driver "wacom"
43 Identifier "cursor"
44 Option "Device" "/dev/input/wacom"
45 Option "Type" "cursor"
46 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
47EndSection
48
49Section "Device" 24Section "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"
77EndSection 47EndSection
78 48