Pagina 1 di 1
[Xorg] Problema SHMConfig in xorg.conf
Inviato: lunedì 30 giugno 2008, 15:03
da Sylar91
Ciao a tutti, dopo aver cercato invano in giro per il web, spero che voi possiate aiutarmi a configurare l'ultima cosa che non va perfettamente sul mio nuovo eeepc 900, il multitouch.
Ho già installato i driver synaptic-elantech e credo funzionino, ma hanno bisogno di essere configurati perchè la configurazione attuale fa veramente pena
Ho installato gsynaptic-elantech e sucessivamente gsynaptic, ma con entrambi si presenta lo stesso errore all'avvio dell'applicazione ovvero il seguente
--------------
GSynaptics couldn't initialize.
You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics
--------------
Tutti i miei tentativi di configurare il file xorg.conf aggiungendo l'opzione SHMConfig true (e varianti quali "on" e "1") non hanno portato a niente, ad ogni avvio il programma gsynaptic da sempre lo stesso errore...
Qualcuno mi aiutiiiiii

Re: [Xorg] Problema SHMConfig in xorg.conf
Inviato: lunedì 30 giugno 2008, 15:39
da steff
Ma l'hai provato con diritto di amministratore, vero?
Re: [Xorg] Problema SHMConfig in xorg.conf
Inviato: lunedì 30 giugno 2008, 16:42
da Sylar91
steff ha scritto:
Ma l'hai provato con diritto di amministratore, vero?
ovvio... le modifiche vengono applicate al file, ma sembra che il programma non le veda...
Re: [Xorg] Problema SHMConfig in xorg.conf
Inviato: lunedì 30 giugno 2008, 18:14
da steff
E l'hai inserito nella sezione tipo questa:
Codice: Seleziona tutto
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Re: [Xorg] Problema SHMConfig in xorg.conf
Inviato: lunedì 30 giugno 2008, 18:51
da Sylar91
sì certo... questo è il mio file xorg.conf
Codice: Seleziona tutto
# 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" "it"
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"
Option "SHMConfig" "true"
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
ma il programma continua a dire di settare SHMConfig a true...
:'(
Re: [Xorg] Problema SHMConfig in xorg.conf
Inviato: sabato 23 agosto 2008, 13:28
da Narat
pure io ho lo stesso problema e non so come risolverlo
Re: [Xorg] Problema SHMConfig in xorg.conf
Inviato: sabato 23 agosto 2008, 16:26
da steff
Prova di cancellare la directory di gsynaptic e il file di configurazione (file nascosti nella tua home, ma in gnome non so dove sono)