filipewalk
(usa Fedora)
Enviado em 27/01/2009 - 15:25h
Olá,
tenho um notebook da Tec Prima, e instalei o Fedora 10 nele. Uma das primeiras coisas notadas é que o touchpad não estava funcionando. Peguei algumas dicas na net, instalei o system-config-display, afim de criar o xorg.conf e também instalei o ksynaptics. Atualmente o xorg.conf encontra-se assim ( com as alterações que eu fiz ):
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
Option "SHMConfig" "on"
EndSection
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
Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1024x768"
HorizSync 31.5 - 48.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Colei tudo, pq quis colocar na íntegra.
Após isso, quando vou abrir o aplicativo do ksynaptics ele apresenta a seguinte mensagem de erro:
"Shared Memory is not accessible.
Please add the option 'SHMConfig ''on''' into the touch pad section of /etc/X11/xorg.conf"
Sendo que, como se pode notar acima, esta linha já se encontra no xorg.conf.
Sinceramente não sei mais o que fazer. Peço a ajuda, todas quantas possíveis.