You are not logged in.
Hey
When plugging in my brand new USB mouse to my laptop, Xorg fails to auto detect it.
I have to restart Xorg in order to use the mouse.
Also, I did not have such problem with a different use mouse I used to use.
This is my xorg.conf relevant sections:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Touchpad" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
Option "AIGLX" "true"
EndSection
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse2"
Option "ZAxisMapping" "4 5 6 7"
EndSectionThis is the only way I could make it work: when pointing the device to /dev/input/mice, it didn't work at all.
Thanks a lot,
Fiod
Offline
FWIW my system uses USB mouse and the xorg details include ....IMPS/2.... and ..../dev/psaux....
My ailment? Lackatesla!
Tesla fails smog test..no gas!
Favorite song...Tesla On My Mind....
Online
Shouldn't touchpad "SendCoreEvents" as well?
Offline