LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   3 button with scroll wheel (https://www.linuxquestions.org/questions/slackware-14/3-button-with-scroll-wheel-538301/)

Hern_28 03-17-2007 12:10 PM

3 button with scroll wheel
 
I have a micro optical mouse in slackware 11.0. was wondering if any one wkne which driver to use to get the mouse wheel to work and which file to edit after install to change it.

masonm 03-17-2007 12:13 PM

This is a common question that has been asked and answered 100 times on the forums.

You have to edit your xorg.conf file.

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"

The ZAxisMapping option activates the scroll wheel.

H_TeXMeX_H 03-17-2007 01:26 PM

I would let 'xorgsetup' set it up for you. So, run that as root when not running X.

Hern_28 03-17-2007 01:55 PM

Grr
 
yea...xorgconfig prolly better..that mouse0 crashes slackware lol. still trying to get 1280 screen option back.


All times are GMT -5. The time now is 03:17 PM.