Como eu habilito um touchpad? [fechadas]

3

Instalei o Ubuntu 11.10 há alguns meses, mas não encontrei uma maneira adequada de ativar o touchpad.

Uma vez eu tentei algo que não consigo lembrar o nome.

Alguém tem alguma sugestão?

Atualização: Veja o que o cat /usr/share/X11/xorg.conf.d/50-synaptics.conf mostra:

# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
#   Option "OptionName" "value"
#
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
      MatchDevicePath "/dev/input/event*"
EndSection
    
por Spirit Zhang 02.02.2012 / 13:26

1 resposta

-1

Abra o Centro de Software e procure por synaptics , deve ter alguns pacotes que após a instalação devem ativar o seu touchpad.

Eu tive o mesmo problema em um Dell Inspiron 1545!

    
por Vima91 02.02.2012 / 14:06