From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-April/013908.html | 107 ++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-April/013908.html (limited to 'zarb-ml/mageia-dev/2012-April/013908.html') diff --git a/zarb-ml/mageia-dev/2012-April/013908.html b/zarb-ml/mageia-dev/2012-April/013908.html new file mode 100644 index 000000000..fc2210e34 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-April/013908.html @@ -0,0 +1,107 @@ + + + + [Mageia-dev] [soft-commits] [3930] Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate + + + + + + + + + +

[Mageia-dev] [soft-commits] [3930] Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Thu Apr 5 09:58:42 CEST 2012 +

+
+ +
On 5 April 2012 04:51,  <root at mageia.org> wrote:
+> Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate
+> those that support usermode modesetting while adding the necessary
+> FIRMWARE and DRIVER_NO_FIRMWARE entries as per mga bug #3466, and to
+> disable any remaining radeonhd assignments.
+
+(...)
+
+> -            } elsif (member($d_pci->{$_}[0], ($ati_free_only,
+> $ati_rhd_only)) && $d_in->{$_}) {
+> +            } elsif (member($d_pci->{$_}[0], ($ati_free_only)) &&
+> $d_in->{$_}) {
+
+should be the following since list is reduced to one item;
+ } elsif ($d_pci->{$_}[0] eq $ati_free_only && $d_in->{$_}) {
+
+> -            } elsif (member($d_pci->{$_}[0], ($ati_driver_rhd,
+> $ati_driver_vesa, $ati_rhd_only)) && $d_in->{$_}) {
+> +            } elsif (member($d_pci->{$_}[0], ($ati_driver_vesa)) &&
+> $d_in->{$_}) {
+
+should be simplified likewise here
+
+>                  # support added for pre-existing entry, handle:
+> -                if (member($d_pci->{$_}[0], ($ati_driver_rhd,
+> $ati_driver_vesa))) {
+> -                    $d_pci->{$_}[0] = $ati_driver;
+> -                } elsif ($d_pci->{$_}[0] eq $ati_rhd_only) {
+> -                    $d_pci->{$_}[0] = $ati_free_only;
+> +                if (member($d_pci->{$_}[0], ($ati_driver_vesa))) {
+> +                    $d_pci->{$_}[0] =
+
+idem
+
+ + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1