From 78c1aba2ce3bbfcb59d7e48b03e24f29202975ad Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 29 Oct 2009 10:27:26 +0000 Subject: disable X11 support for dpms --- perl-install/install/NEWS | 2 ++ perl-install/install/steps_gtk.pm | 1 + 2 files changed, 3 insertions(+) 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); -- cgit v1.2.1