[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problemas - Kernel 2.6.33 + touchpad notebook STI



On 16-05-2010 11:57, Renato S. Yamane wrote:
Em 14-05-2010 22:47, Flavio Alberto Lopes Soares escreveu:
tenho um Notebook Semp Toshiba AS1560G (AMD Turion, video NVidia Go7400)
rodando o Debian Testing com kernel 2.6.30-2-686, tudo roda
perfeitamente bem nele, mas recentemente eu compilei o kernel 2.6.33.3
vanilla nele, tudo funciona bem, exceto o touchpad, na verdade o
movimento do touch funciona OK, porém os clicks não funcionam mais, não
consigo mais clicar dando um toque rápido nele, olhando a saída do dmesg
eu vejo que o driver do psmouse detecta um touchpad Sentelic (eu achava
que o touchpad deste notebook fosse Synaptics mas nunca tive
certeza...), tentei desativar o Sentelic da configuração do kernel mas
com o resultado foi o mesmo.
Por acaso você ativou o módulo synaptics no seu kernel?
E o xorg.conf está chamando qual driver?

Sim, está ativado, pelo menos diz o arquivo /boot/config-2.6.33.3 (coloquei apenas o trecho relativo ao MOUSE_PS2) :

CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_ELANTECH is not set
CONFIG_MOUSE_PS2_SENTELIC=y
# CONFIG_MOUSE_PS2_TOUCHKIT is not set

O xorg.conf está assim :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder75) Thu Apr 22 11:44:23 PDT 2010


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
#    Driver         "mouse"
    Driver         "synaptics"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"

#    Driver         "nvidia"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

O xorg.conf foi gerado pelo script de instalação da Nvidia e eu o modifiquei para carregar o driver da Synaptics, estou usando assim no kernel 2.6.30-2-686 e parece tudo bem

Muito obrigado pela ajuda até agora !
Sucesso a todos

Flávio


Att,
Renato




Reply to: