LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Suse 10.0 usb mousewheel (https://www.linuxquestions.org/questions/linux-newbie-8/suse-10-0-usb-mousewheel-384986/)

TroelsSmit 11-20-2005 06:51 PM

Suse 10.0 usb mousewheel
 
Hi,

I use Suse 10.0, I have tried to use yast to enable the usb mouse wheel, but nothing happens, event after vtrl-alt-backspace.

Can I do something manually, or can someone explain me in detail where to press to make it work ??

The correct X86Config entry would also do fine :-)

Emerson 11-20-2005 07:23 PM

Option "ZAxisMapping" "4 5"

This works for me. :)

TroelsSmit 11-20-2005 10:39 PM

this is my configuration when it does not work:

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "Name" "PS/2 on USB"
Option "Protocol" "PS/2"
Option "Vendor" "USB-Mouse"
Option "ZAxisMapping" "4 5"
EndSection

Emerson 11-21-2005 06:04 AM

Due to fact mouse(s) have always worked for me I've never investigated what is the difference between protocols. Perhaps you should try another protocol. My working conf is below.

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

TroelsSmit 11-21-2005 06:33 PM

Worked perfectly :-)

Thanks!!

ghandi3737 02-01-2006 03:51 PM

mousewheel configuration
 
and which configuration file should that line go into? I'm using knoppix that i've installed to HD.

Emerson 02-01-2006 04:26 PM

/etc/X11/xorg.conf

This is where mine is and AFAIK this is the first place where X server looks for it. It may be elsewhere in Knoppix.


All times are GMT -5. The time now is 10:35 AM.