Touchpad synaptics não funciona no Ubuntu 12.04 [RESOLVIDO]

1. Touchpad synaptics não funciona no Ubuntu 12.04 [RESOLVIDO]

felipe
felipeRM

(usa Ubuntu)

Enviado em 18/08/2012 - 01:52h

Olá pessoal·
Este é meu primeiro post. Acabo de comprar um notebook Acer Aspire E1-471 e instalar o ubuntu.
No entanto o Touchpad nao funciona.... já instalei e atualizei o driver.

O xorg.conf está da seguinte forma:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

...

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Por favor, preciso de ajuda.

Grato.


  


2. Re: Touchpad synaptics não funciona no Ubuntu 12.04 [RESOLVIDO]

Bruno
BrunoTecnico

(usa Sabayon)

Enviado em 18/08/2012 - 06:33h

# Como Root, execute os comandos abaixo e veja se funciona:
modprobe -r psmouse
modprobe psmouse proto=imps



# Veja se essa Dica aqui do VOL também lhe ajuda:
http://www.vivaolinux.com.br/dica/O-TouchPad-do-seu-notebook-nao-funciona-no-Ubuntu-10.04-Nao-funcio...



3. Re: Touchpad synaptics não funciona no Ubuntu 12.04 [RESOLVIDO]

Bruno
BrunoTecnico

(usa Sabayon)

Enviado em 18/08/2012 - 06:40h

# Se os 2 comandos não funcionarem, tente esse:

gconftool --type bool --set /desktop/gnome/peripherals/touchpad/touchpad_enabled true 



4. Re: Touchpad synaptics não funciona no Ubuntu 12.04 [RESOLVIDO]

Natanael Henrique
n4t4n

(usa Arch Linux)

Enviado em 18/08/2012 - 20:40h

Olá Felipe, seja bem vindo ao Viva o linux.

No seu /etc/X11/xorg.conf troque

Driver "mouse"

por

Driver "synaptics"


Verifique se o driver dele está instalado, usando o comando abaixo

dpkg -l | grep synaptics

E veja se aparece

ii  xserver-xorg-input-synaptics          1.6.0-1                            Synaptics TouchPad driver for X.Org server 



5. Re: Touchpad synaptics não funciona no Ubuntu 12.04 [RESOLVIDO]

felipe
felipeRM

(usa Ubuntu)

Enviado em 22/08/2012 - 21:11h

N4t4n modifiquei o xorg.conf como você sugeriu mas ainda não funciona... Pode me dar mais alguma sugestão?


Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
InputDevice "synaptics" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load "glx"
Load "dri2"
Load "extmod"
Load "dri"
Load "record"
Load "dbe"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "synaptics"
Driver "synaptics"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "DRI" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "FallbackDebug" # [<bool>]
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "Shadow" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "TripleBuffer" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "RelaxedFencing" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # <str>
#Option "fbdev" # <str>
#Option "debug" # [<bool>]
Identifier "Card1"
Driver "fbdev"
BusID "PCI:0:2:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card2"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
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
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
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
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
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
EndSubSection
EndSection



6. Re: Touchpad synaptics não funciona no Ubuntu 12.04 [RESOLVIDO]

Natanael Henrique
n4t4n

(usa Arch Linux)

Enviado em 23/08/2012 - 12:51h

Em relação ao Xorg beleza. Agora faça conforme a dica do Bruno e veja se funciona.

Caso mesmo assim não funcione delete o seu /etc/X11/xorg.conf, isso mesmo, delete ele, pois o Ubuntu não precisa dele mais para gerenciar as interfaces de entrada e saída, usando agora o HAL para isso. Nesse caso você ainda precisará fazer conforme a dica do Bruno.


7. Re: Touchpad synaptics não funciona no Ubuntu 12.04 [RESOLVIDO]

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 23/08/2012 - 13:18h

Delete seu xorg.conf e leia o tópico abaixo:

http://va.mu/XfHl

Se é o scroll que não funciona, cheque se ele usa as opções "scroll com dois dedos", ou "scroll com dedo parado nos cantos superior e inferior direito do touchpad".

Se nenhuma das opções acima funcionar, carregue o touchpad com a opção proto-imps e teste. Funcionando, siga o roteiro do post 23/24 do link acima.


8. Re: Touchpad synaptics não funciona no Ubuntu 12.04 [RESOLVIDO]

felipe
felipeRM

(usa Ubuntu)

Enviado em 24/08/2012 - 16:29h

Bruno, N4t4n e Pinduvoz, obrigado pela ajuda.
Após diversas tentativas, algumas de outros Tópicos, não tinha conseguido.
Faltou apenas tentar esta ultima postada por Pinduvoz.
Resolvi instalar o Linux Mint 13 XFCE, ele reconheceu tudo. Está tudo funcionando certinho, to contente pacas hehe.
Obrigado pela ajuda pessoal!!!
Agora é começar a customizar tudo o que der e continuar aprendendo e realizando esse antigo desejo.
Abraço a Todos. Obrigado.


9. Re: Touchpad synaptics não funciona no Ubuntu 12.04 [RESOLVIDO]

Natanael Henrique
n4t4n

(usa Arch Linux)

Enviado em 27/08/2012 - 10:36h

Disponha Felipe. No que precisar e pudermos ajudar estamos por aqui.

Abraço.


10. Clique touchpad resolvido

Elizeu Barbosa Abreu
elizeubarbosa

(usa Ubuntu)

Enviado em 23/12/2012 - 17:10h

Bruno Tecnico escreveu:

# Como Root, execute os comandos abaixo e veja se funciona:
modprobe -r psmouse
modprobe psmouse proto=imps



# Veja se essa Dica aqui do VOL também lhe ajuda:
http://www.vivaolinux.com.br/dica/O-TouchPad-do-seu-notebook-nao-funciona-no-Ubuntu-10.04-Nao-funcio...


Fiz algumas otimizações no Ubuntu e o Touchpad só funcionava o cursor na tela com os comandos acima funcionou corretamente.

Valeu, muito obrigado...


11. Touchpad não funciona no Ubuntu 12.04.5 [Dell Insíron 5558]

Guilherme Forbeck
calango88

(usa Ubuntu)

Enviado em 15/10/2015 - 11:04h

Amigos, peço vossa ajuda...

Comprei um notebook novo (Dell Inspiron 5558), o qual, de imediato, desinstalei o windows 8, instalando o Ubuntu 12.04.5 (o 14.04 ainda tem muitos bugs ainda). Após a instalação, o touchpad deixou de funcionar. Li todos os tópicos que me foram possíveis, mas não encontrei nenhum mais recente. As dicas acima, dadas pelo Bruno, não surtiram efeito no meu notebook. Tentei reconfigurar o xorg, conforme recomendado, e o resultado segue abaixo:

guilherme@guilherme-Inspiron-5558:~$ sudo dpkg-reconfigure xserver-xorg-input-synaptics
Pacote 'xserver-xorg-input-synaptics' não está instalado e não há informações disponíveis.
Use dpkg --info (= dpkg-deb --info) para examinar arquivos de pacote,
e dpkg --contents (= dpkg-deb --contents) para listar seu conteúdo.
/usr/sbin/dpkg-reconfigure: xserver-xorg-input-synaptics não está instalado

Verifiquei também se o driver está instalado, e me parece que sim, mensagem abaixo:

guilherme@guilherme-Inspiron-5558:/etc/X11$ dpkg -l | grep synaptics
ii xserver-xorg-input-synaptics-lts-trusty 1.7.4-0ubuntu1~precise2 Synaptics TouchPad driver for X.Org server

Não sei se a info pode servir, mas antes do 12.04.5, eu havia instalado o ubuntu 14.04, e o touchpad funcionou perfeitamente bem.

Alguém pode / consegue me dar uma luz? Uso o notebook para o trabalho e não gostaria de ter que levar um mouse a cada lugar que vou.

Gratidão!







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts