Autor Tópico: Desabilitar o touchpad em notebooks  (Lida 3493 vezes)

Offline vfarias

  • Usuário Ubuntu
  • *
  • Mensagens: 141
    • Ver perfil
Desabilitar o touchpad em notebooks
« Online: 03 de Abril de 2009, 08:22 »
Sei que já existem muitos posts acerca do assunto neste forum mas vou adiantar mais alguma coisa. Estou usando o Ubuntu 8.10-amd64-Gnome e quando vou em Sistema->Preferências->Touchpad surge a seguinte mensagem:
GSynaptics could't initialize.
You have set "SHMConfig" "true" in xorg.conf or XF86Config to use GSynaptics.
Agora o problema é que abri o xorg.conf e não existe nenhuma seção relativa ao touchpad. Tenho todos os pacotes relativos instalados.  Já usei as mais variadas dicas e não consigo desabilitar o desgraçado do touchpad. Alguém pode ajudar?

Offline dudu_ubuntun

  • Usuário Ubuntu
  • *
  • Mensagens: 507
    • Ver perfil
    • O Tempo do Mundo
Re: Desabilitar o touchpad em notebooks
« Resposta #1 Online: 03 de Abril de 2009, 09:02 »
Bom dia,

Seguinte, eu consegui fazer funcionar aqui, ms deu um trabalhao sem tamanho, tanto que vou te passar o basico e vamos tentando fazer juntos, porém preciso saber se vc sabe se virar bem caso ago dê errado.

Dicas: 1) tenha um mouse usb ou aprenda a usar o teclado numerico como mouse caso o touchpad nao funcione.
          2) vamos mexer no xorg.conf, aprenda a recuperar o backup, msm q seja no modo texto.

Essas dicas são pq nao posso me responsabilizar pelos problemas q vc tenha e para que possamos recuperar o ponto de partida caso algo dê errado. Bom, se vc ainda sim quer tentar...

a) Criando o backup do xorg.conf:

Código: [Selecionar]
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf-backup
b) instalando o gsynaptics

Código: [Selecionar]
sudo apt-get install gsynaptics
c) meu xorg:

Código: [Selecionar]
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "synaptics"
Option "SHMConfig" "true"
# Driver "mouse"
# Option "CorePointer"
EndSection

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

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Configured Mouse"
# InputDevice "Synaptics Touchpad"
EndSection

Veja as diferenças quanto ao seu, observe que trocamos o inputdevice de Synaptics Touchpad para Configured Mouse que vai ser o touchpad com o gsynaptics
 
Acho q é isso.

Depois de ter feito isso, reinicie o X ou o notebook e chame pelo terminal: gsynaptics ajuda a saber onde esta o erro.

Abs

it

Offline vfarias

  • Usuário Ubuntu
  • *
  • Mensagens: 141
    • Ver perfil
Re: Desabilitar o touchpad em notebooks
« Resposta #2 Online: 03 de Abril de 2009, 14:29 »
Amigo, boa tarde,
Inicialmente, obrigado por tentar ajudar-me. O GSynaptics já estava instalado. Mesmo assim efetuei a reinstalação.
 
Este é o meu xorg. O arquivo se resume a isso. Como vê, totalmente diferente do seu. Lembrando: estou usando o Ubuntu 8.10-Gnome-64bit:

-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Device"
   Identifier   "Configured Video Device"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
EndSection

Offline dudu_ubuntun

  • Usuário Ubuntu
  • *
  • Mensagens: 507
    • Ver perfil
    • O Tempo do Mundo
Re: Desabilitar o touchpad em notebooks
« Resposta #3 Online: 03 de Abril de 2009, 14:53 »
ok, deixe seu xorg assim:

####################
-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Device"
   Identifier   "Configured Video Device"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

### adicionamos essa sessao que é o touchpad
Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "synaptics"
   Option   "SHMConfig" "true"
EndSection
############

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
#####adc essa linha para usar a sessao q conf acima
  InputDevice   "Configured Mouse"
#####
EndSection

##################

Ah, faça um backup do xorg original caso de problemas ;)
salve com as alterações e reinicie o X

Abs

Offline vfarias

  • Usuário Ubuntu
  • *
  • Mensagens: 141
    • Ver perfil
Re: Desabilitar o touchpad em notebooks
« Resposta #4 Online: 06 de Abril de 2009, 09:29 »
Caro Dudu,

      Procedi conforme sua orientação mas não funcionou. Ao reiniciar, o sistema acusou a alteração e, antes de iniciar o modo gráfico solicitou voltar a configuação original do arquivo xorg.conf. Após responder as perguntas reiniciou o modo gráfico. Dei uma olhada no arquivo xorg.conf. e estava igual ao original