From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QvsCl-0005ms-QZ for garchives@archives.gentoo.org; Tue, 23 Aug 2011 14:43:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC77821C124; Tue, 23 Aug 2011 14:43:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 72F5121C124 for ; Tue, 23 Aug 2011 14:43:43 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B1271B4009 for ; Tue, 23 Aug 2011 14:43:42 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id 585EA20051; Tue, 23 Aug 2011 14:43:41 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, swift@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: xorg-config.xml X-VCS-Repository: gentoo X-VCS-Files: xorg-config.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Message-Id: <20110823144341.585EA20051@flycatcher.gentoo.org> Date: Tue, 23 Aug 2011 14:43:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7195a6ce79cff28b6c815bfee02979ac swift 11/08/23 14:43:41 Modified: xorg-config.xml Log: Fix bug #379391 - Update xorg-config to include firmware information on= latest radeon stuff. Thanks to chithanh@g.o for reporting/content Revision Changes Path 1.46 xml/htdocs/doc/en/xorg-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xorg= -config.xml?rev=3D1.46&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xorg= -config.xml?rev=3D1.46&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xorg= -config.xml?r1=3D1.45&r2=3D1.46 Index: xorg-config.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- xorg-config.xml 23 Mar 2011 09:03:51 -0000 1.45 +++ xorg-config.xml 23 Aug 2011 14:43:41 -0000 1.46 @@ -1,6 +1,6 @@ - + =20 The X Server Configuration HOWTO @@ -22,8 +22,8 @@ =20 -7 -2011-03-23 +8 +2011-08-23 =20 What is the X Window Server? @@ -186,8 +186,9 @@ =20

For newer AMD/ATI cards (RadeonHD 2000= and -up), you will need to emerge radeon-ucode. Once you have in= stalled -radeon-ucode, configure your kernel as shown: +up), you will need to emerge radeon-ucode or +linux-firmware. Once you have installed one of these packages, +configure your kernel as shown:

=20
@@ -203,14 +204,18 @@
    radeon/JUNIPER_me.bin radeon/JUNIPER_pfp.bin radeon/JUNIPER_rlc.bin
    radeon/REDWOOD_me.bin radeon/REDWOOD_pfp.bin=20
    radeon/REDWOOD_rlc.bin) External firmware blobs
+  # Radeon HD 6000 series Fusion APUs:
+  (radeon/PALM_me.bin radeon/PALM_pfp.bin SUMO2_me.bin SUMO2_pfp.bin
+   SUMO_me.bin SUMO_pfp.bin radeon/SUMO_rlc.bin) External firmware blobs
   # Radeon HD 6200/6300 aka. Ontario/Zacate:
   (radeon/PALM_me.bin radeon/PALM_pfp.bin radeon/SUMO_rlc.bin) External
    firmware blobs
   # Radeon HD 6400-6900 aka. Northern Islands:
   (radeon/BARTS_mc.bin radeon/BARTS_me.bin radeon/BARTS_pfp.bin
    radeon/BTC_rlc.bin radeon/CAICOS_mc.bin radeon/CAICOS_me.bin
-   radeon/CAICOS_pfp.bin radeon/TURKS_mc.bin radeon/TURKS_me.bin
-   radeon/TURKS_pfp.bin) External firmware blobs
+   radeon/CAICOS_pfp.bin CAYMAN_mc.bin
+   CAYMAN_me.bin CAYMAN_pfp.bin CAYMAN_rlc.bin radeon/TURKS_mc.bin
+   radeon/TURKS_me.bin radeon/TURKS_pfp.bin) External firmware blobs
    (/lib/firmware/) Firmware blobs root directory
=20
 (Enable Radeon KMS support)