Linux-Noob Forums
Enable Scroll button - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html)
+---- Forum: Printers, Scanners and Other Hardware (https://www.linux-noob.com/forums/forum-33.html)
+---- Thread: Enable Scroll button (/thread-2169.html)



Enable Scroll button - Navrax - 2006-02-08

"how do I" enable my scroller on my mouse? I can't scroll on mozilla or anythin :( -



Enable Scroll button - hijinks - 2006-02-09


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