summaryrefslogtreecommitdiffstats
path: root/perl-install/install/gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-25 16:19:13 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-25 16:19:13 +0000
commitfd8293630e710c3da9ce840c57384639c4289209 (patch)
tree475e28aa5b941f081e748c17829970067fbc7777 /perl-install/install/gtk.pm
parentdf33bff820f49cae79519feb8dc1557f85bf3129 (diff)
downloaddrakx-backup-do-not-use-fd8293630e710c3da9ce840c57384639c4289209.tar
drakx-backup-do-not-use-fd8293630e710c3da9ce840c57384639c4289209.tar.gz
drakx-backup-do-not-use-fd8293630e710c3da9ce840c57384639c4289209.tar.bz2
drakx-backup-do-not-use-fd8293630e710c3da9ce840c57384639c4289209.tar.xz
drakx-backup-do-not-use-fd8293630e710c3da9ce840c57384639c4289209.zip
- ensure DPMS screensaver is not triggered during install
(it interacts badly with matchbox/compositing) (#44021)
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r--perl-install/install/gtk.pm4
1 files changed, 4 insertions, 0 deletions
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"