Section "InputDevice"
Identifier "Configured Mouse"
- Driver "mouse"
+ Driver "vmmouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
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"
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