summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-April/013908.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-April/013908.html')
-rw-r--r--zarb-ml/mageia-dev/2012-April/013908.html107
1 files changed, 107 insertions, 0 deletions
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] [soft-commits] [3930] Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B3930%5D%20Restructure%20AMD/ATI%20Cards%2B%0A%20entries%20for%20HD%202000%20and%20newer%2C%20to%20separate&In-Reply-To=%3CCAONrEtYMSH5p6ccQE-D7%2Be%3Df5iqmxqD9xH0%3D5AY5JmwQVyKo5g%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="014087.html">
+ <LINK REL="Next" HREF="013931.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] [soft-commits] [3930] Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate</H1>
+ <B>Thierry Vignaud</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B3930%5D%20Restructure%20AMD/ATI%20Cards%2B%0A%20entries%20for%20HD%202000%20and%20newer%2C%20to%20separate&In-Reply-To=%3CCAONrEtYMSH5p6ccQE-D7%2Be%3Df5iqmxqD9xH0%3D5AY5JmwQVyKo5g%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] [soft-commits] [3930] Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate">thierry.vignaud at gmail.com
+ </A><BR>
+ <I>Thu Apr 5 09:58:42 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="014087.html">[Mageia-dev] icewm-gnome: is it still supported?
+</A></li>
+ <LI>Next message: <A HREF="013931.html">[Mageia-dev] [soft-commits] [3930] Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#13908">[ date ]</a>
+ <a href="thread.html#13908">[ thread ]</a>
+ <a href="subject.html#13908">[ subject ]</a>
+ <a href="author.html#13908">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 5 April 2012 04:51, &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>&gt; wrote:
+&gt;<i> Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate
+</I>&gt;<i> those that support usermode modesetting while adding the necessary
+</I>&gt;<i> FIRMWARE and DRIVER_NO_FIRMWARE entries as per mga bug #3466, and to
+</I>&gt;<i> disable any remaining radeonhd assignments.
+</I>
+(...)
+
+&gt;<i> - } elsif (member($d_pci-&gt;{$_}[0], ($ati_free_only,
+</I>&gt;<i> $ati_rhd_only)) &amp;&amp; $d_in-&gt;{$_}) {
+</I>&gt;<i> + } elsif (member($d_pci-&gt;{$_}[0], ($ati_free_only)) &amp;&amp;
+</I>&gt;<i> $d_in-&gt;{$_}) {
+</I>
+should be the following since list is reduced to one item;
+ } elsif ($d_pci-&gt;{$_}[0] eq $ati_free_only &amp;&amp; $d_in-&gt;{$_}) {
+
+&gt;<i> - } elsif (member($d_pci-&gt;{$_}[0], ($ati_driver_rhd,
+</I>&gt;<i> $ati_driver_vesa, $ati_rhd_only)) &amp;&amp; $d_in-&gt;{$_}) {
+</I>&gt;<i> + } elsif (member($d_pci-&gt;{$_}[0], ($ati_driver_vesa)) &amp;&amp;
+</I>&gt;<i> $d_in-&gt;{$_}) {
+</I>
+should be simplified likewise here
+
+&gt;<i> # support added for pre-existing entry, handle:
+</I>&gt;<i> - if (member($d_pci-&gt;{$_}[0], ($ati_driver_rhd,
+</I>&gt;<i> $ati_driver_vesa))) {
+</I>&gt;<i> - $d_pci-&gt;{$_}[0] = $ati_driver;
+</I>&gt;<i> - } elsif ($d_pci-&gt;{$_}[0] eq $ati_rhd_only) {
+</I>&gt;<i> - $d_pci-&gt;{$_}[0] = $ati_free_only;
+</I>&gt;<i> + if (member($d_pci-&gt;{$_}[0], ($ati_driver_vesa))) {
+</I>&gt;<i> + $d_pci-&gt;{$_}[0] =
+</I>
+idem
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="014087.html">[Mageia-dev] icewm-gnome: is it still supported?
+</A></li>
+ <LI>Next message: <A HREF="013931.html">[Mageia-dev] [soft-commits] [3930] Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#13908">[ date ]</a>
+ <a href="thread.html#13908">[ thread ]</a>
+ <a href="subject.html#13908">[ subject ]</a>
+ <a href="author.html#13908">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>