• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Install scroll mouse in SUSE

Montano

Lifer
My XF86Config:

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "ButtonNumber" "2"
Option "Device" "/dev/mouse"
Option "Name" "Autodetection"
Option "Protocol" "imps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

Looks good, but I get no scroll?? It a MIcrosoft Wheel Mouse Optical. I tried every driver listed in YaST......
 
Originally posted by: Montano
?? I see "ButtonNumber" "2".......what do you see??

I'm guessing there are at least 3 buttons: left, right, scroll wheel. Try putting in a 3 (5 seems to be common, which is why I recommended it). Not sure though.
 
Here is the appropriate section from the Redhat Enterprise 3 computer I'm at right now.

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
 
Originally posted by: n0cmonkey
Originally posted by: Montano
?? I see "ButtonNumber" "2".......what do you see??

I'm guessing there are at least 3 buttons: left, right, scroll wheel. Try putting in a 3 (5 seems to be common, which is why I recommended it). Not sure though.


Left
Right
middle
scroll up
scroll down


5 buttons.

 
Originally posted by: drag
Originally posted by: n0cmonkey
Originally posted by: Montano
?? I see "ButtonNumber" "2".......what do you see??

I'm guessing there are at least 3 buttons: left, right, scroll wheel. Try putting in a 3 (5 seems to be common, which is why I recommended it). Not sure though.


Left
Right
middle
scroll up
scroll down


5 buttons.

Thanks, that makes perfect sense.
 
Back
Top