Touchpad vergisst das tapping feature
Guuden Liste,
hab hier nen Laptop unter sid (gnome), dessen Touchpad unter
verschiedenen Umständen vergisst was "tapping" ist. Habe gsynaptics
installiert und in dessen Konfigurations Dialog (Gnome Menü, System ->
Einstellungen -> Touchpad, Reiterchen "Tapping" verschwindet auch das
passende Häkchen dazu wenn:
1. ich die Kiste in s2ram schicke und wieder resume
2. ich die zusätzliche Bluetooth Maus ausschalte und nach $ZEIT wieder
einschalte
Das fehlende Häkchen wieder gesetzt und das tapping tut wieder bis in
alle Ewigkeit oder bis zum nächsten s2ram + resume bzw. BT-Maus power-
cycle. Habe mal meine xorg.conf beigefügt (brauche eine wegen nvidia
blob Treiber und wacom tablet) weil vermute da u.U. die Ursache wegen
der expliziten Definition der input-devices.
Jemand ne Idee? Ich wüßte nichtmal gegen was ich im Zweifel nen
Bugreport schreiben sollte.
Grüße
Michael
P.S.: Kernel 2.6.30-2, ebenfalls wegen nvidia blob.
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
InputDevice "cursor" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/ttyS0"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/ttyS0"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/ttyS0"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "RandRRotation" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Reply to: