gibt es irgendeinen trick, an einem notebook gleichzeitig
touchpad und ps2-maus zu betreiben?
sobald ich die maus in den ps2-port stecke, regiert nur noch sie und nicht
mehr das touchpad. leider bleibt das auch so wenn ich die maus wieder
ausstöpsel.
das ist ziemlich nervig, wenn man das notebook im standy kurz mal irgendwohin
mitnehmen will und die maus nur nervt.
(interessanterweise klappt das nur, wenn man das notebook ohne maus bootet,
allerdings "verliert" das system das touchpad meist nach dem ersten standby)
startx.
touchpad und maus gleichzeitig.
- suntsu
- Beiträge: 2947
- Registriert: 03.05.2002 10:45:12
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: schweiz
-
Kontaktdaten:
Ich nehme an du hast kein usb Anschluss. Sonst wäre das kein Problem.
Code: Alles auswählen
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
#Option "CorePointer"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
EndSection
Moin,
hier ist mal meine XF86config. Bei mir laufen ein eingebautes Touchpad und eine USB-Maus zusammen. Funktioniert wunderbar.
porci
--
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse0" "SendCoreEvents"
EndSection
Section "Files"
FontPath "unix:/7101"
FontPath "unix/:7100"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
EndSection
Section "Module"
Load "xie"
Load "pex5"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "extmod"
Load "type1"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
# Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Buttons" "6"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 48.5
VertRefresh 50.0 - 70.0
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
hier ist mal meine XF86config. Bei mir laufen ein eingebautes Touchpad und eine USB-Maus zusammen. Funktioniert wunderbar.
porci
--
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse0" "SendCoreEvents"
EndSection
Section "Files"
FontPath "unix:/7101"
FontPath "unix/:7100"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
EndSection
Section "Module"
Load "xie"
Load "pex5"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "extmod"
Load "type1"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
# Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Buttons" "6"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 48.5
VertRefresh 50.0 - 70.0
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection