OpenSuse 11.4 and my mouse wheel

Hello, I have this problem: suddenly my mouse wheel do not work … I have opensuse 11.4 kde 4.6 and with packman repository. …
I tried to configure the mouse from the kde system settings, then from yast but it do not work …

Are you sure the mouse works properly (Have you been able to test it elsewhere?)

On windows 7 it work, and before it worked.

If you create a new user account
Is it the same when you log in with that?

I have created a new user account but it is not work…

On 09/03/2011 08:56 PM, Luigi79 wrote:
>
> suddenly my mouse wheel do not work … before it worked.

before what it worked? (upgrade from 11.3 to 11.4? switch from gnome to
kde? hard crash? new hard drive? a YaST or packagekit update? new RAM?
after you made a lot of customizations? what ???)

if you go Personal Settings - Configure Desktop > Hardware > Input
Devices > Mouse > Advanced, what is the value set for “Mouse wheel
scrolls by:”?

mine is set to “3 lines”


DD
Caveat

Before, always with OpenSuse 11.4 with kde 4.6. I think that some automatic update has created a problem, but I do not know wich update…
My Mouse wheel scrolls is set to 3 lines…
I never made a customizations…

Take a look in /etc/X11/xorg.conf.d and see if recently changes have been made to one or more of the files in there.

This is my 11-mouse.conf:

Section "InputClass"
	# 046d:c50e
	# 046d:c501
	Identifier	"Logitech Trackball"
	MatchVendor	"Logitech, Inc."
	MatchProduct	"MX-1000 Cordless Mouse Receiver|Cordless Mouse Receiver"
	MatchIsPointer	"on"
	Driver	"evdev"
	Option	"Buttons"	"8"
	Option	"EmulateWheel"	"on"
	Option	"EmulateWheelButton"	"8"
	Option	"YAxisMapping"	"4 5"
	Option	"XAxisMapping"	"6 7"
EndSection

Section "InputClass"
	# 046d:c521
	Identifier	"Logitech Multibutton Mouse"
	MatchVendor	"Logitech, Inc."
	MatchProduct	"MX620 Laser Cordless Mouse"
	MatchIsPointer	"on"
	Driver	"evdev"
	Option	"HWHEELRelativeAxisButtons"	"7 6"
EndSection

Section "InputClass"
	# 045e:0095
	Identifier	"Microsoft IntelliMouse Explorer"
	MatchVendor	"Microsoft Corp."
	MatchProduct	"IntelliMouse Explorer 4.0 (IntelliPoint)"
	MatchIsPointer	"on"
	Driver	"evdev"
	Option	"HWHEELRelativeAxisButtons"	"7 6"
EndSection

Section "InputClass"
	# 0210:0003
        Identifier      "0210:0003"
        MatchVendor     "0210"
        MatchProduct    "0003"
        MatchIsPointer  "on"
        Driver  "evdev"
        Option  "EmulateWheel"	"on"
	Option	"EmulateWheelButton"	"2"
EndSection

Section "InputClass"
	# 0002:000a
        Identifier      "0002:000a"
        MatchVendor     "0002"
        MatchProduct    "000a"
        MatchIsPointer  "on"
        Driver  "evdev"
        Option  "EmulateWheel"	"on"
	Option	"EmulateWheelButton"	"2"
EndSection

Section "InputClass"
	# 04b3:300f
        Identifier      "IBM 300f"
        MatchVendor     "IBM Corp."
        MatchProduct    "300f"
        MatchIsPointer  "on"
        Driver  "evdev"
        Option  "EmulateWheel"	"on"
	Option	"EmulateWheelButton"	"2"
EndSection

Section "InputClass"
        # Novell Bug #597214
        Identifier      "IBM TPPS/2 TrackPoint"
        MatchProduct    "TPPS/2 IBM TrackPoint"
        MatchIsPointer  "on"
        Driver  "evdev"
        Option  "EmulateWheel"  "on"
        Option  "EmulateWheelButton"    "2"
        Option  "YAxisMapping"    "4 5"
	Option	"XAxisMapping"	  "6 7"
        Option  "Emulate3Buttons"    "on"
        Option  "EmulateWheelTimeout"    "200"
EndSection

Section "InputClass"
	# Novell Bug #668842
        Identifier      "PS/2 Generic Mouse"
        MatchProduct    "PS/2 Generic Mouse"
        MatchIsPointer  "on"
        Driver  "evdev"
        Option  "EmulateWheel"  "on"
        Option  "EmulateWheelButton"    "2"
        Option  "YAxisMapping"    "4 5"
        Option  "XAxisMapping"    "6 7"
        Option  "Emulate3Buttons"    "on"
        Option  "EmulateWheelTimeout"    "200"
EndSection

Section "InputClass"
        # Novell Bug #671776
        Identifier      "ImPS/2 Generic Wheel Mouse"
        MatchProduct    "ImPS/2 Generic Wheel Mouse"
        MatchIsPointer  "on"
        Driver  "evdev"
        Option  "EmulateWheel"  "on"
        Option  "EmulateWheelButton"    "2"
        Option  "YAxisMapping"    "4 5"
        Option  "XAxisMapping"    "6 7"
        Option  "Emulate3Buttons"    "on"
        Option  "EmulateWheelTimeout"    "200"
EndSection

Section "InputClass"
	# 03f0:1126
        Identifier      "HP 1126"
        MatchVendor     "Hewlett-Packard"
        MatchProduct    "1126"
        MatchIsPointer  "on"
        Driver  "evdev"
	Option	"MinX"	"0"
	Option	"MaxX"	"3000"
	Option	"MinY"	"0"
	Option	"MaxY"	"3000"
EndSection

I have tried the mouse on my brother’s pc, and it do not works! So, I have understood, that my mouse is broken…I am sorry for this post and thank you all for the your help!

That was the first question I put to you