View previous topic :: View next topic |
Author |
Message |
tazinblack Veteran
Joined: 23 Jan 2005 Posts: 1146 Location: Baden / Germany
|
Posted: Fri Jun 02, 2006 7:21 am Post subject: [solved] mal wieder das Maus-Scrollrad |
|
|
Hallo Forum,
versuche hier verzweifelt das Scrollrad an nem Trackball Explorer welcher neben zwei Tasten auch ein Scrollrad mit Tastenfunktion hat zu laufen zu bekommen.
Hier meine Config :Section "InputDevice"
Code: | # Identifier and driver
Identifier "Mouse1"
Driver "mouse"
# Option "Protocol" "GlidePointPS/2"
Option "Protocol" "PS/2"
# Option "Device" "/dev/psaux"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "70"
|
Hab auch mal mit nem Knoppix 3.4 gebootet und da gehts und die Einstellung sind jetzt identisch mit den oben gezeigten.
Wobei die Knoppix 3.4 noch die Einstellungen in der Xfreeconfig speichert.
Habe bereits mehrere Protokolle und auch die Emulate3Buttons Option sowohl an und auch aus probiert.
Hat da jemand nen Tip ? _________________ Gruß / Regards
tazinblack
_______________________________________________________
what's the point in being grown up if you can't be childish sometimes
Last edited by tazinblack on Tue Jun 06, 2006 9:25 am; edited 1 time in total |
|
Back to top |
|
|
Finswimmer Bodhisattva
Joined: 02 Sep 2004 Posts: 5467 Location: Langen (Hessen), Germany
|
Posted: Fri Jun 02, 2006 7:27 am Post subject: |
|
|
Option "ZAxisMapping" "4 5"
Damit stelle ich das Rad ein, 4 nach oben 5 nach unten.
mit xev kannst du dir die Button-Nummern ausgeben lassen.
Tobi _________________ Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke |
|
Back to top |
|
|
tazinblack Veteran
Joined: 23 Jan 2005 Posts: 1146 Location: Baden / Germany
|
Posted: Fri Jun 02, 2006 7:49 am Post subject: |
|
|
Also mit xev zeigt er mir an wenn ich eine Taste drücke und jegliche Bewegung. Wenn ich aber mit dem Radskrolle, dann tut er nichts ! _________________ Gruß / Regards
tazinblack
_______________________________________________________
what's the point in being grown up if you can't be childish sometimes |
|
Back to top |
|
|
smove n00b
Joined: 03 Jul 2005 Posts: 52 Location: Germany
|
|
Back to top |
|
|
michel7 Guru
Joined: 04 May 2006 Posts: 461 Location: localhost
|
Posted: Fri Jun 02, 2006 9:16 am Post subject: |
|
|
Habe zwar eine IntelliExplorer Maus, vielleicht hilfts aber...
Code: |
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Name" "Microsoft 5-Button Mouse with IntelliEye(TM)"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
EndSection |
|
|
Back to top |
|
|
Vortex375 Veteran
Joined: 03 Mar 2005 Posts: 1739 Location: Deutschland
|
Posted: Fri Jun 02, 2006 10:40 am Post subject: |
|
|
Quote: | Option "Protocol" "PS/2" |
Damit klappts auch nicht. Für Mausrad musst du
Code: | Option "Protocol" "IMPS/2" |
benutzen. |
|
Back to top |
|
|
tazinblack Veteran
Joined: 23 Jan 2005 Posts: 1146 Location: Baden / Germany
|
Posted: Fri Jun 02, 2006 10:49 am Post subject: |
|
|
Hab jetzt diese Konfig angepasst auf 3 Tasten ...
michel7 wrote: | Habe zwar eine IntelliExplorer Maus, vielleicht hilfts aber...
Code: |
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Name" "Microsoft 5-Button Mouse with IntelliEye(TM)"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
EndSection |
|
und erfreulicherweise geht das Scrollen jetzt !
Kann man jetzt noch die Empfindlichkeit des Scrollrads anpassen ?
Also das er schneller bzw. langsamer scrollt ?
Ansonsten erst mal Danke für die schnelle Hilfe ! _________________ Gruß / Regards
tazinblack
_______________________________________________________
what's the point in being grown up if you can't be childish sometimes |
|
Back to top |
|
|
michel7 Guru
Joined: 04 May 2006 Posts: 461 Location: localhost
|
Posted: Fri Jun 02, 2006 11:01 am Post subject: |
|
|
Vortex375 wrote: | Damit klappts auch nicht |
Warum sollte es damit nicht klappen? Bei mir funktioniert das Mausrad hiermit hervorragend!
tazinblack wrote: |
Kann man jetzt noch die Empfindlichkeit des Scrollrads anpassen ?
Also das er schneller bzw. langsamer scrollt ? |
Ich nehme an du meinst die Anzahl der Zeilen, die er scrollen soll. Das kann man in der jeweiligen Anwendung anpassen. Zb für Firefox gibst du in der Adresszeile about:config ein dann setzt du den Wert mousewheel.withnokey.sysnumlines auf false und bei mousewheel.withnokey.numlines gibst du die Anzahl der Zeilen an die er scrollen soll. |
|
Back to top |
|
|
|