diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-10-16 16:18:09 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-10-16 16:18:09 +0000 |
commit | 190429c5d57f5a6331461d521f454ec0046ad1ba (patch) | |
tree | 0e1e49322b0d4c48e732c5f8e0edb346617e8b37 /perl-install/standalone | |
parent | 53a31b48bbf39123509951793de489209c68a63e (diff) | |
download | drakx-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')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 2 |
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); |