Logitech Wheelmaus und XFree 4

Locked
Message
Author
Hubert B.

Logitech Wheelmaus und XFree 4

#1 Post by Hubert B. »

Hallo,

ich habe hier eine Wheelmaus von Logitech. Vor kurzem habe ich XFree 4.0 installiert. Seitdem funktioniert die Rad-Funktionalität nicht mehr, die ich zuvor durch imwheel realisiert hatte. Wie muss ich die /etc/X11/XF86Config ändern, damit es funktioniert ?!

Hier ein Ausschnitt aus der aktuellen Konfiguration :

--- schnipp ---

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "MouseMan"
Option "Device" "/dev/mouse"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

# Option "Protocol" "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

# Option "BaudRate" "9600"
# Option "SampleRate" "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"

# ChordMiddle is an option for some 3-button Logitech mice

# Option "ChordMiddle"

EndSection

--- schnapp ---

Das System ist Red Hat. Es handelt sich bei der Maus um ein PS/2-Gerät.


Danke .. Hubert.

slartibartfas
Posts: 38
Joined: 02. Jun 2000 14:49

Re: Logitech Wheelmaus und XFree 4

#2 Post by slartibartfas »

Die Maus wird genau so konfiguriert wie unter Xfree86 3 auch.
Section "InputDevice"
Driver "mouse"
Identifier "Mouse<font size="1">"
Option "BaudRate" "9600"
Option "Device" "/dev/pointer0"
Option "Name" "AutoDetected"
Option "Protocol" "IMPS/2"
Option "SampleRate" "120"
Option "Vendor" "AutoDetected"
Option "ZAxisMapping" "4 5"
EndSection

Ich hoffe das Script zieht die Angaben nicht auseinander.

User avatar
hjb
Pro-Linux
Posts: 3264
Joined: 15. Aug 1999 16:59
Location: Bruchsal
Contact:

Re: Logitech Wheelmaus und XFree 4

#3 Post by hjb »

Hi,

schau einfach auf <a href="http://www.pro-linux.de/t_hardware/logi.html" target="_blank"><!--auto-->http://www.pro-linux.de/t_hardware/logi ... <!--auto-->

Die Optionen Baudrate und Samplerate sind überflüssig und sollten nicht angegeben werden.

Gruß,
hjb
Pro-Linux - warum durch Fenster steigen, wenn es eine Tür gibt?

Locked