diff options
author | freaj <freaj@riseup.net> | 2015-03-25 19:29:42 +0100 |
---|---|---|
committer | freaj <freaj@riseup.net> | 2015-03-25 19:29:42 +0100 |
commit | 3051c65e16e655957c38bc1df237e170a50bd784 (patch) | |
tree | 5f1bdbcad064af9243389c1f8c93ad2d7c2e92be /pcr/openrc-desktop/xdm.confd-4 | |
parent | f955ecf3f6bc9af1733c4a12e27c5fac6d7d7d7f (diff) |
openrc-desktop-20150325-1: Insert missing files
Diffstat (limited to 'pcr/openrc-desktop/xdm.confd-4')
-rw-r--r-- | pcr/openrc-desktop/xdm.confd-4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/openrc-desktop/xdm.confd-4 b/pcr/openrc-desktop/xdm.confd-4 new file mode 100644 index 000000000..c82fece01 --- /dev/null +++ b/pcr/openrc-desktop/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" |