Gargi
28.12.2007, 13:56
Etch erkennt bei meiner MX 610 erstmal keine zusätzlichen Tasten. Da ich aber gerne im Firefox die Back-Taste an der Seite meiner Maus verwende, kann man sich mit einem Trick behelfen. Hierzu editiert man die /etc/X11/xorg.conf nachdem man eine Sicherung davon erstellt hat. Den Abschnitt
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
abe ich wie folgt abgeändert:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Buttons" "10"
# Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Name" "Logitech USB-PS/2 Optical Mouse"
# Option "Protocol" "ImPS/2"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ButtonMapping" "1 2 3 6 7"
EndSection
So macht das Surfen dann wieder richtig Spaß :)
Eventuell kann man das noch auf andere Maustypen etsprechend übertragen.
cu
Gargi
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
abe ich wie folgt abgeändert:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Buttons" "10"
# Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Name" "Logitech USB-PS/2 Optical Mouse"
# Option "Protocol" "ImPS/2"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ButtonMapping" "1 2 3 6 7"
EndSection
So macht das Surfen dann wieder richtig Spaß :)
Eventuell kann man das noch auf andere Maustypen etsprechend übertragen.
cu
Gargi