| Try something
like that:
Section "InputDevice"
Identifier "PS Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "no"
# Option "ZAxisMapping" "4
5"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4
5"
EndSection
Note also the 'Option "CorePointer"'
line.
Under the Layout section:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "PS Mouse"
InputDevice "USB Mouse" "SendCoreEvents"
EndSection
Cheers,
|