From cb7fbb922185d1475d54cbdb6123d97fd9e80030 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 16 Mar 2012 08:06:05 +0000 Subject: (rpmsrate_always_flags) 3D flag must be updated for newer HW... --- perl-install/install/any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/any.pm') diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 047e3b422..6ddb69407 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -510,6 +510,7 @@ sub rpmsrate_always_flags { log::l("activation light desktop mode (for low resources systems or netbook/nettops)"); $rpmsrate_flags_chosen->{LIGHT} = 1; } + # FIXME: to be updated!!! $rpmsrate_flags_chosen->{'3D'} = 1 if $o->{match_all_hardware} || detect_devices::matching_desc__regexp('Matrox.* G[245][05]0') || -- cgit v1.2.1