View previous topic :: View next topic |
Author |
Message |
happyfish Tux's lil' helper
Joined: 06 Apr 2005 Posts: 103
|
Posted: Mon Apr 18, 2005 10:10 pm Post subject: böses intelliwheel |
|
|
trotz umfangreicher lektüre kann ich das mausrad nicht zur freudigen mitarbeit überreden. und melden schon mal leben im rädchen, nur unter ff, xnc also eben in X versagt es.
http://www.htw-dresden.de/~s51390/tux/configs_und_logs/xorg.conf
hab ich da irgednwo einen bock geschossen?
Microsoft IntelliMouse Explorer USB, hotpluggen funktioniert auch. |
|
Back to top |
|
|
benjamin200 Veteran
Joined: 01 Feb 2004 Posts: 1426 Location: DE Munich
|
Posted: Mon Apr 18, 2005 10:13 pm Post subject: |
|
|
Ich nehme an du nutzt Xorg. Bitte config anpassen:
Code: |
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5"
EndSection
|
Berichte obs klappt!
Gruß,
Benjamin _________________ Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens |
|
Back to top |
|
|
pablo_supertux Advocate
Joined: 25 Jan 2004 Posts: 2953 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Mon Apr 18, 2005 10:15 pm Post subject: |
|
|
so sieht es bei mir aus:
Code: |
Section "InputDevice"
Driver "mouse"
Identifier "Mouse0" # das musst du anpassen, bei dir scheint es mouse1 zu sein
Option "ButtonNumber" "2"
Option "Device" "/dev/mouse" # dies hier musst du anpassen
Option "Name" "AutoDetected"
Option "Protocol" "imps/2"
Option "Vendor" "AutoDetected"
Option "ZAxisMapping" "4 5"
EndSection
|
da war jemand schneller.
wichtig ist Option "ZAxisMapping" "4 5" _________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
|
benjamin200 Veteran
Joined: 01 Feb 2004 Posts: 1426 Location: DE Munich
|
Posted: Mon Apr 18, 2005 10:24 pm Post subject: |
|
|
pablo_supertux schrieb:
Quote: |
da war jemand schneller.
wichtig ist Option "ZAxisMapping" "4 5"
|
Kannst dir ja mal den Thread vornehmen (Autor benjamin200)
https://forums.gentoo.org/viewtopic-t-325854.html
Gruß,
Benjamin _________________ Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens |
|
Back to top |
|
|
happyfish Tux's lil' helper
Joined: 06 Apr 2005 Posts: 103
|
Posted: Mon Apr 18, 2005 10:25 pm Post subject: |
|
|
danke, ihr seit ja fix
Code: |
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2" #auch ExplorerPS2 etc probiert
Option "Device" "/dev/input/mouse0" #/dev/input/mice geht auch nicht
#Option "Buttons" "7" #mit und ohne probiert
Option "ZAxisMapping" "4 5" #mit und ohne probiert und mit keine besserung :(
|
geht leider immer noch nicht meldet aber ein wild rotierendes rad |
|
Back to top |
|
|
psyqil Advocate
Joined: 26 May 2003 Posts: 2767
|
Posted: Mon Apr 18, 2005 10:29 pm Post subject: |
|
|
Code: | Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection | und dann noch Code: | xmodmap -e "pointer = 1 2 3 6 7 4 5" | in ~/.xinitrc. |
|
Back to top |
|
|
happyfish Tux's lil' helper
Joined: 06 Apr 2005 Posts: 103
|
Posted: Tue Apr 19, 2005 6:55 am Post subject: |
|
|
@psyqil: wen ich das so übernehme, bricht startx ab: Code: | xmodmap: commanline:0: bad number of buttons, must have 3 instead of 7 |
kann es sein, dass er die tasten vom touchpad zählt?
ich hab auch mal CorPointer und SendCoreEvents andersrum zugeordnet, aber hat auch nix gebracht; ebenso wie die anderen vorschläge.
schönen tag für alle
edit: rasselt für touchpad und mouse was auf die konsole. Code: | cat/dev/input/mouse0 | nur für die maus. |
|
Back to top |
|
|
TheCurse l33t
Joined: 21 Jun 2004 Posts: 670 Location: Köln
|
Posted: Tue Apr 19, 2005 2:54 pm Post subject: |
|
|
Hast du denn jetzt auch wieder das mit den 7 Buttons in der xorg.conf? In deinem Beispiel ist es auskommentier. |
|
Back to top |
|
|
happyfish Tux's lil' helper
Joined: 06 Apr 2005 Posts: 103
|
Posted: Tue Apr 19, 2005 4:11 pm Post subject: |
|
|
ich habs; der pferdeappel war Code: | Option "CorePointer" | in der touchpad-section.
ich bedanke mich bei allen für geduld und hilfe
...jetzt nur noch die fonts ordentlich hinkriegen, dann kann ich endlich arbeiten. |
|
Back to top |
|
|
|