LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   simple problem-middle mouse wheel not working (https://www.linuxquestions.org/questions/linux-newbie-8/simple-problem-middle-mouse-wheel-not-working-254117/)

snip128 11-12-2004 03:47 PM

simple problem-middle mouse wheel not working
 
mm, i want to get my middle mouse whell working..im rather dependant on it ^^ Its a Logitech iFeel MouseMan (usb) i dun wanna run xorgconfig, because when i do that, i get problems with my resolution -_- I'm on slackware 10.0 and my x config file is xorg.conf (just in case it matters)

secesh 11-12-2004 03:50 PM

add options to xorg.conf under mouse section:

Code:

    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"

[edit]uuuhh... and reload X[/edit]

snip128 11-12-2004 04:10 PM

didnt work O_o

secesh 11-12-2004 04:15 PM

Option "Protocol" "IMPS/2"

snip128 11-12-2004 04:31 PM

YAY!!! IT WORKS!!! thx!!!!!!! :D lol

detpenguin 11-12-2004 04:32 PM

this is my mouse stuff from my xorg.conf file...

# Identifier and driver

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

i'm also using a logitech mouse connected by usb...this works great for me...so it should work for you ^_^

edit* oops, too late. enjoy!!!


All times are GMT -5. The time now is 02:40 AM.