summaryrefslogtreecommitdiff
path: root/data/gdm.conf-custom.in
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-03-19 08:15:09 -0400
committerRay Strode <rstrode@redhat.com>2015-03-19 08:15:09 -0400
commit7421c01686b66ff7ce09fd6c60d3f9eaf566898d (patch)
tree50f0a4442314cb5e58e0ed5baae2b840c9665017 /data/gdm.conf-custom.in
parent005eda5bbd2ce4dc16736216f43c08198cb8cc37 (diff)
downloadgdm-7421c01686b66ff7ce09fd6c60d3f9eaf566898d.tar.gz
data: add a couple of tips to custom.conf
There are two things that are pretty useful for a user to do when troubleshooting problems: 1) turn on debugging 2) turn of wayland support since it's so new This commit adds comments to custom.conf to give tips on how to do those things.
Diffstat (limited to 'data/gdm.conf-custom.in')
-rw-r--r--data/gdm.conf-custom.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/gdm.conf-custom.in b/data/gdm.conf-custom.in
index 36591e31..f38571e2 100644
--- a/data/gdm.conf-custom.in
+++ b/data/gdm.conf-custom.in
@@ -1,6 +1,8 @@
# GDM configuration storage
[daemon]
+# Uncoment the line below to force the login screen to use Xorg
+#WaylandEnable=true
[security]
@@ -11,4 +13,6 @@
[chooser]
[debug]
+# Uncomment the line below to turn on debugging
+#Enable=true