Jump to content

Mouse Scroll Button


strummsteel
 Share

Recommended Posts

Like I said, depends on your mouse... I never bothrer doing anything special to configure the mouse (except for a touchpad). I always use a generic mouse driver and configure it to emulate 3 button mouse. The wheel always works.

 

Anyway, try configuring the mouse using mousedrake. MCC -> Hardware -> MouseDrake.

Link to comment
Share on other sites

Once again thanks guys, I guess I wasnt clear, the wheel (scrool) works, but the wheel also works as a third button right? Why doesnt it do anything when I puch on the wheel button? When I was in SUSE it works, when I was in Mepis in works. Im sorry if I wasnt clear enough, thanks again for you advance, I sure hope you can help me out.

Link to comment
Share on other sites

Try putting this to your xorg.conf.

Section "InputDevice"
   Identifier "Mouse1"
   Driver "mouse"
   Option "Protocol" "ExplorerPS/2"
   Option "Device" "/dev/mouse"
   Option "ZAxisMapping" "6 7"
EndSection

You may need to edit it a bit (most certainy, the identifier, and maybe "Device" option will need changing).

Edited by coverup
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...