Jump to content

Mandrake 10 b2 PS/2 Wheel mouse doesn't work?


Lord Kenneth
 Share

Recommended Posts

To get your mouse wheel to work in Linux, sometimes you must edit your etc/X11/XF86Config file.

 

First part of the original XF86Config file that deals with the mouse operation:

 

Section "InputDevice"

 

# Identifier and driver

 

    Identifier "Mouse1"

    Driver "mouse"

    Option "Protocol"    "PS/2"

    Option "Device"      "/dev/mouse"

 

Look for the above part ^ ^ about half way down in your XF86Config file. You need to open the XF86Config file with a text editor like Kate in order to change it.

 

And now the new edited part of the file:

 

Section "InputDevice"

 

# Identifier and driver

 

    Identifier "Mouse1"

    Driver "mouse"

    Option "Protocol"    "IMPS/2"

    Option "Device"      "/dev/mouse"

    Option "ZAxisMapping" "4 5"

 

I have highlighted in red the parts of the file that needed to be added.

 

Notice the IM that was added in front of PS/2? That is the part that frequently gets overlooked. :D

Link to comment
Share on other sites

Mandrake is using an auto mouse setting. It's still flakey!. I swithced to ps/2 wheel mouse, and the irregularities stopped. So the problem is the new auto detect mouse setting.

Link to comment
Share on other sites

To get your mouse wheel to work in Linux, sometimes you must edit your etc/X11/XF86Config file.

for future reference, in Mandrake, the file used is actually /etc/X11/XF86Config-4

 

some distributions use XF86Config, but Mandrake and a few select others use XF86Config-4

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...