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

Re: problemas con touchopad



Lo tienes mal.
Section "InputDevice"
	Identifier	"Touchpad"
	Driver		"synaptics"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/event1"
	Option		"Protocol"		"event"
	Option        "LeftEdge"      "1700"
	Option        "RightEdge"     "5300"
	Option        "TopEdge"       "1700"
	Option        "BottomEdge"    "4200"
	Option        "FingerLow"     "25"  
	Option        "FingerHigh"    "30"  
	Option        "MaxTapTime"    "180" 
	Option        "MaxTapMove"    "220" 
	Option        "VertScrollDelta" "100"
	Option        "MinSpeed"      "0.06" 
	Option        "MaxSpeed"      "0.12" 
	Option        "AccelFactor" "0.0010" 
EndSection
Tienes que ver que /dev/input/event* es el touchpad.
haces cat /dev/input/event0 y te pones a tocar el touchpad, si salen
muchas lineas es event0 si no prueba con event1...
Tambien tienes que tener en el kernel:
evdev     + Event interface support

On 13/07/05, Rodrigo Ramírez <decipher@chile.com> wrote:
> Instalaste xfree86-driver-synaptics ?
> 
> 
> En mi configuración del /etc/X11/XF86Config-4 tengo,
> 
> 
> Section "InputDevice"
>         Driver "synaptics"
>         Identifier "Mouse[1]"
>         Option "Device" "/dev/psaux"
>         Option "Protocol" "auto-dev"
>         Option "LeftEdge" "1700"
>         Option "RightEdge" "5300"
>         Option "TopEdge" "1700"
>         Option "BottomEdge" "4200"
>         Option "FingerLow" "25"
>         Option "FingerHigh" "30"
>         Option "MaxTapTime" "180"
>         Option "MaxTapMove" "220"
>         Option "VertScrollDelta" "100"
>         Option "MinSpeed" "0.06"
>         Option "MaxSpeed" "0.12"
>         Option "AccelFactor" "0.0010"
>         # Option "SHMConfig" "on"
>         # Option "Repeater" "/dev/ps2mouse"
> EndSection
> 
> 
> 
> Luego
> 
> Section "InputDevice"
>         Identifier      "Configured Mouse"
>         Driver          "mouse"
>         Option          "CorePointer"
>         Option          "Device"                "/dev/psaux"
>         Option          "Protocol"              "PS/2"
>         Option          "Emulate3Buttons"       "true"
>         Option          "ZAxisMapping"          "4 5"
> EndSection
> Section "InputDevice"
>         Identifier      "Generic Mouse"
>         Driver          "mouse"
>         Option          "SendCoreEvents"        "true"
>         Option          "Device"                "/dev/input/mice"
>         Option          "Protocol"              "ImPS/2"
>         Option          "Emulate3Buttons"       "true"
>         Option          "ZAxisMapping"          "4 5"
> EndSection
> 
> 
> Section "ServerLayout"
>         Identifier      "Default Layout"
>         Screen          "Default Screen"
>         InputDevice     "Generic Keyboard"
>         InputDevice "Mouse[1]" "CorePointer"
>         InputDevice     "Configured Mouse"
>         InputDevice     "Generic Mouse"
> EndSection
> 
> 
> 
> 
> Saludos,
> 
> 
> El mié, 13-07-2005 a las 09:01 +0200, Jose Luis Garcia escribió:
> > Hola,
> >
> > esta vez escribo para ver si alguien tiene solución a mi problema.
> > tengo instalada SARGE en el portatil, se ha configurado todo
> > correctamente, pero no me funciona el touchpad, si pincho un ratón en
> > el usb, lo detecta y funciona perfectamente. Que problema existe con
> > el touchpad, ¿como puedo activarlo?
> >
> >
> > Gracias
> >
> 
> 
> 
> --
> Decipher.-
> Usuario #360238 counter.li.org
> http://www.linuxchillan.cl
> 
>



Reply to: