Linux-Noob Forums

Full Version: Enable Scroll button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
"how do I" enable my scroller on my mouse? I can't scroll on mozilla or anythin :( -

edit your X config file.. usually in /etc/X11/xorg.conf

 

look for your mouse section usually looks like this Section "InputDevice" to start..

 

then you want to add

 



Code:
Option "ZAxisMapping" "4 5"




 

into the inputdevice block and restart X and the scroll wheel should work