Hi all, yesterday I upgraded a SuSE 9.0 Pro system to KDE 3.2.2. Everything went smooth but now it's not possible to use the mouse-wheel... Is it KDE or XFree86 related? :/ Thanks, Martin
On Friday 28 May 2004 02:27, Martin Mielke wrote:
Hi all,
yesterday I upgraded a SuSE 9.0 Pro system to KDE 3.2.2. Everything went smooth but now it's not possible to use the mouse-wheel... Is it KDE or XFree86 related? :/
Thanks, Martin
Its an Xfree issue. Check /etc/X11/XF86Config and look for this section: The twi lines with arrows may vary on your box depending on your mouse type, but the Buttons and Zaxis bits are what control scroll wheel. Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Buttons" "5" Option "Device" "/dev/mouse" <------ Option "Name" "Autodetection" Option "Protocol" "imps/2" <----- Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" -- _____________________________________ John Andersen
For more fun pick up a two wheel mouse Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonNumber" "7" Option "Device" "/dev/mouse" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5 6 7" EndSection and have horizontal and verticle scrolling. Mine works in everything from win311 to *nix. CWSIV On Fri, 2004-05-28 at 22:34, John Andersen wrote:
On Friday 28 May 2004 02:27, Martin Mielke wrote:
Hi all,
yesterday I upgraded a SuSE 9.0 Pro system to KDE 3.2.2. Everything went smooth but now it's not possible to use the mouse-wheel... Is it KDE or XFree86 related? :/
Thanks, Martin
Its an Xfree issue. Check /etc/X11/XF86Config and look for this section: The twi lines with arrows may vary on your box depending on your mouse type, but the Buttons and Zaxis bits are what control scroll wheel.
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Buttons" "5" Option "Device" "/dev/mouse" <------ Option "Name" "Autodetection" Option "Protocol" "imps/2" <----- Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5"
-- _____________________________________ John Andersen
participants (3)
-
Carl William Spitzer IV
-
John Andersen
-
Martin Mielke