scrollrad bei maus aktivieren!

Post Reply
Message
Author
bobu

scrollrad bei maus aktivieren!

#1 Post by bobu »

Gibt es eine möglichkeit das scrollrad bei einer standartmaus zu aktivieren?
ich bin oft im netz und da nervt es langsam!
Ich habe aber keine treiber für das Ding!

mfg Bobu

gewitter
Posts: 1354
Joined: 09. Apr 2001 9:03

Re: scrollrad bei maus aktivieren!

#2 Post by gewitter »

wozu treiber?

editiere als root /etc/X11/XF86Config

ändere den Eintrag für Inputdevice mouse dahingehend:

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "ButtonNumber" "5"
Option "Device" "/dev/mouse"
Option "InputFashion" "Mouse"
Option "Name" "Autodetection"
Option "Protocol" "imps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

wobei der identifier beibehalten werden muss. die alten sachen kannst du mit # auskommentieren.

ceroe
Posts: 51
Joined: 14. Mar 2001 7:23
Location: 35396 Gießen
Contact:

Re: scrollrad bei maus aktivieren!

#3 Post by ceroe »

Klar:

cd /etc/X11

editiere XF86Config
suche folgenden Abschnitt:

(sieht sicherlich etwas anders bei Dir aus)

Section "InputDevice"
Driver "mouse"
Identifier "Mouse<font size="1">"
Option "ButtonNumber" "5"
Option "Device" "/dev/psaux"
Option "InputFashion" "Mouse"
Option "Name" "AutoDetected"
Option "Protocol" "imps/2"
Option "Vendor" "AutoDetected"
Option "ZAxisMapping" "4 5"
EndSection

Die Zeile : Option "ZAxisMapping" "4 5" ist diejenige, die Du brauchst, damit das Mausrad funktioniert.

cu
Christian

bobu

Re: scrollrad bei maus aktivieren!

#4 Post by bobu »

Also ich bekomm das nicht hin!
Ich habe das eingegeben:

Section "InputDevice"
Driver "mouse"
Identifier "Mouse<font size="1">"
Option "ButtonNumber" "5"
Option "Device" "/dev/psaux"
Option "InputFashion"" Mouse"
Option "Emulate5Buttons" "on"
Option "Name" "AutoDetected"
Option "Protocol" "imps/2"
Option "Vendor" "AutoDetected"
Option "ZAxisMapping" "4 5"
EndSection




Und das stand bei mir bevor ich es verändert habe!

Section "InputDevice"
Driver "mouse"
Identifier "Mouse<font size="1">"
Option "Device" "/dev/psaux"
Option "InputFashion"" Mouse"
Option "Emulate3Buttons" "on"
Option "Name" "AutoDetected"
Option "Protocol" "ps/2"
Option "Vendor" "AutoDetected"

EndSection

Und das rädchen geht leider noch nicht!
Vielleicht habe ich was falsch gemacht??
Auf jeden fall danke ich euch für die mühe!
gruß bobu


bAZiK

Re: scrollrad bei maus aktivieren!

#6 Post by bAZiK »

P.S.: In dem Fall musst du zumindest dein X neustarten... aber keine Angst, deine uptime wird dadurch nicht verändert <img src="http://www.pl-forum.de/UltraBoard/Images/Happy.gif" border="0" align="middle">

bAZiK

Re: scrollrad bei maus aktivieren!

#7 Post by bAZiK »

P.P.S.: Dir fehlt nur der

Option "Buttons" "5"

eintrag! <img src="http://www.pl-forum.de/UltraBoard/Images/Wilk.gif" border="0" align="middle">

rs
Posts: 262
Joined: 23. Aug 2000 11:02
Location: Bayreuth
Contact:

Re: scrollrad bei maus aktivieren!

#8 Post by rs »

Hi,

ich hab eine Cordless Optical Mouse von Logitech, leider schaffe ich es dort auch nicht das Mausrad zu aktivieren. Ich hab folgende Einstellungen:

Section "InputDevice"
Driver "mouse"
Identifier "Mouse<font size="1">"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "on"
Option "Emulate3Timeout" "50"
Option "InputFashion" "Mouse"
Option "Name" "Autodetection"
Option "Protocol" "ps/2"
Option "Vendor" "Sysp"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"


EndSection


Hat jemand eine Idee?

Bye
RS

Steffen

Re: scrollrad bei maus aktivieren!

#9 Post by Steffen »

@RS

Das Protokoll MUSS imps/2 sein, dann sollte es gehen.

bobu

Re: scrollrad bei maus aktivieren!

#10 Post by bobu »

Danke!!
Jetzt habe ich es endlich hinbekommen und es funktioniert!
Mfg Bobu

Post Reply