LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Enabling the mouse wheel? (https://www.linuxquestions.org/questions/linux-newbie-8/enabling-the-mouse-wheel-231437/)

joker20 09-16-2004 01:44 PM

Enabling the mouse wheel?
 
i have a generic infrared mouse, wonering how i can get the wheel to work - ive already tried adding the axis line in the xorg.conf but it doesnt seem to want to to work

any suggestions on a fail proof line i can add?

comprookie2000 09-16-2004 01:52 PM

Here you go! http://www.linuxquestions.org/questi...hreadid=174447

joker20 09-16-2004 03:02 PM

Quote:

Originally posted by comprookie2000
Here you go! http://www.linuxquestions.org/questi...hreadid=174447
i tried that and it didnt work


edit: actually did that last night and it didnt work

mermxx 09-16-2004 03:28 PM

Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"

see if this helps it`s a slightly different format :-)

joker20 09-16-2004 03:33 PM

thanks, ill give this a try later on


All times are GMT -5. The time now is 10:16 PM.