Autor Tópico: Configuração do touchpad - Nao existe a seção dedicada ao touch no xorg.conf  (Lida 2519 vezes)

Offline MaikoID

  • Usuário Ubuntu
  • *
  • Mensagens: 71
  • Linux - Beginner Ç.Ç
    • Ver perfil
Ola, eu tenho pesquisado sobre como configurar mais especificamente o touchpad e cheguei ao seguinte topico dentro dos varios que li
http://ubuntuforum-br.org/index.php?topic=28507.0
Mas ao instalar o gsynaptic ele pede para que eu adicione  a linha

GSynaptics couldn't initialize.
You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics

como a maioria dos topicos que li sobre isto, so que no meu xorg.conf dentro de /etc/X11/xorg.conf nao existe a bendita seção
Citar
Section "InputDevice"
       Identifier      "Synaptics Touchpad"
       Driver          "synaptics"
       Option         "SendCoreEvents" "true"
       Option         "Device" "/dev/psaux"
       Option         "Protocol" "auto-dev"
       Option         "HorizScrollDelta" "0"
       Option         "SHMConfig" "on"
EndSection

olha meu xorg como que ta

Citar
# 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 "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
   SubSection "Display"
      Virtual   1280 1792
   EndSubSection
EndSection

Section "Device"
   Identifier   "Configured Video Device"
EndSection

alguma ideia?

obs: meu touchpad funciona meio porcamente mas esta funcionando.
Linux - Beginner Ç.Ç

Offline KronnK

  • Usuário Ubuntu
  • *
  • Mensagens: 90
  • Ubuntu User #29951
    • Ver perfil
Re: Configuração do touchpad - Nao existe a seção dedicada ao touch no xorg.conf
« Resposta #1 Online: 30 de Dezembro de 2008, 11:15 »
Cara, meu xorg.conf não está com a mesma configuração do seu... Está como o primeiro "quote" que você deu

Entretanto o Configurador do TouchPad não está disponível.
Continua aparecendo essa mesma msg.
Fiz inúmeras alterações até chegar ao ponto de que a configuração do xorg.conf fez com que minha configuração de vídeo, entre outras coisas, endoidecessem.

Retornei à configuração inicial do xorg.conf (na pasta vc consegue visualizar os arquivos de backup... eles aparecem com a o dia, mês, data e hra que vc fez a modificação)

Mas também agradeço qqr tipo de ajuda!
User Linux: #502412                       User Ubuntu:
CCE NCV-D5H8F, Ubuntu 9.10 e 10.04, 2GB RAM, 80GB/HD, Chipset Intel 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub

Offline KronnK

  • Usuário Ubuntu
  • *
  • Mensagens: 90
  • Ubuntu User #29951
    • Ver perfil
Re: Configuração do touchpad - Nao existe a seção dedicada ao touch no xorg.conf
« Resposta #2 Online: 06 de Janeiro de 2009, 23:25 »
Cara, meu xorg.conf não está com a mesma configuração do seu... Está como o primeiro "quote" que você deu

Entretanto o Configurador do TouchPad não está disponível.
Continua aparecendo essa mesma msg.
Fiz inúmeras alterações até chegar ao ponto de que a configuração do xorg.conf fez com que minha configuração de vídeo, entre outras coisas, endoidecessem.

Retornei à configuração inicial do xorg.conf (na pasta vc consegue visualizar os arquivos de backup... eles aparecem com a o dia, mês, data e hra que vc fez a modificação)

Mas também agradeço qqr tipo de ajuda!

Aí abaixo vai a configuração do meu xorg.conf
Se alguém puder ajudar, muito obrigado:


Citar
# 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"   "pc105"
   Option      "XkbLayout"   "us"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   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   "Synaptics Touchpad"
EndSection

A mensagem de retorno quando vou tentar configurar o Touchpad é

Citar
GSynaptics couldn't initialize.
You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics

Já fiz tudo que mandaram...
Coloquei "on", "true"

Mas até agora nada.

Tda ajuda é bem vinda
User Linux: #502412                       User Ubuntu:
CCE NCV-D5H8F, Ubuntu 9.10 e 10.04, 2GB RAM, 80GB/HD, Chipset Intel 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub

Darcamo

  • Visitante
Re: Configuração do touchpad - Nao existe a seção dedicada ao touch no xorg.conf
« Resposta #3 Online: 08 de Janeiro de 2009, 01:43 »
Acontece que nas versões mais recentes do xorg a maneira de configurar o mesmo mudou e agora você não acrescenta mais a opção SHMConfig no arquivo xorg.conf.

Dê uma olhada nesse tópico
http://ubuntuforum-br.org/index.php/topic,44805.0/topicseen.html