summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-24 21:32:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-24 21:32:23 +0000
commitd539dc5a34d23d8af636426b7c73ae51cd5a0a27 (patch)
treedd31a44e938280360fdcb01c23130c67270a39d7 /perl-install/install_steps_interactive.pm
parente3d2039bb6725f1cd488a21d100ff4de9b474c33 (diff)
downloaddrakx-backup-do-not-use-d539dc5a34d23d8af636426b7c73ae51cd5a0a27.tar
drakx-backup-do-not-use-d539dc5a34d23d8af636426b7c73ae51cd5a0a27.tar.gz
drakx-backup-do-not-use-d539dc5a34d23d8af636426b7c73ae51cd5a0a27.tar.bz2
drakx-backup-do-not-use-d539dc5a34d23d8af636426b7c73ae51cd5a0a27.tar.xz
drakx-backup-do-not-use-d539dc5a34d23d8af636426b7c73ae51cd5a0a27.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 285f77209..bd7dc556b 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -965,6 +965,12 @@ sub setupXfree {
Xconfig::getinfoFromXF86Config($o->{X}, $o->{prefix});
}
}
+ $::xf4 = $o->ask_yesorno('',
+_("DrakX will generate config files for both XFree 3.3 and XFree 4.0.
+By default, the 3.3 server is used because it works on more graphic cards.
+
+Do you want to try XFree 4.0?")) if $::expert;
+
#- strange, xfs must not be started twice...
#- trying to stop and restart it does nothing good too...
my $xfs_started if 0;