Code Sample |
#PS2 mouse Section "InputDevice" # Identifier and driver Identifier "PS2 Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection #USB Mouse Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Protocol" "ImPS/2" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection |
Code Sample |
InputDevice "PS2 Mouse" InputDevice "USB Mouse" |