Translation(s): English - Italiano

(!) ?Discussion


GDM is the GNOME Display Manager, a graphical login program that uses the X Window System.

In addition to providing the equivalent of a console login prompt, GDM has the following advantages:

By default, the greeter is run as an unprivileged user and logging in as root is forbidden.

Controlling the GDM daemon

To temporarily stop the gdm service, you can run the following command as root:

#invoke-rc.d gdm3 stop

Other available options include: start, restart, reload and force-reload. For more information about general daemon management, see Daemon.

Customizing the GDM appearance

GDM v3.0+ allows for some basic customization, such as changing the logo icon, display background, and GTK theme. To do so:

  1. Edit /etc/gdm3/greeter.gconf-defaults as root

  2. Uncomment and/or modify the desired settings
  3. Save and close the editor
  4. Finally, run as root: dpkg-reconfigure gdm3

The command, 'dpkg-reconfigure gdm3' will cause gdm to reload its configuration upon the next logout or reboot.

Note: When changing the background image, the target file must be world-readable.

See also


CategoryBootProcess