Тачпад и Gsynaptics (Samsung R720)

Всё, что связано с ноутбуками.

Модератор: Модераторы разделов

Hainz
Сообщения: 42

Тачпад и Gsynaptics

Сообщение Hainz »

Gsynaptics выдаёт ошибку SHMconf true естественно я исправил xorg но это не помогло(в том числе 1 or on) . Что делать? Debian lenny 5 64 30 ядро

Код: Выделить всё

# 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 "ServerLayout"
    Identifier     "aticonfig Layout"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
    Screen         "amdcccle-Screen[1]-1" RightOf "aticonfig-Screen[0]-0"
        InputDevice    "Synaptics Touchpad"

EndSection

Section "Files"
EndSection

Section "Module"
         Load "synaptics"
EndSection

Section "ServerFlags"
    Option        "Xinerama" "off"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "us,ru"
    Option        "XkbOptions" "grp:alt_shift_toggle"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
EndSection

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

Section "Monitor"
    Identifier   "Configured Monitor"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Monitor"
    Identifier   "0-DFP1"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
    Option        "Disable" "false"
    Option        "PreferredMode" "1600x1200"
    Option        "TargetRefresh" "60"
    Option        "Position" "0 0"
    Option        "Rotate" "normal"
EndSection

Section "Monitor"
    Identifier   "0-LCD"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
    Option        "PreferredMode" "1600x900"
    Option        "TargetRefresh" "60"
    Option        "Position" "0 0"
    Option        "Rotate" "normal"
    Option        "Disable" "false"
EndSection

Section "Device"
    Identifier  "Configured Video Device"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    Option        "Monitor-DFP1" "0-DFP1"
    Option        "Monitor-LCD" "0-LCD"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "amdcccle-Device[1]-1"
    Driver      "fglrx"
    Option        "Monitor-DFP1" "0-DFP1"
    BusID       "PCI:1:0:0"
    Screen      1
EndSection

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

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "amdcccle-Screen[1]-1"
    Device     "amdcccle-Device[1]-1"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection
Спасибо сказали:
Аватара пользователя
deadhead
Сообщения: 1913
Статус: zzz..z

Re: Тачпад и Gsynaptics

Сообщение deadhead »

Hainz писал(а):
18.11.2009 14:27
Gsynaptics выдаёт ошибку
Процитируйте ошибку ;-)
Hainz писал(а):
18.11.2009 14:27
естественно я исправил xorg но это не помогло

Возможно, необходимо править политики hal, а именно

Код: Выделить всё

 /usr/share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi
ключ

Код: Выделить всё

<merge key="input.x11_options.shmconfig" type="string">on</merge>

Про настройку тачпада можно почитать здесь

P.S.
GSynaptics will be obsolete. Please try GPointing Device Settings.
источник
[x] close
Спасибо сказали:
Hainz
Сообщения: 42

Re: Тачпад и Gsynaptics

Сообщение Hainz »

Процитируйте ошибку ;-)
Вот что то на подобие, смысл: SHMConfig disabled?
Can't access shared memory area. SHMConfig disabled?
Спасибо сказали:
Hainz
Сообщения: 42

Re: Тачпад и Gsynaptics

Сообщение Hainz »

не помогло, политика hal исправлена но гсунаптик не видит SHMconfig true
GSynaptics couldn't initialize.
You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics
Спасибо сказали: