summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-10-16 16:18:09 +0000
committerOlivier Blin <oblin@mandriva.com>2009-10-16 16:18:09 +0000
commit190429c5d57f5a6331461d521f454ec0046ad1ba (patch)
tree0e1e49322b0d4c48e732c5f8e0edb346617e8b37 /perl-install/standalone/service_harddrake
parent53a31b48bbf39123509951793de489209c68a63e (diff)
downloaddrakx-190429c5d57f5a6331461d521f454ec0046ad1ba.tar
drakx-190429c5d57f5a6331461d521f454ec0046ad1ba.tar.gz
drakx-190429c5d57f5a6331461d521f454ec0046ad1ba.tar.bz2
drakx-190429c5d57f5a6331461d521f454ec0046ad1ba.tar.xz
drakx-190429c5d57f5a6331461d521f454ec0046ad1ba.zip
service_harddrake: allow to force screen resolution using RESOLUTION_WANTED=XxY in /etc/sysconfig/harddrake2/service.conf
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-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);