[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Lenny - laptop touchpad maus funktioniert nicht wie erwartet



Hallo Gerd


On Thu, 2008-05-22 at 17:16 +0200, Gerd Radecke wrote:
> Hallo Liste,
> 
> [snip - maus-probleme]
> 
> Habe bereits eine USB-Maus getestet die extra angeschlossen wurde, was 
> gar nichts änderte.

Eine externe Maus USB wird hier bei mir (Etch) wie folgt konfiguriert:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

> Die Maus wird in der xorg.conf so konfiguriert:
> 
> Section "InputDevice"
> 	Identifier	"Synaptics Touchpad"
> 	Driver		"synaptics"
> 	Option		"SendCoreEvents"	"true"
> 	Option		"Device"		"/dev/psaux"
> 	Option		"Protocol"		"alps"
> 	Option		"HorizScrollDelta"	"0"
> 	Option 		"SHMConfig" 		"true"
> 	Option 		"MinSpeed" "0.4"
> 	Option 		"MaxSpeed" "1.2"
> 	Option 		"AccelFactor" "0.05"
> EndSection

Sieht bei mir auch anders auch, vor allem "Protocol" könnte imho wichtig
sein:

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

Vielleicht hilft dir das ja was.

Gruss Elias + schönes WE


Reply to: