#1 Le 08/05/2006, à 15:17
- ghimli
[Résolu] gdmsetup : erreur de segmentation
Bonjour, j'ai un petit problème : je ne peux plus configurer mon gdm par la boite de dialogue prévue à cet effet. Quand je lance
sudo gdmsetup
J'ai :
Erreur de segmentation
En fait la fenetre s'ouvre et se ferme aussitot !
Ce qui fait que je dois modifier le fichier gdm.conf qui est assez lourd et un peu fouillit, alors j'arrive pas à tout faire...
Une petite aide s'il vous plait ?
Merci d'avance
Ghimli
Dernière modification par ghimli (Le 11/05/2006, à 20:00)
Ghimli, Ubuntu addicted
Hors ligne
#2 Le 09/05/2006, à 09:08
- stephG
Re : [Résolu] gdmsetup : erreur de segmentation
Salut
J'ai exactement le même problème. Pour info, j'avais installé Xgl et Compiz, puis désinstallé.
Peut-être une piste ?
Ubuntu, c'est trop bien ...
Hors ligne
#3 Le 09/05/2006, à 12:20
- ghimli
Re : [Résolu] gdmsetup : erreur de segmentation
tiens moi aussi en y réfléchissant... Aussi quand je me déconnecte, je n'ai pas l'écran de connexion normal, en fait j'ai un écran tout blanc avec une zone de texte qui ne se remplit pas quand je tape mon login... Gros bug en vue... Un petit up s'impose
Ghimli, Ubuntu addicted
Hors ligne
#4 Le 09/05/2006, à 22:23
- ghimli
Re : [Résolu] gdmsetup : erreur de segmentation
Re-up du soir pour les geeks de la nuit
Dernière modification par ghimli (Le 09/05/2006, à 22:23)
Ghimli, Ubuntu addicted
Hors ligne
#5 Le 11/05/2006, à 11:53
- tekman54000
Re : [Résolu] gdmsetup : erreur de segmentation
+ 1 et j'ai remarqué que pas mal de monde avait le meme soucis. Perso je tourne sous XGL...
------------------------------------------------------------------------------------------------
"The day Microsoft makes something that doesn’t suck is probably the day they start making vacuum cleaners" Ernst Jan Plugge
------------------------------------------------------------------------------------------------
Hors ligne
#6 Le 11/05/2006, à 15:31
- stephG
Re : [Résolu] gdmsetup : erreur de segmentation
bon pour ma part, j'ai une piste avec ce topic http://forum.ubuntu-fr.org/viewtopic.php?id=36022.
Je vais essayer ce soir en rentrant la manip de Gnux, car j'ai aussi supprimé compiz.
Je vous tiens au courant.
Ubuntu, c'est trop bien ...
Hors ligne
#7 Le 11/05/2006, à 19:58
- ghimli
Re : [Résolu] gdmsetup : erreur de segmentation
Effectivement c'était ça le problème : il manquait le fichier /etc/gdm/gdm.conf-custom
Pour les personnes qui liront ce post et qui s'en serviront, voila donc la marche à suivre :
Créer le fichier sus-dit :
sudo gedit /etc/gdm/gdm.conf-custom
Dans la fenêtre gedit qui s'affiche, coller le texte ci dessous :
# GDM Configuration Customization file.
#
# This file is the appropriate place for specifying your customizations to the
# GDM configuration. If you run gdmsetup, it will automatically edit this
# file for you and will cause the daemon and any running GDM GUI programs to
# automatically update with the new configuration. Not all configuration
# options are supported by gdmsetup, so to modify some values it may be
# necessary to modify this file directly by hand.
#
# To hand-edit this file, simply add or modify the key=value combination in
# the appropriate section in the template below. Refer to the comments in the
# gdm.conf file for information about each option. Also refer to the reference
# documentation.
#
# If you hand edit a GDM configuration file, you should run the following
# command to get the GDM daemon to notice the change. Any running GDM GUI
# programs will also be notified to update with the new configuration.
#
# gdmflexiserver --command="UPDATE_CONFIG <configuration key>"
#
# For example, the "Enable" key in the "[debug]" section would be specified by
# "debug/Enable".
#
# You can also run gdm-restart or gdm-safe-restart to cause GDM to restart and
# re-read the new configuration settings. You can also restart GDM by sending
# a HUP or USR1 signal to the daemon. HUP behaves like gdm-restart and causes
# any user session started by GDM to exit immediately while USR1 behaves like
# gdm-safe-restart and will wait until all users log out before restarting GDM.
#
# For full reference documentation see the gnome help browser under
# GNOME|System category. You can also find the docs in HTML form on
# http://www.gnome.org/projects/gdm/
#
# NOTE: Lines that begin with "#" are considered comments.
#
# Have fun!
[daemon]
[security]
[xdmcp]
[gui]
[greeter]
[chooser]
[debug]
[servers]
Enregistrez, quittez gedit...... et voilà ! Votre fenetre de configuration de gdm marche de nouveau comme avant !
A noter (mais c'est mon avis), que si vous avez modifié votre gdm.conf, il vaut mieux le restaurer à sa valeur par défaut. Les modifications faites dans la fenetre de configuration graphique sont écrites dans le fichier gdm.conf-custom...
Dernière modification par ghimli (Le 11/05/2006, à 20:02)
Ghimli, Ubuntu addicted
Hors ligne