Die Wireless Mouse funktioniert von Beginn an, jedoch ohne die Extrabuttons. Hier ein Weg wie man diese zum Laufen bringt.
Ändern der xorg.conf mit dem Befehl:
|
Quellcode
|
1
|
sudo gedit /etc/X11/xorg.conf
|
folgende Zeilen
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2" #wichtig!!
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
EndSection
Speichern.
Danach Installationvon imwheel.
|
Quellcode
|
1
|
sudo aptitude install imwheel
|
Ändern der Konfigurationsdatei mit
|
Quellcode
|
1
|
sudo gedit /etc/X11/imwheel/startup.conf
|
auf
# Configuration file for setting imwheel startup parameters.
# Set this to "1" to make imwheel start along with your X session.
IMWHEEL_START=1
# Specify the command line parameters to pass to imwheel.
# Simply uncomment the bottom line, and if necessary replace
# the default options with your own. A button spec of "0 0 8 9"
# will grab the thumb buttons of most mice. "0 0 0 0 8 9" should
# work for mice with a scroll wheel with two axes. Keep in mind
# that each button number must be separated by a space.
#IMWHEEL_PARAMS='-b "0 0 8 9"'
Um die beiden Seitentasten mit VOR/ZURÜCK zu belegen, bearbeitet man /etc/X11/imwheel/imwheelrc
mit dem Befehl
|
Quellcode
|
1
|
sudo gedit /etc/X11/imwheel/imwheelrc
|
und fügt am Ende folgende Zeilen hinzu
".*"
None,Thumb1,Alt_L|Left
None,Thumb2,Alt_L|Right
Neustarten und fertig.