summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/install/steps_gtk.pm1
2 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index aba8d47f3..7f8411e45 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- disable X11 support for dpms
+
Version 12.74 - 28 October 2009
- partitioning wizard (Windows resize):
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 2625829f4..99bc9dc23 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -131,6 +131,7 @@ sub new($$) {
modules::load('xpad');
run_program::run('xset', 'm', '1/8', '1');
}
+ any::disable_x_screensaver();
run_program::raw({ detach => 1 }, 'drakx-matchbox-window-manager');
install::gtk::init_gtk($o);
install::gtk::init_sizes($o);