Jump to content

USB Genius wheel mouse don't work properly


aze
 Share

Recommended Posts

hi all!

i have a genius netscroll wheel optical USB mouse with 2 additional buttons.

I tried to configure it using mandrake control center but it isn't recognizing the wheel as well as the 2 additional buttons

 

Section "InputDevice"

Identifier "Mouse1"

Driver "mouse"

Option "Protocol" "IMPS/2"

Option "Device" "/dev/usbmouse"

Option "Emulate3Buttons"

Option "Emulate3Timeout" "50"

Option "EmulateWheel"

Option "EmulateWheelButton" "2"

EndSection

 

what should I do to make it work fine?

post-9-1071400979.ibf

Link to comment
Share on other sites

It should be like this to enable ths scrolling

Section "InputDevice"
   Identifier "Mouse1"
   Driver "mouse"
   Option "Protocol" "IMPS/2"
   Option "Device" "/dev/usbmouse"
   Option "ZAxisMapping" "4 5"
EndSection

 

Note that it won't enable the additional buttons. For that you need to google for the answer. Fortunately, I find out that additional buttons are pretty much useless in linux anyway, although you can program it to do certain things

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...