Results 1 to 5 of 5
I'm trying to get a microsoft wireless laser mouse 6000 working on opensuse 10.3. The basic 3 buttons and scroll wheel are working but the two side buttons and the ...
- 11-09-2007 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 45
Mouse setup
I'm trying to get a microsoft wireless laser mouse 6000 working on opensuse 10.3. The basic 3 buttons and scroll wheel are working but the two side buttons and the horizontal scroll are not.
I've done some googling and found some configurations for xorg but they either don't work or they break my xserver (the ones referring to evdev driver generally do this) and I need to do an sax2 to fix it
Help! (please)
- 11-09-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Try this configurations link:
HOWTO Advanced Mouse/Individual Configurations - Gentoo Linux Wiki
It's for Gentoo, but will probably work in Suse as well.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-10-2007 #3Just Joined!
- Join Date
- Aug 2006
- Posts
- 45
Thanks but I came across that page in my googling and tried it. The X server wont load once I put that setting in and I have to use sax2 from the command line to restore the original settings
- 11-10-2007 #4Just Joined!
- Join Date
- Aug 2006
- Posts
- 45
Well got the side buttons to work using the following code in xorg
Just horizontal scroll to goCode:Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Buttons" "7" Option "Device" "/dev/input/mice" Option "Name" "Microsoft USB Mouse" Option "Protocol" "explorerps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" Option "ButtonMapping" "1 2 3 6 7" EndSection
- 11-10-2007 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Glad you got it going!

If I should run across anything on the horizontal scroll issue, I'll post back.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote