Instalação do gsynaptics 0.9.5

Iniciado por tucaubuntu, 10 de Fevereiro de 2008, 15:31

tópico anterior - próximo tópico

tucaubuntu

Seguindo um Tópico daqui mesmo do Fórum tentei instalar o gsynaptics. Baixei o pacote Deb, instalei e prossegui para as configurações. Quando fui editar o xorg.conf notei que o

Section "InputDevice"
   Identifier      "Synaptics Touchpad"

que o tópico menciona não existia no arquivo. Ao invés havia um Section de InputDevice com o identifier de "Configured Mouse". Vale Salientar que eu uso Touchpad, e sei que ele é da synaptics porque antes eu usava o Windows, e o driver do windows era da synaptics.

Aqui vai uma cópia do meu xorg.


# /etc/X11/xorg.conf (xorg 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(5) 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 "Files"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

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

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Placa de Vídeo Genérica"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Monitor Genérico"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Placa de Vídeo Genérica"
Monitor "Monitor Genérico"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection


Tentei até engabelar o Ubuntu colocando o " Option          "SHMConfig"             "true" " depois dos options do mouse mas não deu certo.

Inclui o programa do Gsynaptics na inicialização do Ubuntu, ele apareceu na guia Sistema>Preferências>Touchpad. Pensei que, mesmo sem o xorg configurado teria dado certo. Tentei executar o programa e deu este erro:



E é isso. Preciso de ajuda pois o meu touchpad está sem várias funcionalidades, como clicar e arrastar sem os botões de baixo, barra de rolagem, e a precisão está péssima.

Conto com a ajuda de vocês. Parabéns pelo trabalho realizado.

Abraço.

Arthur Accioly

jera

Estou com o mesmo problema!
Alguma novidade?

Tota

#2
Oi pessoal, essa é moleza demais. O alerta dá a dica !

Vai meu xorg para voces copiarem:

Citar


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"
        Option          "SHMConfig"             "true"
EndSection

Section "Device"
   Identifier   "Configured Video Device"
EndSection


É só incluir no xorg.conf a instrução    Option          "SHMConfig"             "true"


Reinicie o X11 => control+alt+backspace

Login e tudo ok.

Voce deve ter colocado a instrução no lugar errado.

Se tudo funcionar poste (Resolvido ) no titulo do post


[],s

ronaiml

Eu já havia falado sobre isto em posts anteriores. Mas vai aí a dica:

Instale o gsynaptic. Um gui para ajustar a sensibilidade do touch. Depois deve habilitar
o SHMConfig no xorg.

Abaixo a minha configuracao do touchpad para os mues hp's pavilion dv2000t e dv2699ep.
Voce pode experimentar habilitar/desabilitar as linhas comentadas com # para ver como funcionam
no seu notebook. Eu as comentei, pois foram desnecessárias.

Observe em negrito onde estão as entradas para o synaptcs


Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
#      Option          "LeftEdge" "130"
#      Option          "RightEdge" "840"
#      Option          "TopEdge" "130"
#      Option          "BottomEdge" "640"
#      Option          "FingerLow" "7"
#      Option          "FingerHigh" "8"
#      Option          "MaxTapTime" "180"
#      Option          "MaxTapMove" "110"
#      Option          "EmulateMidButtonTime" "75"
        Option          "VertScrollDelta" "20"
        Option          "HorizScrollDelta" "20"
#      Option          "MinSpeed" "0.25"
#      Option          "MaxSpeed" "0.50"
#      Option          "AccelFactor" "0.030"
#      Option          "EdgeMotionMinSpeed" "200"
#      Option          "EdgeMotionMaxSpeed" "200"
#      Option          "UpDownScrolling" "1"
#      Option          "CircularScrolling" "1"
#      Option          "CircScrollDelta" "0.1"
#      Option          "CircScrollTrigger" "2"
        #always usefull
#      Option          "Emulate3Buttons" "on"
        Option          "SHMConfig"             "on"
EndSection


Nao esqueca que o  InputDevice synaptic deve aparecer em
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Generic Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection

Ronai Lisboa
HP: dv2000t dv2699ep

jera

Pessoal,

Meu note é um Intelbras i10. Ele é baseado num tal de Compal, o chipset é todo SiS e eu tô suando aqui pra botar todo o hardware pra funcionar legal no Ubuntu.
Sou totalmente novato com Linux, é a primeira vez que instalo um em minha vida, mais futuco com computadores a mais de 20 anos, programava em Basic, C, Pascal e por ai vai... então não sou totalmente um sem noção aehuaehaeu.
Vamos lá,

1 - Baixei um tal de TouchFreeze-pre-0.2 no site onde era pra baixar o Gsynaptic, pelo que eu entendi no texto do criador dele, esse seria a "evolução final" do aplicativozinho, pois ele ia parar de dar suporte e tal.
Então baixei cliquei num tal de executavel dele e pronto.

2 - Fui no Add/Remove Software e mandei ele instalar o "Touchpad". Na descrição diz que é o GSynaptics, então, aparentemente tudo certo até agora.

P.S.:

Meu xorg.conf já tinha as linhas

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


Mesmo antes de eu instalar qualquer uma dessas paradas que citei nos pontos 1 e 2.

3 - Achei que estava tudo certo já então fui no System/Preferences/Touchpad e recebi e MESMA mensagem que o colega Artur Acioly recebeu. O sistema pedindo pra habilitar o SHMConfig.

Então fui lá e adcionei dentro da seção dele o Option SHMConfig "true".
Não deu em nada... continuo recebendo a msg de erro, pedindo pra habilitar o SHMConfig.

Pesquisei na net e vi que muita gente estava usando o SHMConfig "on" ao inves de "true", mesmo descrente, testei e não deu em nada.

Ai continuei pesquisando e vi que muita gente está na mesma situação que eu, onde todos os processos foram feitos e nada aconteceu.

O meu xorg aparentemente está todo certinho, tem o InputDevice "Synaptics Touchpad" no ServerLayout e tudo.

Uma coisa que reparei é que ele não tem o Inputdevice "Generic Mouse" no ServerLayout. Isso poderia ser um problema? Eu não tenho nenhum mouse no sistema, porém, exite a Section "InputDevice" com o Identifier "Configured Mouse" logo acima da seção do "Synaptics Touchpad".

E agora pessoal?

clcampos

Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!

ronaiml

Faz o seguinte.

Coloca o teu xorg.conf da forma como está agora. Preferencialemente anexo-o a sua resposta a
esta mensagem. Às vezes, uma aspas um s a mais modifica tudo.
Ronai Lisboa
HP: dv2000t dv2699ep