PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : mausrad aktivieren


csac3604
21.03.03, 23:23
mein mausrad funktioniert nur halb. nach unter scrollen funktioniert, nach ober aber nicht.

ich habe versucht mit den vorhanden beiträgen schlau zu werden, ich schaff es aber nicht.

maus: usb, ms wheel mouse optical 2 tasten + mausrad.
verwende tu ich suse linux 8.1. und meine XF86Config schaut wie folgt aus:

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "EmulateWheel" "on"
Option "Buttons" "5"
Option "EmulateWheelButton" "4"
Option "Name" "Autodetection"
Option "Protocol" "imps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

ich bitte um hilfe.

danke

wickey
22.03.03, 09:51
Original geschrieben von csac3604
mein mausrad funktioniert nur halb. nach unter scrollen funktioniert, nach ober aber nicht.

ich habe versucht mit den vorhanden beiträgen schlau zu werden, ich schaff es aber nicht.

maus: usb, ms wheel mouse optical 2 tasten + mausrad.
verwende tu ich suse linux 8.1. und meine XF86Config schaut wie folgt aus:

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "EmulateWheel" "on"
Option "Buttons" "5"
Option "EmulateWheelButton" "4"
Option "Name" "Autodetection"
Option "Protocol" "imps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

ich bitte um hilfe.

danke

Die Option EmulateWheelButton finde ich in der Manpage nicht, kann dazu nichts sagen, aber kommentiere sie mal aus.
Sonst scheint alles zu stimmen.

grüße wickey

csac3604
22.03.03, 10:08
danke aber leider nein.

hab die zeile auskommentiert. geändert hat sich leider nichts.
ich weiss auch nicht woran das liegen könnte.
bei vielen scheint es ja zu funktionieren, bei mir geht das mauswheel aber nur nach unten.

komisch....

wickey
22.03.03, 10:17
Hast Du beide EmulateWheel Optionen auskommentiert?

Option "EmulateWheel" "on"
Option "EmulateWheelButton" "4"

grüße wickey

csac3604
22.03.03, 10:25
super.

danke für den tip. die emulatewheel option hat ich vergessen.
jetzt funktioniert es.

danke

dereinevogelda
22.03.03, 10:29
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

probiers mal damit, dann klappts auch mit dem nachbarn....*fg*

und davon abgesehen werden optionen auf true oder false gesetzt und nicht auf "on".

edit: zu langsam....lol

HackThor
22.03.03, 10:41
*ahem*

man XF86Config:

The following boolean option values are recognised as TRUE:

1, on, true, yes

and the following boolean option values are recognised as FALSE:

0, off, false, no

If an option name is prefixed with "No", then the option value is negated.
Example: the following option entries are equivalent:

Option "Accel" "Off"
Option "NoAccel"
Option "NoAccel" "On"
Option "Accel" "false"
Option "Accel" "no"


ciao

Michael