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

Re: problemas con touchpad en mi portatil dell



El lun, 03-03-2008 a las 18:11 -0600, Gerardo Castillo escribió:
>         
> Ok, anexo tanto el xorg.conf como el Xorg.0.log
> 
Hola

Hablas de tu "teclado tactil", supongo que es el touchpad, si es así te
comento entre lineas.
> xorg.conf
> ------
> Section "Module"
>       Load  "synaptics"
Quita Load "synaptics"
> EndSection
> ...
> Section "InputDevice"
>       Identifier  "Configured Mouse"
>       Driver            "mouse"
>       Option            "CorePointer"
>       Option            "Device"          "/dev/input/mouse0"
Cambia "/dev/input/mouse0" por "/dev/input/mice"
>       Option            "Protocol"        "ImPS/2"
> EndSection
Agrega otra sección con lo siguiente:
Section "InputDevice"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true" # Opcional
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizScrollDelta" "0" # OPcional
EndSection

> ...
> Section "ServerLayout"
>       Identifier  "Default Layout"
>       Screen            "Default Screen"
>       InputDevice "Generic Keyboard"
>       InputDevice "Configured Mouse"
agrega:
    InputDevice    "Synaptics Touchpad"
> EndSection
>  
> ---

Con los dos secciones te debería funcionar el touchpad y también un
ratón usb.
Cuenta como te fué.

Saludos


Reply to: