usb maus und touchpad gleichzeitig

Post Reply
Message
Author
sym

usb maus und touchpad gleichzeitig

#1 Post by sym »

habe einen laptop unter slackware 9.1 hatte vorher redhat da gings gleichzeitig aber wie stelle ich es unter slackware ein

ratte

Re: usb maus und touchpad gleichzeitig

#2 Post by ratte »

da hilft dir vermutlich die alte XF86Config von rathate, ohne dass die Leute die dir hier helfen wollen, viel rumraten muessen.
Notfalls (intelligent eingekuerzt) hier posten...

ratte

sym

Re: usb maus und touchpad gleichzeitig

#3 Post by sym »

meine XF86Config

Section "InputDevice"

# Identifier and driver

Identifier "usb"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"

EndSection

Section "InputDevice"

# Identifier and driver

Identifier "tpad"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
EndSection

InputDevice "tpad" "CorePointer"
InputDevice "usb" "AlwaysCore"
InputDevice "Keyboard1" "CoreKeyboard"

meine rc.gpm
gpm -m /dev/mouse -t imps2 -M -m /dev/psaux -t ps2 -R ps2

templer
Posts: 112
Joined: 09. Oct 2001 20:58
Location: Gachenbach
Contact:

Re: usb maus und touchpad gleichzeitig

#4 Post by templer »

Hallo Syn,

sieh Dir mal diese Seite an:
http://www.hohenester-net.de/init.html

Unter dem Punkt: Installation auf Thor -> Konfiguration

stehen die Einträge, die du in die XF86Config machen musst

Servus Templer
OrdoMilitarisTempli-Moege das Licht mit euch sein

sym

Re: usb maus und touchpad gleichzeitig

#5 Post by sym »

danke für den tipp hat priema geklapt
ps die seite ist gut hat gleich nochnen par mehr slackwaere tips ausgespuckt über die ich mir so noch gar keine gedanken gemacht hatte aber trotzdem gut zu wissen

Post Reply