Results 1 to 7 of 7
ok, i have a wireless mouse that works fine, except the scroll wheel doesnt do anything. any suggestions?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-12-2008 #1
mouse
ok, i have a wireless mouse that works fine, except the scroll wheel doesnt do anything. any suggestions?
please click my minicity!
or its industry more or even its roads
Everyone is immortal until the day they die.
Registered Linux user #462038
- 02-12-2008 #2Linux Newbie
- Join Date
- Jan 2008
- Location
- UK
- Posts
- 211
Does it work at all at any time?
Has your system correctly identified the mouse and loaded any other driver if needed?
- 02-12-2008 #3
the mosue works, just not the scroll wheel, which hasnt worked since install (works on xp though) and i dunno about no drivrs
please click my minicity!
or its industry more or even its roads
Everyone is immortal until the day they die.
Registered Linux user #462038
- 02-13-2008 #4
Well, you'll need to edit /etc/X11/xorg.conf to tell X that you have a scrollwheel. Use your favorite editor to open xorg.conf and look for >Section InputDevice<
Add this line >Option "ZAxisMapping" "4 5"<
So that it looks like this:
Restart X (ctrl+alt+backspace) and you're doneCode:Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection
Can't tell an OS by it's GUI
- 02-13-2008 #5
must b root to edit that right?
please click my minicity!
or its industry more or even its roads
Everyone is immortal until the day they die.
Registered Linux user #462038
- 02-13-2008 #6
Oh yeah, and rightfully so. Better make a backup of the original file

xorg.conf is the configuration file for the X graphical environment. Messing it up leaves you with a machine that can't boot into graphics anymore. But as this maneuver is as easy as copy&paste you'll be fine.Can't tell an OS by it's GUI
- 02-13-2008 #7
i think it auto backups. i know it dos for fstab.
please click my minicity!
or its industry more or even its roads
Everyone is immortal until the day they die.
Registered Linux user #462038


Reply With Quote
