Kleines Imwheel Prob

Rhodanos

Grand Admiral Special
Mitglied seit
11.11.2001
Beiträge
3.090
Renomée
3
Standort
/usr/local/karlsruhe
Ich habe es heute jetzt endlich geschafft, meiner MX700 Leben in die Sondertasten einzuhauchen *froi* Funktioniert jetzt perfekt, vor allem die seitlichen Tasten hatte ich beim Surfen schwer vermisst.
Nur nervt es mich, dass bei jedem Systemstart, wenn KDE gestartet ist, ein Kwrite Fenster aufgeht, mit diesem Imwheel killall Aufruf.
Wie verhindere ich das? Also dass das Fenster aufgeht, und ich es manuell wieder schliessen muss.

Rhodanos
 
würdest du bitte deine Maus-Konfiguration von der X.org-conf und die imwheelrc posten? Wo hast du den Aufruf von imwheel eingetragen?

Hab nämlich seit kurzem selber eine MX700 und die Sondertasten funktionieren noch nicht.


zur Txtdatei:
du benutzt KDE, oder? Speichere die Sitzung mal wenn du die TXT geschlossen ist
 
Ich bin nach dieser Anleitung vorgegangen :

Setting up the extra mousbuttons on my Logitech MX700

To be able to use the extra mouse buttons that I have on my MX700 wireless optical USB mouse I did the following:
urpmi imwheel
as root, and as my regular user:
echo "#!/bin/sh" > ~/.kde/Autostart/mx700backforth
echo "killall /usr/bin/imwheel" >> ~/.kde/Autostart/mx700backforth
echo "imwheel -k -b "67"" >> ~/.kde/Autostart/mx700backforth
chmod +x ~/.kde/Autostart/mx700backforth

plus, of course the following (also as normal user, in the home-dir) to make the right .imwheelrc:
echo '".*"' > ~/.imwheelrc
echo "None, Down, Alt_L|Left" >> ~/.imwheelrc
echo "None, Up, Alt_L|Right" >> ~/.imwheelrc
<>

With these settings/files the thumb buttons on the mouse are "back" and "forward" in browsers/konqueror, and the wheelbuttons function as if the wheel is continuously being scrolled respectively up or down. My /etc/X11/XF86Config-4 mouse section contains the following (only the relevant section is shown here; you can also have a look at my whole /etc/X11/XF86Config-4):

Meine Xorg.conf :
Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Buttons" "7"
Option "ButtonNumber" "7"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "6 7"
Option "Device" "/dev/mouse"

Rhodanos
 
und, wird die TXT datei beim Start noch angezeigt?

---

gut, so würde es userbezogen gehen. Wenn man es systemweit nutzen will, dann muss man die Einstellungen in die /etc/imwheelrc eintragen und das Programm über die /etc/X11/xinit/xinitrc starten, oder?
 
Zurück
Oben Unten