diff options
author | Joerg Schirottke <master@kanotix.com> | 2013-04-18 17:29:23 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-05-03 16:48:13 +0200 |
commit | ea05f15bb4829bb5fae3847417375bdad7b9ca48 (patch) | |
tree | bba08b366652153e61454cfedafb32be4c938794 /config/chroot_local-hooks | |
parent | cbcf64dcef952f96eb37dd9d1b8331f7172cc123 (diff) | |
download | kanotix-ea05f15bb4829bb5fae3847417375bdad7b9ca48.zip kanotix-ea05f15bb4829bb5fae3847417375bdad7b9ca48.tar.gz |
gfxdetect update: enable TerminateServer in kdmrc
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-x | config/chroot_local-hooks/gfxdetect | 1 |
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 |