From 72d03903f02855f72a24a31129b463ca2f2f80bb Mon Sep 17 00:00:00 2001 From: frank Date: Fri, 8 Jun 2012 07:07:28 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- config-archive/etc/conf.d/xdm | 12 ++++++++++++ .../etc/conf.d/xdm.dist.new | 0 2 files changed, 12 insertions(+) create mode 100644 config-archive/etc/conf.d/xdm rename conf.d/._cfg0000_xdm => config-archive/etc/conf.d/xdm.dist.new (100%) diff --git a/config-archive/etc/conf.d/xdm b/config-archive/etc/conf.d/xdm new file mode 100644 index 00000000..164c2c66 --- /dev/null +++ b/config-archive/etc/conf.d/xdm @@ -0,0 +1,12 @@ +# 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" +#DISPLAYMANAGER="gdm" +DISPLAYMANAGER="kdm" diff --git a/conf.d/._cfg0000_xdm b/config-archive/etc/conf.d/xdm.dist.new similarity index 100% rename from conf.d/._cfg0000_xdm rename to config-archive/etc/conf.d/xdm.dist.new -- 2.39.5