Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
böses intelliwheel
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
happyfish
Tux's lil' helper
Tux's lil' helper


Joined: 06 Apr 2005
Posts: 103

PostPosted: Mon Apr 18, 2005 10:10 pm    Post subject: böses intelliwheel Reply with quote

trotz umfangreicher lektüre kann ich das mausrad nicht zur freudigen mitarbeit überreden.
Code:
cat/dev/mice
und
Code:
cat/dev/psaux
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
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Mon Apr 18, 2005 10:13 pm    Post subject: Reply with quote

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
View user's profile Send private message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2953
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Mon Apr 18, 2005 10:15 pm    Post subject: Reply with quote

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


:x 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
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Mon Apr 18, 2005 10:24 pm    Post subject: Reply with quote

pablo_supertux schrieb:
Quote:

:x 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
View user's profile Send private message
happyfish
Tux's lil' helper
Tux's lil' helper


Joined: 06 Apr 2005
Posts: 103

PostPosted: Mon Apr 18, 2005 10:25 pm    Post subject: Reply with quote

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 :(
Code:
cat/dev/mouse0
meldet aber ein wild rotierendes rad
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Mon Apr 18, 2005 10:29 pm    Post subject: Reply with quote

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
View user's profile Send private message
happyfish
Tux's lil' helper
Tux's lil' helper


Joined: 06 Apr 2005
Posts: 103

PostPosted: Tue Apr 19, 2005 6:55 am    Post subject: Reply with quote

@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:
Code:
cat/dev/psaux
rasselt für touchpad und mouse was auf die konsole.
Code:
cat/dev/input/mouse0
nur für die maus.
Back to top
View user's profile Send private message
TheCurse
l33t
l33t


Joined: 21 Jun 2004
Posts: 670
Location: Köln

PostPosted: Tue Apr 19, 2005 2:54 pm    Post subject: Reply with quote

Hast du denn jetzt auch wieder das mit den 7 Buttons in der xorg.conf? In deinem Beispiel ist es auskommentier.
Back to top
View user's profile Send private message
happyfish
Tux's lil' helper
Tux's lil' helper


Joined: 06 Apr 2005
Posts: 103

PostPosted: Tue Apr 19, 2005 4:11 pm    Post subject: Reply with quote

ich habs; der pferdeappel war
Code:
Option "CorePointer"
in der touchpad-section.
ich bedanke mich bei allen für geduld und hilfe :wink:

...jetzt nur noch die fonts ordentlich hinkriegen, dann kann ich endlich arbeiten.
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