From fd8293630e710c3da9ce840c57384639c4289209 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 25 Sep 2008 16:19:13 +0000 Subject: - ensure DPMS screensaver is not triggered during install (it interacts badly with matchbox/compositing) (#44021) --- perl-install/install/gtk.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/install/gtk.pm') diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index 0055221d9..28b0ec6f8 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -309,6 +309,10 @@ Section "Screen" EndSection Section "ServerLayout" + Option "BlankTime" "0" + Option "StandbyTime" "0" + Option "SuspendTime" "0" + Option "OffTime" "0" Identifier "layout" Screen "screen" InputDevice "Mouse" "CorePointer" -- cgit v1.2.1