diff options
Diffstat (limited to 'config/chroot_local-hooks/gfxdetect')
-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 |