diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-05-29 14:57:30 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-05-29 14:57:30 +0100 |
commit | 8e7050d50e4c6ae353acc4b91f3486b54ff79615 (patch) | |
tree | c571ba35fc2b2db34bdf4829fc0c0527fab40252 /x11-base/xorg-server/files/xdm.confd-4 | |
parent | ed2ab77f7b62ffe54ffee73fab3007849fbc1201 (diff) |
import xorg-server from gentoo tree && make lightdm default DM
Diffstat (limited to 'x11-base/xorg-server/files/xdm.confd-4')
-rw-r--r-- | x11-base/xorg-server/files/xdm.confd-4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-base/xorg-server/files/xdm.confd-4 b/x11-base/xorg-server/files/xdm.confd-4 new file mode 100644 index 00000000..1906144b --- /dev/null +++ b/x11-base/xorg-server/files/xdm.confd-4 @@ -0,0 +1,10 @@ +# We always try and start X on a static VT. The various DMs normally default +# to using VT7. If you wish to use the xdm 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 | gdm | kdm | gpe | entrance ] +# NOTE: If this is set in /etc/rc.conf, that setting will override this one. +DISPLAYMANAGER="lightdm" |