Results 1 to 2 of 2
My optical mouse is working but i dont know if it's configured right because its moving really slow. Its a mirco innovations (wal-mart special) optical mouse any help is appreciated ...
- 11-14-2003 #1Just Joined!
- Join Date
- Nov 2003
- Location
- AR
- Posts
- 12
Need help with optical mouse
My optical mouse is working but i dont know if it's configured right because its moving really slow. Its a mirco innovations (wal-mart special) optical mouse any help is appreciated thanks.
- 11-14-2003 #2Linux User
- Join Date
- Jun 2003
- Location
- Calgary, AB CANADA
- Posts
- 496
Edit your /etc/X11/XF86Config (or /etc/X11/XF86Config-4) file and post the InputDevice section for your.
It should look something like the following (for a scroll mouse):
Code:Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Device" "/dev/mouse" # The available mouse protocols types that you can set below are: # Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2 # Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2 # MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse # ThinkingMouse ThinkingMousePS/2 Xqueue Option "Protocol" "IMPS/2" # Emulate3Buttons is an option for 2-button Microsoft mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) # Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" # ZAxisMapping is an option for scroll button Option "ZAxisMapping" "4 5" EndSection
\"Everything should be made as simple as possible, but not simpler.\"
Albert Einstein


Reply With Quote