summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/gfxdetect
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2013-04-18 17:29:23 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2013-05-03 16:48:13 +0200
commitea05f15bb4829bb5fae3847417375bdad7b9ca48 (patch)
treebba08b366652153e61454cfedafb32be4c938794 /config/chroot_local-hooks/gfxdetect
parentcbcf64dcef952f96eb37dd9d1b8331f7172cc123 (diff)
downloadkanotix-ea05f15bb4829bb5fae3847417375bdad7b9ca48.zip
kanotix-ea05f15bb4829bb5fae3847417375bdad7b9ca48.tar.gz
gfxdetect update: enable TerminateServer in kdmrc
Diffstat (limited to 'config/chroot_local-hooks/gfxdetect')
-rwxr-xr-xconfig/chroot_local-hooks/gfxdetect1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/gfxdetect b/config/chroot_local-hooks/gfxdetect
index 01b139c..03ece1c 100755
--- a/config/chroot_local-hooks/gfxdetect
+++ b/config/chroot_local-hooks/gfxdetect
@@ -5,6 +5,7 @@ fi
if [ -f /etc/kde4/kdm/kdmrc ]; then
sed -i 's|\(ServerArgsLocal=-br -nolisten tcp\).*|\1 -dpi 96|' /etc/kde4/kdm/kdmrc
+ sed -i 's/.*\(TerminateServer=\).*/\1true/' /etc/kde4/kdm/kdmrc
fi
if [ -f /usr/share/initramfs-tools/scripts/init-bottom/01gfxdetect ]; then