|
De Logitech G5 gaming muis goed configureren onder openSUSE 11.1, op internet zijn veel voorbeelden te vinden, maar de goede zat er niet tussen.
In mijn geval was het een kwestie van ~/.Xmodmap aan te maken met de volgende inhoud:
Voor openSUSE 11.2 kwam ik erachter dat 8 en 9 omgewisseld moeten worden, omdat anders de tilt-buttons (scrollwheel links/rechts) verkeerd om werkten in Firefox. Ook heb ik 6 (thumbbutton) en 2 (middelste button) omgewisseld:
Daarna het volgende commando uitvoeren:
En even uitloggen en inloggen. Nu werkt de scrollwheel-tilt functie ook (scroll-wheel naar links of rechts om bv in Firefox een pagina terug of verder te gaan). Erg handig.
De /etc/X11/xorg.conf heb ik niet aan hoeven te passen, maar voor de volledigheid ziet die er zo uit (op een Acer Extensa 5630Z laptop, onder openSUSE 11.1. Onder openSUSE 11.2 is xorg.conf.install nagenoeg leeg):
pointer = 1 6 3 4 5 9 8 2 7
Voor openSUSE 11.2 kwam ik erachter dat 8 en 9 omgewisseld moeten worden, omdat anders de tilt-buttons (scrollwheel links/rechts) verkeerd om werkten in Firefox. Ook heb ik 6 (thumbbutton) en 2 (middelste button) omgewisseld:
pointer = 1 2 3 4 5 8 9 6 7
Daarna het volgende commando uitvoeren:
xmodmap .Xmodmap
En even uitloggen en inloggen. Nu werkt de scrollwheel-tilt functie ook (scroll-wheel naar links of rechts om bv in Firefox een pagina terug of verder te gaan). Erg handig.
De /etc/X11/xorg.conf heb ik niet aan hoeven te passen, maar voor de volledigheid ziet die er zo uit (op een Acer Extensa 5630Z laptop, onder openSUSE 11.1. Onder openSUSE 11.2 is xorg.conf.install nagenoeg leeg):
Section "InputDevice"
Driver "evdev"
Identifier "Mouse"
Option "InputFashion" "Mouse"
Option "Name" "Logitech Gaming Mouse"
Option "Pass" "3"
Option "Vendor" "Sysp"
Option "evBits" "+1-2"
Option "keyBits" "~272-287"
Option "relBits" "~0-2 ~6 ~8"
EndSection
Section "InputDevice"
Driver "synaptics"
Identifier "Mouse"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "HorizScrollDelta" "0"
Option "InputFashion" "Mouse"
Option "Name" "Synaptics;Touchpad"
Option "Protocol" "explorerps/2"
Option "SHMConfig" "on"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse"
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
# ...
Section "ServerLayout"
Identifier "Layout"
InputDevice "Keyboard" "CoreKeyboard"
InputDevice "Mouse" "CorePointer"
InputDevice "Mouse" "SendCoreEvents"
InputDevice "Mouse" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen"
EndSection
Driver "evdev"
Identifier "Mouse"
Option "InputFashion" "Mouse"
Option "Name" "Logitech Gaming Mouse"
Option "Pass" "3"
Option "Vendor" "Sysp"
Option "evBits" "+1-2"
Option "keyBits" "~272-287"
Option "relBits" "~0-2 ~6 ~8"
EndSection
Section "InputDevice"
Driver "synaptics"
Identifier "Mouse"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "HorizScrollDelta" "0"
Option "InputFashion" "Mouse"
Option "Name" "Synaptics;Touchpad"
Option "Protocol" "explorerps/2"
Option "SHMConfig" "on"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse"
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
# ...
Section "ServerLayout"
Identifier "Layout"
InputDevice "Keyboard" "CoreKeyboard"
InputDevice "Mouse" "CorePointer"
InputDevice "Mouse" "SendCoreEvents"
InputDevice "Mouse" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen"
EndSection
Was this article useful to you? Please help me by using the toolbar below to tweet the article, give it an eKudo or add it to Hyves, Facebook, Delicous, Digg or another site. Thanks!
Comments on this article
There is 1 commentsHee waarom heb jij zo'n mooie gaming muis? Doe je weer een keer mee met Call Of Duty 4,5 of binnenkort 6? :-)
Add comment
Adding a comment is simple and registration is not needed!Your IP address is logged, but will not published, all comments need E-mail confirmation and are moderated one by one. Abuse is not tolerated. It is not possible to edit your comment afterwards.


2009-09-24 12:59:59 posted by Richard



