48 lines
1.2 KiB
Diff
48 lines
1.2 KiB
Diff
From: Josselin Mouette <joss@debian.org>
|
|
Date: Wed, 6 Oct 2010 00:10:48 +0200
|
|
Subject: Add some comments in the daemon.conf file to explain the available
|
|
options
|
|
|
|
Thanks to Joey Hess.
|
|
|
|
Last-Update: 2016-03-15 by Andreas Henriksson
|
|
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598666
|
|
Origin: vendor, Debian
|
|
Forwarded: no
|
|
---
|
|
data/gdm.conf-custom.in | 13 +++++++++++++
|
|
1 file changed, 13 insertions(+)
|
|
|
|
diff --git a/data/gdm.conf-custom.in b/data/gdm.conf-custom.in
|
|
index 9b63ba9..b6ba63c 100644
|
|
--- a/data/gdm.conf-custom.in
|
|
+++ b/data/gdm.conf-custom.in
|
|
@@ -1,9 +1,20 @@
|
|
# GDM configuration storage
|
|
+#
|
|
+# See /usr/share/gdm/gdm.schemas for a list of available options.
|
|
|
|
[daemon]
|
|
# Uncomment the line below to force the login screen to use Xorg
|
|
#WaylandEnable=false
|
|
|
|
+# Enabling automatic login
|
|
+# AutomaticLoginEnable = true
|
|
+# AutomaticLogin = user1
|
|
+
|
|
+# Enabling timed login
|
|
+# TimedLoginEnable = true
|
|
+# TimedLogin = user1
|
|
+# TimedLoginDelay = 10
|
|
+
|
|
[security]
|
|
|
|
[xdmcp]
|
|
@@ -12,5 +23,7 @@
|
|
|
|
[debug]
|
|
# Uncomment the line below to turn on debugging
|
|
+# More verbose logs
|
|
+# Additionally lets the X server dump core if it crashes
|
|
#Enable=true
|
|
|