Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mausgeschwindigkeit
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
powerflo
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jan 2007
Posts: 99

PostPosted: Sun Oct 28, 2007 2:10 pm    Post subject: Mausgeschwindigkeit Reply with quote

Hallo,
ich habe mir eine MSI Laser Maus fuer mein Thinkpad gekauft. Der Trackpoint hat von Anfang an eine gute Geschwindigkeit so dass ich mich beim Einrichten darum nicht gekuemmert habe.
Die Lasermaus bewegt sich im Vergleich dazu "rasend" ueber den Bildschirm, so dass ich damit nicht arbeiten kann.

Um das Problem zu loesen habe ich in der xorg.conf eine zweite Maus angelegt:
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse_TP" "CorePointer"
   InputDevice   "Mouse_ext"   "AlwaysCore"
   InputDevice    "Keyboard0" "CoreKeyboard"
   Option  "StandbyTime"  "10"  # Stellt den Bildschirm nach 10 Minuten aus (DPMS)
   Option  "SuspendTime"  "20"  # Komplettes Suspend nach 20 Minuten
   Option  "OffTime"  "30"  # Ausschalten nach einer halben Stunde
EndSection


...

Code:
Section "InputDevice"
   Identifier  "Mouse_TP"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device"   "/dev/input/mouse1"
   Option       "ZAxisMapping" "4 5 6 7"
   Option          "Emulate3Buttons"       "true"
        Option          "EmulateWheel"          "true"
        Option          "EmulateWheelButton"    "2"
   Option      "EmulateWheelTimeOut"   "1"
EndSection

Section "InputDevice"
   Identifier  "Mouse_ext"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device"   "/dev/input/mouse2"
   Option       "ZAxisMapping" "4 5 6 7"
   Option          "Emulate3Buttons"       "true"
        Option          "EmulateWheel"          "true"
        Option          "EmulateWheelButton"    "2"
   Option      "EmulateWheelTimeOut"   "1"
   Option "MinSpeed" "0.03"
   Option "MaxSpeed" "0.12"
   Option "AccelFactor" "0.020"
EndSection


Bei der Lasermaus habe ich noch drei Angaben zur Geschwindigkeit gemacht. Es aendert sich jedoch nichts.

Was kann ich machen?

powerflo
Back to top
View user's profile Send private message
Stormkings
Guru
Guru


Joined: 27 Sep 2002
Posts: 352
Location: Europe

PostPosted: Sun Oct 28, 2007 2:50 pm    Post subject: Reply with quote

Hallo!
Vielleicht hilft dir diese option weiter:
Code:

        Option      "Resolution" "int"

Gruß, dk
Back to top
View user's profile Send private message
Vortex375
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1739
Location: Deutschland

PostPosted: Sun Oct 28, 2007 3:05 pm    Post subject: Reply with quote

Ich habe auch eine Maus, die sich in der Standardeinstellung viel zu schnell bewegt (Razer Diamondback). Leider habe ich keinen Weg gefunden, diese über die xorg.conf zu bremsen. Weder die Option "Resolution" noch irgend eine andere Option hatte einen Effekt.

Der einzige Weg, die Mausgeschwindigkeit herab zu setzen, ist mit "xset m <speed>". Allerdings hilft dir das nicht viel weiter, da sich dadurch ja auch die Geschwindigkeit des Trackballs herabsetzt.

Ich wäre wirklich an einer Lösung dieses Problems interessiert. :)
Back to top
View user's profile Send private message
powerflo
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jan 2007
Posts: 99

PostPosted: Sun Oct 28, 2007 3:34 pm    Post subject: Reply with quote

Vielen Dank fuer eure Posts.
Code:
Option      "Resolution" "int"

hat nicht funktioniert.

xset m <speed> habe ich schon probiert und werde dann halt immer umschalten muessen wenn ich eine entsprechende Maus angeschlossen habe.

powerflo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum