diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-05-27 16:17:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-05-27 16:17:33 +0000 |
commit | 4bdba59361cafd89c6b0cb3efc20a1a9591b2315 (patch) | |
tree | da23b12580be4914383895cc362a50888661a91e /move | |
parent | 9a1fd422d8a2c694fe00c8d1abd21432a61ad0a8 (diff) | |
download | drakx-4bdba59361cafd89c6b0cb3efc20a1a9591b2315.tar drakx-4bdba59361cafd89c6b0cb3efc20a1a9591b2315.tar.gz drakx-4bdba59361cafd89c6b0cb3efc20a1a9591b2315.tar.bz2 drakx-4bdba59361cafd89c6b0cb3efc20a1a9591b2315.tar.xz drakx-4bdba59361cafd89c6b0cb3efc20a1a9591b2315.zip |
handle freeDriver which disable using proprietary X driver (esp. for nvidia)
Diffstat (limited to 'move')
-rw-r--r-- | move/move.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/move/move.pm b/move/move.pm index e3b9c1937..f7f8137f5 100644 --- a/move/move.pm +++ b/move/move.pm @@ -707,8 +707,8 @@ sub automatic_xconf { require Xconfig::main; require class_discard; - Xconfig::main::configure_everything_auto_install($o->{raw_X}, class_discard->new, {}, - { allowNVIDIA_rpms => sub { [] }, allowATI_rpms => sub { [] }, allowFB => $o->{allowFB} }); + + Xconfig::main::configure_everything_auto_install($o->{raw_X}, class_discard->new, {}, install_any::X_options_from_o($o)); } modules::load_category('various/agpgart'); |