LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Scroll Wheel on Mouse is NOT working (https://www.linuxquestions.org/questions/suse-opensuse-60/scroll-wheel-on-mouse-is-not-working-373618/)

adamb10 10-16-2005 11:06 AM

Scroll Wheel on Mouse is NOT working
 
My scroll wheel on my mouse is not working in SUSE 10.

I have the wheel enabled in YaST.

Here is my mouse section in xorg.conf:

Quote:

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "AutoSoft" "on"
Option "Device" "/dev/input/mice"
Option "Name" "Generic"
Option "Protocol" "Auto"
Option "Vendor" "Auto"
Option "ZAxisMapping" "4 5"
EndSection
Thanks!

BTW my mouse is a Microsoft Wireless Optical Mouse 2.0

SlackerLX 10-16-2005 12:29 PM

Try this one:

Code:

Section "InputDevice"
  Driver      "mouse"
  Identifier  "Mouse[1]"
  Option      "Buttons" "5"
  Option      "Device" "/dev/input/mice"
  Option      "Name" "ImPS/2 Generic Wheel Mouse"
  Option      "Protocol" "explorerps/2"
  Option      "Vendor" "Sysp"
  Option      "ZAxisMapping" "4 5"
EndSection



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