summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-10-29 10:27:26 +0000
committerThierry Vignaud <tv@mandriva.org>2009-10-29 10:27:26 +0000
commit78c1aba2ce3bbfcb59d7e48b03e24f29202975ad (patch)
tree2335a0f8c2460e5c8f91b1ed58d84832919f3dda
parent0074ec3e2f3ba214c550ed85d38a346f2ee2449e (diff)
downloaddrakx-backup-do-not-use-78c1aba2ce3bbfcb59d7e48b03e24f29202975ad.tar
drakx-backup-do-not-use-78c1aba2ce3bbfcb59d7e48b03e24f29202975ad.tar.gz
drakx-backup-do-not-use-78c1aba2ce3bbfcb59d7e48b03e24f29202975ad.tar.bz2
drakx-backup-do-not-use-78c1aba2ce3bbfcb59d7e48b03e24f29202975ad.tar.xz
drakx-backup-do-not-use-78c1aba2ce3bbfcb59d7e48b03e24f29202975ad.zip
disable X11 support for dpms
-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);