Scrollen @ gnome
Peter
- software
hi!
Ich wollte fragen, wie ich die Scrollfunktion/-tasten bei der Maus im Debian Sarge 3.1 r0a & Gnome aktivieren kann?
Ich habe nämlich seltsamerweise in meiner XF86config 2 Mäuse:
[quote]
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
[/quote]
Ich habe übrigen eine Genius NetScroll auf dem PS/2-Anschluss
VIELEN DANK
Peter
Hallo Peter.
Ich wollte fragen, wie ich die Scrollfunktion/-tasten bei der Maus im Debian Sarge 3.1 r0a & Gnome aktivieren kann?
Werden unter „xev“ sämtliche Tasten korrekt erkannt?
Die normale Erkennung sollte dort wie folgt aussehen:
1 = linke Maustaste
2 = mittlere Maustaste
3 = rechte Maustaste
4 = Scrollrad nach oben
5 = Scrollrad nach unten
Ich habe nämlich seltsamerweise in meiner XF86config 2 Mäuse:
Das solltest du ändern, wenn du tatsächlich nur eine Maus angeschlossen hast.
Versuche es einmal mit folgendem in deiner XF86config:
Section "InputDevice"
Identifier ""
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice" # Oder eben /dev/psaux
Option "Protocol" "PS/2"
Option "ZAxisMapping" "4 5"
EndSection
Zur Kontrolle kannst du hiernach auch einmal „xmodmap -pp“ ausführen.
Einen schönen Dienstag noch.
Gruß, Ashura
Hallo Ingrid.
Section "InputDevice"
[…]
Identifier ""
[…]
EndSection
Hier muss natürlich noch der Identifier eingetragen werden, welcher in der Sektion „ServerLayout“ als InputDevice eingetragen wurde. (Dieses wiederum sollte zweimal vorhanden sein, einmal für Maus und einmal für Tastatur.)
Einen schönen Dienstag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[[HTML Design Constraints: Logical Markup](http://www.w3.org/History/19921103-hypertext/hypertext/WWW/MarkUp/HTMLConstraints.html)]