From 585ee8c457c2fe554f83faac9533a07058ce6f66 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Sun, 6 Jul 2025 08:37:38 -0700 Subject: [PATCH] gdm: add page (#17066) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/common/gdm.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pages/common/gdm.md diff --git a/pages/common/gdm.md b/pages/common/gdm.md new file mode 100644 index 0000000000..a83d35fd91 --- /dev/null +++ b/pages/common/gdm.md @@ -0,0 +1,29 @@ +# gdm + +> The GNOME Display Manager (GDM) is a replacement for the X Display Manager (XDM). +> See also: `gdm-binary`, `gdmsetup`, `gdm-stop`, `gdm-restart`, `gdm-safe-restart`. +> More information: . + +- Run the GNOME Display Manager application: + +`gdm` + +- Prevent `gdm` from being run as a daemon background process: + +`gdm --nodaemon` + +- Disable `gdm` management of local console X servers for headless or remote environments: + +`gdm --no-console` + +- Prevent sanitizing environment variables that start with `LD_`: + +`gdm --preserve-ld-vars` + +- Display help: + +`gdm --help` + +- Display version: + +`gdm --version`