Results 1 to 3 of 3
This usb thing isnt working very well does any body know how to work with usb mice...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-29-2003 #1Linux User
- Join Date
- Apr 2003
- Location
- TEXAS
- Posts
- 314
USB mouse
This usb thing isnt working very well does any body know how to work with usb mice
- 04-29-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Youwill have to configure your X server to use it. The easiest way is to add an InputDevice section that looks something like this:
And then add this to your ServerLayout section:Code:Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" EndSection
Code:InputDevice "Mouse1" "SendCoreEvents"
- 04-29-2003 #3Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
When i began to work with use-mouses on my servers, kudzu discovered it right away on boot time, i configured it there and then it worked fine for me... Which distribution the you have??
regardsRegards
Andutt


Reply With Quote
