From 80584f642409d8977eee52ba044f34a72440b32c Mon Sep 17 00:00:00 2001 From: root Date: Sun, 19 Feb 2012 20:41:48 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- .etckeeper | 1 + conf.d/._cfg0000_xdm | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 conf.d/._cfg0000_xdm diff --git a/.etckeeper b/.etckeeper index ede865c..3556731 100755 --- a/.etckeeper +++ b/.etckeeper @@ -158,6 +158,7 @@ maybe chmod 0644 './chromium/default' maybe chmod 0644 './colordiffrc' maybe chmod 0644 './colordiffrc-lightbg' maybe chmod 0755 './conf.d' +maybe chmod 0644 './conf.d/._cfg0000_xdm' maybe chmod 0644 './conf.d/alsasound' maybe chmod 0644 './conf.d/auditd' maybe chmod 0644 './conf.d/bootmisc' diff --git a/conf.d/._cfg0000_xdm b/conf.d/._cfg0000_xdm new file mode 100644 index 0000000..c82fece --- /dev/null +++ b/conf.d/._cfg0000_xdm @@ -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" -- 2.39.5