summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-16 15:30:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-16 15:30:44 +0000
commit0eb62bfc743007ce1711284e5252c20a15673949 (patch)
tree05c50309ad88bead86941d69cc2eef1c53837707 /perl-install/install_steps.pm
parente14d638b98174c5935bfa4110be551b48a207a9d (diff)
downloaddrakx-backup-do-not-use-0eb62bfc743007ce1711284e5252c20a15673949.tar
drakx-backup-do-not-use-0eb62bfc743007ce1711284e5252c20a15673949.tar.gz
drakx-backup-do-not-use-0eb62bfc743007ce1711284e5252c20a15673949.tar.bz2
drakx-backup-do-not-use-0eb62bfc743007ce1711284e5252c20a15673949.tar.xz
drakx-backup-do-not-use-0eb62bfc743007ce1711284e5252c20a15673949.zip
move setupFB() in Xconfig, and do it when needed (including when standalone)
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 528bb8334..0f937461c 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -875,12 +875,6 @@ sub configureX {
}
sub configureXAfter {
my ($o) = @_;
- if ($o->{X}{bios_vga_mode}) {
- install_any::setupFB($o, $o->{X}{bios_vga_mode}) or do {
- log::l("disabling automatic start-up of X11 if any as setup framebuffer failed");
- Xconfig::various::runlevel(3); #- disable automatic start-up of X11 on error.
- };
- }
if ($o->{X}{default_depth} >= 16 && $o->{X}{resolution_wanted} >= 1024) {
log::l("setting large icon style for kde");
install_any::kderc_largedisplay($o->{prefix});