PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Touchpad Problem



Serious87
29.01.06, 12:48
Hi

Die Situation ist so:
Ich habe ein Dell Notebook mit einem Alps Touchpad. Es ist ein Dual, dass heisst, ich habe einen Stick und ein Touchpad. Leider spinnt manchmal der Stick, so das der Mauszeiger in der Ecke verschwindet und nicht mehr zurück will, bis ich mal draufgehauen habe. Warscheinlich ist dort Staub drinn oder so. Unter Windows konnte ich den Stick deaktivieren. Unter Linux geht dies leider nicht.

/dev/input/mouse0 -> Stick
/dev/input/mouse1 -> Touchpad

Jetzt habe ich bei der Xorg Config geschrieben das das Device eben das Touchpad ist, in der Hoffnung das der Stick dann nicht mehr reagiert. Leider kann ich den weiterhin benutzen.

Kennt jemand eine Lösung für dieses Problem?

DrunkenFreak
29.01.06, 14:56
poste mal deine xconfig. ich denke dass der stick und das touchpad nicht hardwaremäßig zusammen hängen und es somit reichen müßte den stick aus der config zu entfernen

so long

Serious87
29.01.06, 15:01
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Dec 14 16:39:22 PST 2005


Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Synaptics Touchpad"
InputDevice "Keyboard"
EndSection

Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
Load "extmod"
#Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "XkbLayout" "de_CH"
Option "XkbModel" "pc105"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mouse1"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5 - 90.0
VertRefresh 59.0 - 85.0
Option "dpms"
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 440 Go]"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050" "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection


Da ist sie. Aber wie gesagt, ich habe ja schon eingegeben das die maus auf mouse1 ist