Does anybody know how to install the mouse scroll in Slackware 8.0 ?
Printable View
Does anybody know how to install the mouse scroll in Slackware 8.0 ?
Edit your XF86Config, located in /etc/X11.
It should look something along the lines of
Then restart and you should be good to go!Code:Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
HTH
adding
Option "Buttons" "5"
to reboot's answer is common practice too !!
although it is not nescesarry..