diff options
author | Felix Janda <felix.janda@posteo.de> | 2014-02-14 21:12:34 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-02-14 16:52:24 -0500 |
commit | 8c8c7c3b019f4a26c6e133d82ad579f274620b11 (patch) | |
tree | 817a07759db63ce96573eda7b94d91944e5cc389 /x11-base/xorg-server/files/xdm.confd-4 | |
parent | dev-util/cmake: moved to tree (diff) | |
download | hardened-dev-8c8c7c3b019f4a26c6e133d82ad579f274620b11.tar.gz hardened-dev-8c8c7c3b019f4a26c6e133d82ad579f274620b11.tar.bz2 hardened-dev-8c8c7c3b019f4a26c6e133d82ad579f274620b11.zip |
x11-base/xorg-server: moved to tree
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..c82fece0 --- /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="xdm" |