From 5820f0fd91c7081971d66edcb3e173f04597204d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 1 Dec 1999 18:27:36 +0000 Subject: *** empty log message *** --- perl-install/install_steps.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 50ebd11b4..669683cb6 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -543,9 +543,14 @@ sub setupXfreeAfter { my ($o) = @_; if ($o->{X}{card}{server} eq 'FBDev') { unless (install_any::setupFB($o, Xconfigurator::getVGAMode($o->{X}))) { + log::l("disabling automatic start-up of X11 if any as setup framebuffer failed"); Xconfigurator::rewriteInittab(3) unless $::testing; #- disable automatic start-up of X11 on error. } } + if ($o->{X}{card}{default_depth} >= 16 || $o->{X}{card}{default_wres} >= 1024) { + log::l("setting large icon style for kde"); + install_any::kderc_largedisplay($o->{prefix}); + } } #------------------------------------------------------------------------------ -- cgit v1.2.1