Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Logitech MX700 und Buttons. [gelöst]
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
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Thu Jul 13, 2006 10:50 am    Post subject: Logitech MX700 und Buttons. [gelöst] Reply with quote

Ich möchte bei meiner Maus die seitlichen Buttons für vorwärts/rückwärts im Browser nutzen. Ich benutze Xorg 7.1. Wenn ich die Maus auf evdev umstelle, dann funktioniert es beim Firefox, ohne daß ich irgendwas mit Xmodmap und so machen muß.

Nur funktioniert es weder beim Konqueror noch beim Epiphany. Ich habe da schon tausend Howtos durch, ich bekomme es bei beiden einfach nicht zum laufen.


Last edited by Klaus Meier on Sun Jul 16, 2006 9:24 am; edited 1 time in total
Back to top
View user's profile Send private message
SvenFischer
Veteran
Veteran


Joined: 05 Feb 2003
Posts: 1033
Location: Berlin

PostPosted: Thu Jul 13, 2006 9:53 pm    Post subject: Reply with quote

Da es bei mir weder noch funktioniert, bitte ich Dich um Deine xorg.conf
_________________
Core2Duo, 4GB RAM, AMD/ATI 4850 and nice person in front!
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Thu Jul 13, 2006 10:23 pm    Post subject: Reply with quote

Also der entscheidende Teil.

Identifier "Mouse1"
Driver "evdev"
Option "Protocol" "event"
Option "Device" "/dev/input/event2"
Option "SendCoreEvents" "true"

Buttons und ZAxisMapping brauche ich nicht.
Back to top
View user's profile Send private message
oMeE
n00b
n00b


Joined: 02 Sep 2005
Posts: 42
Location: 213.252.153.141

PostPosted: Sat Jul 15, 2006 3:23 pm    Post subject: Reply with quote

Hier das HowTo 'Logitech MX' von de.Gentoo-Wiki
...falls es der ein oder andere noch sucht ;)

Gruss
«oMeE»
_________________
Gentoo Linux Wiki - Dokumentation - Portage
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Sat Jul 15, 2006 3:33 pm    Post subject: Reply with quote

Danke. Hast du es mal ausprobiert? Also bei mir funktioniert es nicht. Ich habe doch geschrieben, daß ich schon Tausend Howtos durch habe. Keins funktioniert.
Back to top
View user's profile Send private message
oMeE
n00b
n00b


Joined: 02 Sep 2005
Posts: 42
Location: 213.252.153.141

PostPosted: Sat Jul 15, 2006 8:41 pm    Post subject: Reply with quote

Also mit meiner MX500 und MX1000 hast dies wunderbar geklappt
...kann alle Buttons benutzten und hab mich nur an das HoTo gehalten.
Klaus Meier wrote:
[...] Ich habe doch geschrieben, daß ich schon Tausend Howtos durch habe. Keins funktioniert.

Hmm...
währe interessant zu wissen, welche HowTo's du schon probiert hast :)
...in der Glaskugel steht dies leider nicht ;)

Gruss
«oMeE»
_________________
Gentoo Linux Wiki - Dokumentation - Portage
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Sat Jul 15, 2006 9:24 pm    Post subject: Reply with quote

Mit was für Browsern denn? Diese Angabe vermisse ich immer wieder. Mit dem Firefox bekomme ich es ohne Probleme hin, mit dem Epiphany und dem Konqueroro nicht.

Also null Probleme mit dem Firefox. Aber ich hab hier schon mehrfach gefragt, es hat noch nie jemand geschrieben, daß es mit dem Epiphany geht.
Back to top
View user's profile Send private message
horizon
n00b
n00b


Joined: 29 Aug 2004
Posts: 4

PostPosted: Sun Jul 16, 2006 12:47 am    Post subject: Reply with quote

Hi, ich benutze xorg7.0 und MX700 ohne Probs mit den erwünschten Seitentasten in firefox, epiphany und nautilus unter gnome. Mit evdev funzt es bei mir nicht. Die größtmögliche Funktionalität für die MX700 erreicht man so... (P.s. hab die maus am PS/2)

als root

/etc/X11/xorg.conf
Code:

Section "InputDevice"
         Identifier      "Mouse1"
         Driver          "mouse"
         Option          "Protocol"              "ExplorerPS/2" #wichtig
         Option          "Dev Name"              "Logitech"
         Option          "Device"                "/dev/input/mice"
         Option          "Emulate3Buttons"       "false"
         Option          "CorePointer"
 #        Option          "ZAxisMapping"          "6 7" #don't work for xorg7.0 anymore
         Option          "Resolution"            "800"
Option          "ZAxisMapping"  "4 5" #wichtig
      Option          "Buttons"       "7" #wichtig
       Option          "ButtonMapping" "1 2 3 6 7 4 5" #wichtig
EndSection


Code:
emerge -av imwheel (neuste version)


- not sure if i changed /etc/X11/imwheel/imwheelrc -

als user

aber platziere ~/.imwheelrc mit folgendem inhalt im home-ordner
Code:

"nautilus"
None, Up, Alt_L|Left
None, Down, Alt_L|Right

".*"
None, Up, Alt_L|Left
None, Down, Alt_L|Right


Und dann irgendwie dies hier noch autostarten (z.b. GNOME/System/Einstellungen/Sitzungen/startprogramme oder in ein script packen)
Code:
imwheel -k -b "67" &


zumindest den x-server neustarten und dann scrollen, vor und zurück etc. in allen progs und das wichtigste, die 3 normalen maustasten gehen noch. als ich auch noch die menutaste aktivieren wollte, funzte button1 nicht mehr. however, it works.

P.s. mehr könnte gehen wenn jemand weiß wie man imwheel oder xmodmap den 10. button erklärt. "0" funzt nicht.

*edit - Think4UrS11* Umlaute gefixt; Bitte in ISO-8859-1 posten, danke.
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Sun Jul 16, 2006 9:23 am    Post subject: Reply with quote

Genial, danke, endlich!

So wie es bei mir aussieht, geht es auch mit evdev und Xmodmap. Weil ich dabei meine Tasten beim Epiphany verwurschtelt bekomme. Nur die richtige Reihenfolge hat mir bislang immer gefehlt. Meine Maus hängt am USB. Ich hab auch so den Eindruck, daß das, was unter Xorg 7.0 ging, bei 7.1 schon wieder anders ist. Na egal, erstmal wieder glücklich.
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