Salut, un petit autre soucis depuis ces derniers temps...

Lorsque je démarre mon Fedora, j'ai perdu l'interface graphique.
Je suis obligé de loguer sous mon identifiant, puis lancer la commande startx pour la récupérer. (au moins je la récupère!)

Mais je voudrai savoir comment remettre le démarrage de mon Fedora en mode normal direct GUI.
j'ai perdu l'interface graphique.
Que renvoie systemctl status gdm

?
4 jours plus tard
gdm.service - GNOME Display Manager
   Loaded: loaded (/usr/lib/systemd/system/gdm.service; disabled)
   Active: inactive (dead)

nov. 14 18:51:05 Bombastic-PC gdm[664]: GdmSlave: could not fetch type of session 'c1': Aucun fichier ou dossier de ce type
nov. 14 19:01:51 Bombastic-PC gdm[664]: GLib-GObject: g_object_ref: assertion `object->ref_count > 0' failed
nov. 14 19:01:51 Bombastic-PC gdm[664]: GLib-GObject: g_object_unref: assertion `object->ref_count > 0' failed
nov. 14 19:01:51 Bombastic-PC systemd[1]: Stopped GNOME Display Manager.
nov. 17 10:07:18 Bombastic-PC systemd[1]: Started GNOME Display Manager.
nov. 17 10:11:47 Bombastic-PC systemd[1]: Stopping GNOME Display Manager...
nov. 17 10:11:47 Bombastic-PC gdm[660]: Child process 1403 was already dead.
nov. 17 10:11:47 Bombastic-PC gdm[660]: Unable to kill session worker process
nov. 17 10:11:48 Bombastic-PC gdm[660]: GLib-GObject: g_object_unref: assertion `object->ref_count > 0' failed
nov. 17 10:11:48 Bombastic-PC systemd[1]: Stopped GNOME Display Manager.
La cause:

loaded (/usr/lib/systemd/system/gdm.service; disabled)

Le remède:

# systemctl enable gdm
7 jours plus tard
Merci beaucoup! 😉 Je vais essayer...