LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware doesnt like wheels! (https://www.linuxquestions.org/questions/slackware-14/slackware-doesnt-like-wheels-156345/)

joshua 03-11-2004 11:47 AM

Slackware doesnt like wheels!
 
Why does my Wheel mouse not work with Slackware 9.1 is it cos it says Microsoft Intellimouse on it??!

Ive gone into XF86Config and i read that your supposed to change

Under "Section InputDevice"

Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"

I have 2 sections of the config file that relate to the mouse which one do i edit the main one or the one at the end under server section??

Thankyou in advance for your help with this prob simple question!


:newbie:

superbondbond 03-11-2004 12:01 PM

Code:

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option      "Protocol" "IMPS/2"
Option      "Device" "/dev/mouse"
Option  "ZAxisMapping"  "4 5"
EndSection


bnice 03-11-2004 12:02 PM

http://www.linuxquestions.org/questi...hreadid=146211


All times are GMT -5. The time now is 12:32 PM.