summaryrefslogtreecommitdiff
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)
downloadopenembedded-core-111ea0d5cc3246b2899a2db223882a1cce04b193.tar.gz
openembedded-core-111ea0d5cc3246b2899a2db223882a1cce04b193.tar.bz2
openembedded-core-111ea0d5cc3246b2899a2db223882a1cce04b193.tar.xz
openembedded-core-111ea0d5cc3246b2899a2db223882a1cce04b193.zip
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 5d7bc6d9b..b42de6122 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
Section "InputDevice"
Identifier "Configured Mouse"
- Driver "mouse"
+ Driver "vmmouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
@@ -21,31 +21,6 @@ Section "InputDevice"
Option "Emulate3Buttons" "true"
EndSection
-Section "InputDevice"
- Identifier "Synaptics Touchpad"
- Driver "synaptics"
- Option "SendCoreEvents" "true"
- Option "Device" "/dev/psaux"
- Option "Protocol" "auto-dev"
- Option "HorizEdgeScroll" "0"
-EndSection
-
-Section "InputDevice"
- Driver "wacom"
- Identifier "stylus"
- Option "Device" "/dev/input/wacom"
- Option "Type" "stylus"
-EndSection
-
-
-Section "InputDevice"
- Driver "wacom"
- Identifier "cursor"
- Option "Device" "/dev/input/wacom"
- Option "Type" "cursor"
- Option "ForceDevice" "ISDV4" # Tablet PC ONLY
-EndSection
-
Section "Device"
Identifier "Graphics Controller"
Driver "vmware"
@@ -69,10 +44,5 @@ Section "ServerLayout"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AllowEmptyInput" "no"
-# Uncomment if you have a wacom tablet
- InputDevice "stylus" "SendCoreEvents"
-# InputDevice "cursor" "SendCoreEvents"
-# InputDevice "eraser" "SendCoreEvents"
- InputDevice "Synaptics Touchpad"
EndSection