From 111ea0d5cc3246b2899a2db223882a1cce04b193 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 9 Jun 2009 16:29:34 +0100 Subject: xorg.conf: Use vmmouse for qemux86 Signed-off-by: Richard Purdie --- .../xserver-xf86-config/qemux86/xorg.conf | 32 +--------------------- 1 file changed, 1 insertion(+), 31 deletions(-) (limited to 'meta/packages/xorg-xserver/xserver-xf86-config/qemux86') 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 -- cgit v1.2.3