Touchpad als Taste unter X11

fs2004

Lt. Junior Grade
Registriert
Apr. 2004
Beiträge
263
Hi

Wie muss ich die config Datei von X ändern, damit das Touchpad meines Laptops als linker-Button verwändert werden kann?

Danke
 
Das muss von Anfang an so funktionieren. Poste mal die xorg.conf
 
Also hier ist der Ausschnitt aus der XF86Config, in der es um den CorePointer geht:
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"

# Mouse-speed setting for PS/2 mouse.

# Option "Resolution" "256"

# 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

Vielen Dank!!!
 
Wie hast du denn die Grundkonfiguration vorgenommen? xf86config?
Per grafischer Oberflaeche? Und laeuft sicher XFree86 und nicht Xorg?
Welches Linux? Erstell mal eine neue xf86.conf oder xorg.conf mit

Xorg -configure oder
XFree86 -configure
 
Ich hab das per xf86config erstellt.
Die distri ist Debian 3.1a Sarge.
Ich bin nicht 100% sicher ob es Xorg oder XF86 ist, aber die dateien sind unter /etc/X11... außerdem hab ich die config ja mit xf86config erstellt, was auf XFree86 deutet. Laut aptitude ist das paket "xfree86-common" installiert.

Wenn ich "XFree86 -configure" mache, kommt folgender Fehler:
XFree86 is not able to detect your mouse.
Edit the file and correct the Device
...

wie gehts weiter?
 
Zurück
Oben