summaryrefslogtreecommitdiff
path: root/gui-libs/display-manager-init/files/display-manager.confd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-31 21:30:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-31 21:30:58 +0000
commit99e31eb0862b39d83282317c8ebf86e0d96e06cd (patch)
treee669ce1e0b1cd5701b5ce49c3500322b9ea5c84b /gui-libs/display-manager-init/files/display-manager.confd
parent0581c768ed43d7eff0a9c11e32fcb91181b3fea3 (diff)
x11-base/xorg-server : act on gentoo news 2021-01-30-display-manager-init, but do it automatically, without user intervention
Diffstat (limited to 'gui-libs/display-manager-init/files/display-manager.confd')
-rw-r--r--gui-libs/display-manager-init/files/display-manager.confd13
1 files changed, 13 insertions, 0 deletions
diff --git a/gui-libs/display-manager-init/files/display-manager.confd b/gui-libs/display-manager-init/files/display-manager.confd
new file mode 100644
index 00000000..b86e1c4a
--- /dev/null
+++ b/gui-libs/display-manager-init/files/display-manager.confd
@@ -0,0 +1,13 @@
+# We always try and start the DM on a static VT. The various DMs normally
+# default to using VT7. If you wish to use the display-manager init
+# script, then you should ensure that the VT checked is the same VT your
+# DM wants to use.
+# We do this check to ensure that you haven't accidentally configured
+# something to run on the VT in your /etc/inittab file so that
+# you don't get a dead keyboard.
+CHECKVT=7
+
+# What display manager do you use ?
+# [ xdm | greetd | gdm | sddm | gpe | lightdm | entrance ]
+# NOTE: If this is set in /etc/rc.conf, that setting will override this one.
+DISPLAYMANAGER="sddm"