summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-10-22 19:34:09 +0000
committerOlivier Blin <oblin@mandriva.com>2009-10-22 19:34:09 +0000
commitf06d8e7d04c9ffb285437830d1a6597c903f1e17 (patch)
tree74060671df042eec9c57f7b4a6304ac738065c42 /perl-install/standalone
parent9c3c6ce9936784f2dec37caa3976a13292150ca5 (diff)
downloaddrakx-f06d8e7d04c9ffb285437830d1a6597c903f1e17.tar
drakx-f06d8e7d04c9ffb285437830d1a6597c903f1e17.tar.gz
drakx-f06d8e7d04c9ffb285437830d1a6597c903f1e17.tar.bz2
drakx-f06d8e7d04c9ffb285437830d1a6597c903f1e17.tar.xz
drakx-f06d8e7d04c9ffb285437830d1a6597c903f1e17.zip
service_harddrake: allow to force screen resolution using
RESOLUTION_WANTED=XxY in /etc/sysconfig/harddrake2/service.conf
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index a2d609117..6b1898b1e 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -201,7 +201,7 @@ foreach my $hw_class (@harddrake::data::tree) {
$modules_conf->write;
} elsif ($Ident eq "VIDEO") {
# explicitely NOT read the existing config (eg: new profile with globetrotter)
- harddrake::autoconf::xconf($modules_conf, {}, member($cfg{SETUP_FB}, qw(NO no)));
+ harddrake::autoconf::xconf($modules_conf, {}, member($cfg{SETUP_FB}, qw(NO no)), $cfg{RESOLUTION_WANTED});
next;
} elsif ($Ident eq "MOUSE") {
harddrake::autoconf::mouse_conf($modules_conf);