
I have a IBM RO07UO wireless mouse, which I got for only $19.00 at Comp USA (clearence item. They want more room for M$ Hardware). It installed fine under Suse 8.1, but it only scrolls down with the wheel, not up. How can I fix this? Harry G

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 24 February 2003 2:56 pm, Harry G wrote:
I have a IBM RO07UO wireless mouse, which I got for only $19.00 at Comp USA (clearence item. They want more room for M$ Hardware).
It installed fine under Suse 8.1, but it only scrolls down with the wheel, not up.
How can I fix this?
Harry G
To enable the wheel on the mouse you need to enter an option flag in the XF86Config file. Using the Konsole. type "sux", the type the root password. Then cd /etc/X11 Then pico XF86Config Now you'll be in the editor "pico" for the XF86Config file for your X server. Using the up or down keys and/or page up or page down. Find this sections: Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Buttons" "8" Option "Device" "/dev/input/mice" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection The line your interested in is: Option "ZAxisMapping" "4 5" This enables the wheel. On some models it may require it to be" Option "ZAxisMapping" "6 7" But most in most case not. Don't forget to include the (") quotes in the line just like it is (in many case you'll see quotes that are used to reference/highlight a comment/word but aren't intended to be quoted). Once your done editing it, hit "crtl+O" to write the output to the file, and then "crtl+X" to exit pico. Log out of kde and back in and you should be set. If not repost. HTH, Curtis. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+WrXX7WVLiDrqeksRAnBRAKDgu3nB3rnCQNPu4XVEwZThnFbO/QCghm5y FTNw8izS03FRdGa57uxZxaU= =Gxsb -----END PGP SIGNATURE-----

On Monday 24 February 2003 07:16 pm, Curtis Rey wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Monday 24 February 2003 2:56 pm, Harry G wrote:
I have a IBM RO07UO wireless mouse, which I got for only $19.00 at Comp USA (clearence item. They want more room for M$ Hardware).
It installed fine under Suse 8.1, but it only scrolls down with the wheel, not up.
How can I fix this?
Harry G
To enable the wheel on the mouse you need to enter an option flag in the XF86Config file. Using the Konsole. type "sux", the type the root password.
Then cd /etc/X11
Then pico XF86Config
Now you'll be in the editor "pico" for the XF86Config file for your X server.
Using the up or down keys and/or page up or page down. Find this sections:
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Buttons" "8" Option "Device" "/dev/input/mice" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection
The line your interested in is:
Option "ZAxisMapping" "4 5"
This enables the wheel. On some models it may require it to be"
Option "ZAxisMapping" "6 7"
But most in most case not. Don't forget to include the (") quotes in the line just like it is (in many case you'll see quotes that are used to reference/highlight a comment/word but aren't intended to be quoted).
Once your done editing it, hit "crtl+O" to write the output to the file, and then "crtl+X" to exit pico. Log out of kde and back in and you should be set. If not repost.
HTH, Curtis. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE+WrXX7WVLiDrqeksRAnBRAKDgu3nB3rnCQNPu4XVEwZThnFbO/QCghm5y FTNw8izS03FRdGa57uxZxaU= =Gxsb -----END PGP SIGNATURE-----
The following is the contents of my file: # generic XFree86 3.x configuration file Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/uni" FontPath "/usr/X11R6/lib/X11/fonts/misc" EndSection Section "ServerFlags" AllowMouseOpenFail EndSection Section "Module" EndSection Section "Keyboard" Protocol "Standard" XkbRules "xfree86" XkbKeycodes "xfree86" XkbModel "pc104" XkbLayout "de" XkbVariant "nodeadkeys" EndSection Section "Pointer" Protocol "ps/2" Device "/dev/mouse" EndSection Section "Monitor" Identifier "Primary-Monitor" VendorName "Vendor" ModelName "Model" HorizSync 31-64 VertRefresh 50-85 Modeline "640x480" 31.5 640 656 720 840 480 481 484 500 # 6. Versuch Modeline "640x480" 31.5 640 680 720 864 480 488 491 521 # 5. Versuch Modeline "640x480" 28 640 664 760 800 480 491 493 525 # 4. Versuch Modeline "640x480" 28.32 640 664 760 800 480 491 493 525 # 3. Versuch Modeline "640x480" 25.18 640 664 760 800 480 491 493 525 # 2. Versuch Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 # 1. Versuch EndSection Section "Device" Identifier "Primary-Card" VendorName "---AUTO DETECTED---" BoardName "---AUTO DETECTED---" # Option "sw_cursor" EndSection Section "Device" Identifier "Generic VGA" VendorName "Unknown" BoardName "Unknown" Chipset "generic" EndSection Section "Screen" Driver "VGA16" Device "Generic VGA" Monitor "Primary-Monitor" BlankTime 0 SubSection "Display" Depth 8 Modes "640x480" EndSubSection EndSection Section "Screen" Driver "SVGA" Device "Primary-Card" Monitor "Primary-Monitor" BlankTime 0 SubSection "Display" Depth 8 Modes "640x480" EndSubSection EndSection Section "Screen" Driver "Accel" Device "Primary-Card" Monitor "Primary-Monitor" BlankTime 0 SubSection "Display" Depth 8 Modes "640x480" EndSubSection EndSection Section "Screen" Driver "FBDev" Device "Primary-Card" Monitor "Primary-Monitor" BlankTime 0 SubSection "Display" Modes "default" EndSubSection EndSection Should I enter the specified info under "Section Pointer" ? Harry G

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Buttons" "8" Option "Device" "/dev/input/mice" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection
The line your interested in is:
Option "ZAxisMapping" "4 5"
This enables the wheel. On some models it may require it to be"
Option "ZAxisMapping" "6 7"
But most in most case not. Don't forget to include the (") quotes in the line just like it is (in many case you'll see quotes that are used to reference/highlight a comment/word but aren't intended to be quoted).
Once your done editing it, hit "crtl+O" to write the output to the file, and then "crtl+X" to exit pico. Log out of kde and back in and you should be set. If not repost.
HTH, Curtis.
Section "Pointer" Protocol "ps/2" Device "/dev/mouse" EndSection
Yes, just like this. Section "Pointer" Protocol "ps/2" Device "/dev/mouse" Option "ZAxisMapping" "4 5" EndSection Give that a try. Curtis. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+Wv/47WVLiDrqeksRAtrJAJ92xro82Pb3Y7zZF+RRfkcD00v0BACg42nb AWftaIYjoitymewkf2+UYcw= =ETDE -----END PGP SIGNATURE-----

On Tuesday 25 February 2003 12:32 am, Curtis Rey wrote:
Yes, just like this.
Section "Pointer" Protocol "ps/2" Device "/dev/mouse" Option "ZAxisMapping" "4 5" EndSection
Give that a try.
Inserted it, rebooted, but still no up scroll. Harry G

Hi, You have to put one more option: Option "Emulate3Buttons" "yes" On Tuesday 25 February 2003 15:21, Harry G wrote:
On Tuesday 25 February 2003 12:32 am, Curtis Rey wrote:
Yes, just like this.
Section "Pointer" Protocol "ps/2" Device "/dev/mouse" Option "ZAxisMapping" "4 5" EndSection
Give that a try.
Inserted it, rebooted, but still no up scroll.
Harry G
-- Best regards ******************************** Nick Katsamas Systems Administration Athens NOC - FORTHnet S.A. e-Mail: nkat@forthnet.gr ********************************

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 25 February 2003 7:29 am, Nick Katsamas wrote:
Hi,
You have to put one more option:
Option "Emulate3Buttons" "yes"
On Tuesday 25 February 2003 15:21, Harry G wrote:
On Tuesday 25 February 2003 12:32 am, Curtis Rey wrote:
Yes, just like this.
Section "Pointer" Protocol "ps/2" Device "/dev/mouse" Option "ZAxisMapping" "4 5" EndSection
Give that a try.
Inserted it, rebooted, but still no up scroll.
Harry G
I have a logitech MX500 and I don't have to use the "emulate3buttons" option to have three button functionality. My 3rd/middle button works fine without needing this option set. To my understanding the only time you need to emulate3buttons is A) if you have 2 button mouse and want to have access to the 3rd button function, or B) if for some strange reason your 3 button isn't working properly then it is a possible workaround, Cheers, Curtis. ;) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+W4rj7WVLiDrqeksRAsrYAJwMqHIFifyGCtar2djPO2EeZT35VQCdEjcg CJDrtqTf7HOu3RaptpoDWrA= =FVeV -----END PGP SIGNATURE-----

On Tuesday 25 February 2003 7:29 am, Nick Katsamas wrote:
Hi,
You have to put one more option:
Option "Emulate3Buttons" "yes"
On Tuesday 25 February 2003 15:21, Harry G wrote:
On Tuesday 25 February 2003 12:32 am, Curtis Rey wrote:
Yes, just like this.
Section "Pointer" Protocol "ps/2" Device "/dev/mouse" Option "ZAxisMapping" "4 5" EndSection
Give that a try.
Inserted it, rebooted, but still no up scroll.
Harry G
I probably shouldn't be chiming in as new as I am, but I had a similar problem until Sunday. I had edited the config files without success. Then, from the KDE control panel, I used Yast to edit the mouse properties. After I rebooted, it worked perfectly. I'm not going to pretend to understand what happened under the covers, but my mouse wheel did work afterward.

I have added this line in XF86Config: Option "ZAxisMapping" "4 5" Now the scroll wheel of my WACOM Graphire2 USB mouse used on the tablet works. However the direction of scrolling is reverse to how it works in Windows, as well as other Windows systems I work on. That confuses me big time. Is there way to reverse the scroll direction? -- Frits Wüthrich Pentaxianado

On Sunday 02 March 2003 10:45, Frits Wüthrich wrote:
I have added this line in XF86Config:
Option "ZAxisMapping" "4 5"
Now the scroll wheel of my WACOM Graphire2 USB mouse used on the tablet works. However the direction of scrolling is reverse to how it works in Windows, as well as other Windows systems I work on. That confuses me big time. Is there way to reverse the scroll direction? I didn't get any reply so far, that happens if one submits it during the weekend.
Is it possible to reverse the scrolling direction of the mouse wheel? Any help is most welcome. -- Frits Wüthrich Pentaxianado

On Wednesday 05 March 2003 22:51, Frits Wüthrich wrote:
On Sunday 02 March 2003 10:45, Frits Wüthrich wrote:
I have added this line in XF86Config:
Option "ZAxisMapping" "4 5"
Now the scroll wheel of my WACOM Graphire2 USB mouse used on the tablet works. However the direction of scrolling is reverse to how it works in Windows, as well as other Windows systems I work on. That confuses me big time. Is there way to reverse the scroll direction?
I didn't get any reply so far, that happens if one submits it during the weekend.
Is it possible to reverse the scrolling direction of the mouse wheel?
Any help is most welcome. -- Frits Wüthrich Pentaxianado
Did you try Option "ZAxisMapping" "5 4" ? hth Paolo

On Tuesday 25 February 2003 04:25, Harry G wrote:
The following is the contents of my file:
# generic XFree86 3.x configuration file
This is very likely the wrong file. Are you really running X 3.x? Try editing /etc/X11/XF86Config and *not* /etc/XF86Config Anders

On Tuesday 25 February 2003 08:35 am, Anders Johansson wrote:
On Tuesday 25 February 2003 04:25, Harry G wrote:
The following is the contents of my file:
# generic XFree86 3.x configuration file
This is very likely the wrong file. Are you really running X 3.x? Try editing /etc/X11/XF86Config and *not* /etc/XF86Config
Anders
You are correct. The following are some of the contents of my file /etc/X11/XF86Config: Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonNumber" "5" Option "Device" "/dev/mouse" Option "Emulate3Buttons" "on" Option "EmulateWheel" "on" Option "EmulateWheelButton" "4" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection I tried changing the ZAxisMapping" "4 5" to "6 7", but it doesn't scroll at all then. Could the following be the problem? I have a lot of mice listed before the InputDevice settings. They are: InputDevices "/dev/psaux" InputDevices "/dev/logibm" InputDevices "/dev/sunmouse" InputDevices "/dev/atibm" InputDevices "/dev/amigamouse" InputDevices "/dev/atarimouse" InputDevices "/dev/inportbm" InputDevices "/dev/gpmdata" InputDevices "/dev/mouse" InputDevices "/dev/usbmouse" InputDevices "/dev/adbmouse" InputDevices "/dev/input/mice" InputDevices "/dev/input/event0" InputDevices "/dev/pointer0" InputDevices "/dev/pointer1" InputDevices "/dev/pointer2" InputDevices "/dev/pointer3" EndSection Could this cause some confusion? Harry G

On Tuesday 25 February 2003 14:59, Harry G wrote:
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonNumber" "5" Option "Device" "/dev/mouse" Option "Emulate3Buttons" "on" Option "EmulateWheel" "on" Option "EmulateWheelButton" "4" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection
I don't like the looks of those "emulate" items. They should only be necessary when you don't have the things they emulate. I would try removing them if I were you. I can't find any details of your model of mouse on the net, but it's worth a try. I think your "scroll down only" problem stems from the "emulatewheelbutton" line. But try removing all of them. Anders

Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonNumber" "5" Option "Device" "/dev/mouse" Option "Emulate3Buttons" "on" Option "EmulateWheel" "on" Option "EmulateWheelButton" "4" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection
I assume you have a mouse with thress buttons and one whell. You should try this:
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonNumber" "3" Option "Device" "/dev/mouse" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection
You don't have to emulate a third button if your mouse has one.
Could the following be the problem? No.
Fabian

On Tuesday 25 February 2003 09:34 am, Fabian Dost wrote:
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonNumber" "5" Option "Device" "/dev/mouse" Option "Emulate3Buttons" "on" Option "EmulateWheel" "on" Option "EmulateWheelButton" "4" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection
I assume you have a mouse with thress buttons and one whell. You should try
this:
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonNumber" "3" Option "Device" "/dev/mouse" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection
You don't have to emulate a third button if your mouse has one.
It has two buttons, but the wheel acts like a button. I guess it is then considered a three button mouse, correct? Harry G

The following is the contents of my file:
Maybe this article can help: http://sdb.suse.de/en/sdb/html/wessels_sax.html#Aktivieren%20der%20Wheelfunk...

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
# generic XFree86 3.x configuration file
Anders is correct. Unless your running the old XF86 3.3..x server then most likely your configuring the wrong file. The file you mention is indeed in /etc and not /etc/X11 directory. You need to go one more directory deeper, that being /X11 and then edit your XF86Config file. The one in the directory above the /etc/X11 is not read IIRC. So, this may explain why your not have any success in getting the wheel to work - the file your changing doesn't matter. Sorry, that one slipped by me. Again, the file you want is "/etc/X11/XF86Config and not "/etc/XF86config". ^ ^ ^ Cheers, Curtis. :) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+W41X7WVLiDrqeksRAgAuAJ4g3t0kWUNrjBL/OC3vEE6VCBcYkgCcDiFj EtGn5fcoUeoTXfyPZwS2d6k= =ywLs -----END PGP SIGNATURE-----
participants (9)
-
Anders Johansson
-
Curtis Rey
-
Fabian Dost
-
Frits Wüthrich
-
Harry G
-
Kaare Rasmussen
-
Michael Satterwhite
-
Nick Katsamas
-
Paolo Brutti