View previous topic :: View next topic |
Author |
Message |
fixx n00b
Joined: 30 Jul 2002 Posts: 16 Location: TG / Switzerland
|
Posted: Tue Oct 22, 2002 7:01 pm Post subject: MouseMan Optical Probleme |
|
|
Hallo zusammen
Ich bringe das Mausrad einfach nicht zum Laufen. Habe mir schon einige Hilfen angeschaut aber ohne Erfolg.
Habe diese Maus: http://www.chip.de/produkte_tests/produkte_tests_157201.html
Der Mausteil meiner XF86-Config sieht so aus:
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "AUTO"
Option "Device" "/dev/mouse"
Option "Buttons" "6"
Option "ZAxisMapping" "5 6"
Mit xev funktionieren alle Tasten (auch die an der Seite) bloss das Rad nicht |
|
Back to top |
|
|
PepeGto n00b
Joined: 13 Jul 2002 Posts: 14 Location: Berlin
|
Posted: Tue Oct 22, 2002 7:07 pm Post subject: MouseMan Optical Probleme |
|
|
Hallo,
versuch mal die Zeile
Option "Protocol" "AUTO"
in
Option "Protocol" "imps/2"
zu ändern... bei mir läuft's damit.
Daniel <PepeCyB@gmx.de> |
|
Back to top |
|
|
fixx n00b
Joined: 30 Jul 2002 Posts: 16 Location: TG / Switzerland
|
Posted: Tue Oct 22, 2002 7:16 pm Post subject: |
|
|
Geht leider auch nicht
Hast du denn die genau gleiche Maus? Am USB Port?
Könnte ich mir dann vielleicht deine XF86Config mal anschauen? |
|
Back to top |
|
|
Ataraxis Tux's lil' helper
Joined: 18 Sep 2002 Posts: 76 Location: Germany
|
Posted: Tue Oct 22, 2002 8:01 pm Post subject: |
|
|
Hi, ich hab ne Logitech MouseMan Optical am PS/2 Port hängen und bei mir sieht das so aus:
Code: |
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "MouseManPlusPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "5 6"
Option "Buttons" "6"
Option "Resolution" "1200"
EndSection
|
Dazu noch beim Start immer folgendes ausführen:
Code: |
xmodmap -e pointer = "1 2 3 6 4 5"
mousemap F11 "1 2 3 6 4 5" &
|
Dann funktionieren auch die Buttons richtig und der seitliche Knopf entspricht F11 und lässt sich somit auch belegen.
Wahrscheinlich liegst bei dir am fehlenden xmodmap, weil die XF86Config ist ja in Ordnung.
Ciao
Ataraxis |
|
Back to top |
|
|
fixx n00b
Joined: 30 Jul 2002 Posts: 16 Location: TG / Switzerland
|
Posted: Tue Oct 22, 2002 8:27 pm Post subject: |
|
|
Merci, aber ich bekomme eine Fehlermeldung:
linux / # xmodmap -e pointer = "1 2 3 6 4 5"
xmodmap: commandline:0: bad buttons input line
xmodmap: unable to open file '=' for reading
xmodmap: unable to open file '1 2 3 6 4 5' for reading
xmodmap: 3 errors encountered, aborting.
mousemap findet er gar nicht
(habs auch mit emerge -s nicht gefunden) |
|
Back to top |
|
|
Ataraxis Tux's lil' helper
Joined: 18 Sep 2002 Posts: 76 Location: Germany
|
Posted: Tue Oct 22, 2002 8:38 pm Post subject: |
|
|
ups.. kleiner Fehler, grosse Wirkung:
Code: |
xmodmap -e "pointer = 1 2 3 6 4 5"
|
mousemap ist auch nicht im portage tree, aber hinter dem portage tree geht die welt ja noch weiter
Mousemap gibts hier
Ciao
Ataraxis |
|
Back to top |
|
|
fixx n00b
Joined: 30 Jul 2002 Posts: 16 Location: TG / Switzerland
|
Posted: Tue Oct 22, 2002 8:58 pm Post subject: |
|
|
Bin schon weiter
linux root # xmodmap -e "pointer = 1 2 3 6 4 5" //funktioniert
./mousemap F11 "1 2 3 6 4 5" &
[1] 3938
linux mousemap # mousemap v0.3 (PID 3939) - mapping table: 1 2 3 6=F11 4 5
[1]+ Done ./mousemap F11 "1 2 3 6 4 5"
linux mousemap #
sieht auch ganz gut aus
leider geht das mausrad immer noch nicht (in xev und konqueror)
vielleicht gehts ja nur am ps2 port? |
|
Back to top |
|
|
Schmolch l33t
Joined: 16 Jun 2002 Posts: 746 Location: Germany
|
Posted: Wed Oct 23, 2002 2:13 am Post subject: |
|
|
Hab die gleiche Maus am usb-port hängen, Mausrad funktioniert.
Dieses Mousemap hab ich bisher noch nie benutzt.
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection |
|
Back to top |
|
|
tonmeister440 n00b
Joined: 08 Apr 2004 Posts: 57
|
Posted: Sun Apr 25, 2004 10:59 pm Post subject: |
|
|
hi,
habe alles soweit hinbekommen nur stresst bei mir mousemap rum
wenn ich 'mousemap F11 F12 "1 2 3 6 7 4 5" ' eingebe bekomme ich folgende ausgabe:
Quote: |
mousemap v0.4 (PID 6564) - mapping table: 1 2 3 6=Home 7=End 4 5
X Error of failed request: BadAccess (attempt to access private resource denied)
Major opcode of failed request: 2 (X_ChangeWindowAttributes)
Serial number of failed request: 13
Current serial number in output stream: 13
|
kann mir einer sagen was das heisst. spielt keine rolle ob ich mousemap als user oder root aufrufe
gruss tonmeister440 |
|
Back to top |
|
|
|