mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
xorg.conf: Use vmmouse for qemux86
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -13,7 +13,7 @@ EndSection
|
|||||||
|
|
||||||
Section "InputDevice"
|
Section "InputDevice"
|
||||||
Identifier "Configured Mouse"
|
Identifier "Configured Mouse"
|
||||||
Driver "mouse"
|
Driver "vmmouse"
|
||||||
Option "CorePointer"
|
Option "CorePointer"
|
||||||
Option "Device" "/dev/input/mice"
|
Option "Device" "/dev/input/mice"
|
||||||
Option "Protocol" "ImPS/2"
|
Option "Protocol" "ImPS/2"
|
||||||
@@ -21,31 +21,6 @@ Section "InputDevice"
|
|||||||
Option "Emulate3Buttons" "true"
|
Option "Emulate3Buttons" "true"
|
||||||
EndSection
|
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"
|
Section "Device"
|
||||||
Identifier "Graphics Controller"
|
Identifier "Graphics Controller"
|
||||||
Driver "vmware"
|
Driver "vmware"
|
||||||
@@ -69,10 +44,5 @@ Section "ServerLayout"
|
|||||||
InputDevice "Generic Keyboard"
|
InputDevice "Generic Keyboard"
|
||||||
InputDevice "Configured Mouse"
|
InputDevice "Configured Mouse"
|
||||||
Option "AllowEmptyInput" "no"
|
Option "AllowEmptyInput" "no"
|
||||||
# Uncomment if you have a wacom tablet
|
|
||||||
InputDevice "stylus" "SendCoreEvents"
|
|
||||||
# InputDevice "cursor" "SendCoreEvents"
|
|
||||||
# InputDevice "eraser" "SendCoreEvents"
|
|
||||||
InputDevice "Synaptics Touchpad"
|
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user