Results 1 to 7 of 7
hi. i have a 3 button scroll mouse and in x it only recognizes it as a 2 button mouse, i assume i probably didnt specify it correctly when i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-22-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 20
3 button scroll mouse not working properly in x!
hi. i have a 3 button scroll mouse and in x it only recognizes it as a 2 button mouse, i assume i probably didnt specify it correctly when i configured x, but xf86config and xf86setup dont exist and i tried to just edit the x.conf file by hand and i dont think i did it right, so if somebody could tell me how to edit it correctly or give me other instructions it would be greatly appreciated
- 04-22-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
How does your Mouse section in your xorg.conf looks like?
serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
- 04-22-2005 #3Just Joined!
- Join Date
- Mar 2005
- Posts
- 20
# ************************************************** ********************
# Core Pointer's InputDevice section
# ************************************************** ********************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:
# Option "Protocol" "Auto"
# 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" "PS/2"
# The mouse device. The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.
Option "Device" "/dev/mouse"
# Option "Device" "/dev/psaux"
# Option "Device" "/dev/ttyS0"
# Option "Device" "/dev/ttyS1"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
# Some examples of extended input devices
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
- 04-22-2005 #4Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
Add this option:
Option "ZAxisMapping" "4 5"serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
- 04-22-2005 #5Just Joined!
- Join Date
- Mar 2005
- Posts
- 20
does it matter where?
- 04-22-2005 #6Just Joined!
- Join Date
- Mar 2005
- Posts
- 20
nevermind that fixed it thank you very much!
- 04-22-2005 #7Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
No, it doesn't really matter where you add it, as long as it is in the Mouse section of course.
Glad it worked
serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"


Reply With Quote
