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 [email protected] 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=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.45&r2=1.46 Index: xorg-config.xml =================================================================== 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 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.45 2011/03/23 09:03:51 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.46 2011/08/23 14:43:41 swift Exp $ --> <guide> <title>The X Server Configuration HOWTO</title> @@ -22,8 +22,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>7</version> -<date>2011-03-23</date> +<version>8</version> +<date>2011-08-23</date> <chapter> <title>What is the X Window Server?</title> @@ -186,8 +186,9 @@ <p> For newer AMD/ATI cards (<uri link="/doc/en/ati-faq.xml">RadeonHD 2000 and -up</uri>), you will need to emerge <c>radeon-ucode</c>. Once you have installed -<c>radeon-ucode</c>, configure your kernel as shown: +up</uri>), you will need to emerge <c>radeon-ucode</c> or +<c>linux-firmware</c>. Once you have installed one of these packages, +configure your kernel as shown: </p> <pre caption="AMD/ATI settings"> @@ -203,14 +204,18 @@ radeon/JUNIPER_me.bin radeon/JUNIPER_pfp.bin radeon/JUNIPER_rlc.bin radeon/REDWOOD_me.bin radeon/REDWOOD_pfp.bin radeon/REDWOOD_rlc.bin) External firmware blobs + <comment># Radeon HD 6000 series Fusion APUs:</comment> + (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 <comment># Radeon HD 6200/6300 aka. Ontario/Zacate:</comment> (radeon/PALM_me.bin radeon/PALM_pfp.bin radeon/SUMO_rlc.bin) External firmware blobs <comment># Radeon HD 6400-6900 aka. Northern Islands:</comment> (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 <comment>(Enable Radeon KMS support)</comment>
