<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.cchtml.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=94.101.160.1</id>
	<title>cchtml.com - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.cchtml.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=94.101.160.1"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/94.101.160.1"/>
	<updated>2026-05-14T06:22:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Fedora_10_Installation_Guide&amp;diff=5475</id>
		<title>Fedora 10 Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Fedora_10_Installation_Guide&amp;diff=5475"/>
		<updated>2009-02-12T09:23:33Z</updated>

		<summary type="html">&lt;p&gt;94.101.160.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tom Walker&#039;s method==&lt;br /&gt;
&lt;br /&gt;
Hello.  I provided the original entry on the page - essentially a link to this thread...&lt;br /&gt;
&lt;br /&gt;
http://forums.fedoraforum.org/showthread.php?t=155503&amp;amp;pp=10&lt;br /&gt;
&lt;br /&gt;
... that contains useful info on how to install your ATI driver on Fedora 10.  It is this thread to which the &#039;important information&#039; below pertains.  &lt;br /&gt;
&lt;br /&gt;
The contents of that thread are not at all my work, by the way, but pleasingly the UALDW admins decided to give the name &amp;quot;Tom Walker&#039;s method&amp;quot; to the process of clicking on the link and reading the info that &#039;leigh123@linux&#039; had spent hours working out.&lt;br /&gt;
&lt;br /&gt;
However, &amp;lt;b&amp;gt;since then a far easier and more reliable method has been developed&amp;lt;/b&amp;gt; by the clever types at RPMFusion.  You can read about it here:&lt;br /&gt;
&lt;br /&gt;
http://www.fedorafaq.org/#radeon&lt;br /&gt;
&lt;br /&gt;
It takes five minutes.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tom Walker,&lt;br /&gt;
&lt;br /&gt;
IT Technician at a school you&#039;ve never heard of.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Additional important information:&#039;&#039;&#039;&#039;&#039; (author Robert Schumann)&lt;br /&gt;
&lt;br /&gt;
The procedure above worked for me for the original release kernel 2.6.27-5 and according drivers. After updating to 2.6.27-7, 2.6.27-9 and &lt;br /&gt;
an update of akmod-fglrx in the fc9 repo compiz didn&#039;t start anymore and e.g. awn quit although fglrxinfo showed normal ATI, even glxinfo reported&lt;br /&gt;
direct rendering and glxgears worked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you experience the same problem, first check your Xorg.0.log:&lt;br /&gt;
$ grep EE /var/log/Xorg.0.log&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the output is like&lt;br /&gt;
(EE) AIGLX error: fglrx exports no extensions (/usr/lib64/dri/fglrx_dri.so: undefined symbol: __driDriverExtensions)&lt;br /&gt;
then you have to relink libglx.so and libdri.so to the ATI versions (not the original ones from xorg). Thanks to the gentoo hackers&lt;br /&gt;
for this hint ;-)&lt;br /&gt;
&lt;br /&gt;
$ sudo -i&lt;br /&gt;
&lt;br /&gt;
$ mv /usr/lib64/xorg/modules/extensions/libglx.so /usr/lib64/xorg/modules/extensions/libglx.so.xorg&lt;br /&gt;
&lt;br /&gt;
$ mv /usr/lib64/xorg/modules/extensions/libdri.so /usr/lib64/xorg/modules/extensions/libdri.so.xorg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And link the ATI ones:&lt;br /&gt;
&lt;br /&gt;
$ ln -s /usr/lib64/xorg/modules/extensions/fglrx/libglx.so /usr/lib64/xorg/modules/extensions/libglx.so&lt;br /&gt;
&lt;br /&gt;
$ ln -s /usr/lib64/xorg/modules/extensions/fglrx/libdri.so /usr/lib64/xorg/modules/extensions/libdri.so&lt;br /&gt;
&lt;br /&gt;
==Another Way for X86_64 (maluyao#gmail.com)==&lt;br /&gt;
&lt;br /&gt;
* 1. Download 2.6.27.8 kernel from www.kernel.org and compile it.&lt;br /&gt;
&lt;br /&gt;
* 2.downgrade libdrm form Fedora9&lt;br /&gt;
&lt;br /&gt;
rpm -Uvh --nodeps --oldpackage  ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/releases/9/Fedora/x86_64/os/Packages/libdrm-2.4.0-0.11.fc9.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
* 3. run ati driver  8.12 or 9.1&lt;br /&gt;
&lt;br /&gt;
./ati-driver-installer-8-12-x86.x86_64.run&lt;br /&gt;
&lt;br /&gt;
* 4. ln -fs /usr/lib64/dri/fglrx_dri.so  /usr/lib/dri/fglrx_dri.so&lt;br /&gt;
&lt;br /&gt;
* 5. aticonfig --initial -f&lt;br /&gt;
&lt;br /&gt;
* 6. reboot&lt;br /&gt;
&lt;br /&gt;
== One more way for i386 ==&lt;br /&gt;
&lt;br /&gt;
Download and install libdrm package from Fedora 9, as described above. You have to prevent yum from updating these packages:&lt;br /&gt;
&lt;br /&gt;
# perl -i -pe &amp;quot;s/(\[.*\])/\1\nexclude=libdrm/&amp;quot;  /etc/yum.repos.d/fedora.repo&lt;br /&gt;
# perl -i -pe &amp;quot;s/(\[.*\])/\1\nexclude=libdrm/&amp;quot; /etc/yum.repos.d/fedora-updates.repo&lt;br /&gt;
&lt;br /&gt;
Install ati driver from amd&#039;s binary package.&lt;br /&gt;
&lt;br /&gt;
Install system-config-display package:&lt;br /&gt;
&lt;br /&gt;
# yum install system-config-display&lt;br /&gt;
&lt;br /&gt;
After the successful install start system-config-display to create an xorg.conf template in /etc/X11.&lt;br /&gt;
Install ati driver from downloaded binary, edit /etc/X11/xorg.conf. Add these lines:&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Extensions&amp;quot;&lt;br /&gt;
Option &amp;quot;Composite&amp;quot; &amp;quot;Enable&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerFlags&amp;quot;&lt;br /&gt;
Option &amp;quot;AIGLX&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;DRI&amp;quot;&lt;br /&gt;
Mode 0666&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
and add to &#039;Device section&#039;:&lt;br /&gt;
&lt;br /&gt;
Option	    &amp;quot;OpenGLOverlay&amp;quot; &amp;quot;off&amp;quot;&lt;br /&gt;
Option	    &amp;quot;VideoOverlay&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
&lt;br /&gt;
(From leigh123@linux&#039;s howto: [http://forums.fedoraforum.org/showthread.php?t=155503&amp;amp;pp=10 Howto for fglrx-Ati driver) and Compiz-fusion])&lt;br /&gt;
&lt;br /&gt;
Edit /etc/grub.conf and add &#039;nopat&#039; to the kernel line, and change the timeout to 10 seconds (timeout=10).&lt;br /&gt;
&lt;br /&gt;
Reboot into single user mode, by pressing &#039;e&#039; at grub&#039;s selection screen, select kernel line, press &#039;e&#039;, add &#039;s&#039; to the end of the line, press enter to finish editing and press &#039;b&#039; to boot.&lt;br /&gt;
&lt;br /&gt;
Log in as root. Add &#039;alias radeon off&#039; to /etc/modprobe.conf, and add &#039;blacklist radeon&#039; to /etc/modprobe.d/blacklist. If loaded, remove drm and radeon modules:&lt;br /&gt;
&lt;br /&gt;
# rmmod radeon&lt;br /&gt;
# rmmod drm&lt;br /&gt;
&lt;br /&gt;
Load flgrx module:&lt;br /&gt;
&lt;br /&gt;
# modprobe fglrx&lt;br /&gt;
&lt;br /&gt;
Back up your current initrd image and create a new one:&lt;br /&gt;
&lt;br /&gt;
# mv /boot/initrd-`uname -r`.img /boot/initrd-`uname -r`.img.backup&lt;br /&gt;
# mkinitrd /boot/initrd-`uname -r`.img `uname -r`&lt;br /&gt;
&lt;br /&gt;
After rebooting yor machine, fglrx should work. This method worked on a &#039;HP DC5750 microtower&#039; with integrated Radeon X200.&lt;/div&gt;</summary>
		<author><name>94.101.160.1</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Fedora_10_Installation_Guide&amp;diff=5474</id>
		<title>Fedora 10 Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Fedora_10_Installation_Guide&amp;diff=5474"/>
		<updated>2009-02-12T09:18:05Z</updated>

		<summary type="html">&lt;p&gt;94.101.160.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tom Walker&#039;s method==&lt;br /&gt;
&lt;br /&gt;
Hello.  I provided the original entry on the page - essentially a link to this thread...&lt;br /&gt;
&lt;br /&gt;
http://forums.fedoraforum.org/showthread.php?t=155503&amp;amp;pp=10&lt;br /&gt;
&lt;br /&gt;
... that contains useful info on how to install your ATI driver on Fedora 10.  It is this thread to which the &#039;important information&#039; below pertains.  &lt;br /&gt;
&lt;br /&gt;
The contents of that thread are not at all my work, by the way, but pleasingly the UALDW admins decided to give the name &amp;quot;Tom Walker&#039;s method&amp;quot; to the process of clicking on the link and reading the info that &#039;leigh123@linux&#039; had spent hours working out.&lt;br /&gt;
&lt;br /&gt;
However, &amp;lt;b&amp;gt;since then a far easier and more reliable method has been developed&amp;lt;/b&amp;gt; by the clever types at RPMFusion.  You can read about it here:&lt;br /&gt;
&lt;br /&gt;
http://www.fedorafaq.org/#radeon&lt;br /&gt;
&lt;br /&gt;
It takes five minutes.&lt;br /&gt;
&lt;br /&gt;
Sincerely, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tom Walker,&lt;br /&gt;
IT Technician at a school you&#039;ve never heard of.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Additional important information:&#039;&#039;&#039;&#039;&#039; (author Robert Schumann)&lt;br /&gt;
&lt;br /&gt;
The procedure above worked for me for the original release kernel 2.6.27-5 and according drivers. After updating to 2.6.27-7, 2.6.27-9 and &lt;br /&gt;
an update of akmod-fglrx in the fc9 repo compiz didn&#039;t start anymore and e.g. awn quit although fglrxinfo showed normal ATI, even glxinfo reported&lt;br /&gt;
direct rendering and glxgears worked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you experience the same problem, first check your Xorg.0.log:&lt;br /&gt;
$ grep EE /var/log/Xorg.0.log&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the output is like&lt;br /&gt;
(EE) AIGLX error: fglrx exports no extensions (/usr/lib64/dri/fglrx_dri.so: undefined symbol: __driDriverExtensions)&lt;br /&gt;
then you have to relink libglx.so and libdri.so to the ATI versions (not the original ones from xorg). Thanks to the gentoo hackers&lt;br /&gt;
for this hint ;-)&lt;br /&gt;
&lt;br /&gt;
$ sudo -i&lt;br /&gt;
&lt;br /&gt;
$ mv /usr/lib64/xorg/modules/extensions/libglx.so /usr/lib64/xorg/modules/extensions/libglx.so.xorg&lt;br /&gt;
&lt;br /&gt;
$ mv /usr/lib64/xorg/modules/extensions/libdri.so /usr/lib64/xorg/modules/extensions/libdri.so.xorg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And link the ATI ones:&lt;br /&gt;
&lt;br /&gt;
$ ln -s /usr/lib64/xorg/modules/extensions/fglrx/libglx.so /usr/lib64/xorg/modules/extensions/libglx.so&lt;br /&gt;
&lt;br /&gt;
$ ln -s /usr/lib64/xorg/modules/extensions/fglrx/libdri.so /usr/lib64/xorg/modules/extensions/libdri.so&lt;br /&gt;
&lt;br /&gt;
==Another Way for X86_64 (maluyao#gmail.com)==&lt;br /&gt;
&lt;br /&gt;
* 1. Download 2.6.27.8 kernel from www.kernel.org and compile it.&lt;br /&gt;
&lt;br /&gt;
* 2.downgrade libdrm form Fedora9&lt;br /&gt;
&lt;br /&gt;
rpm -Uvh --nodeps --oldpackage  ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/releases/9/Fedora/x86_64/os/Packages/libdrm-2.4.0-0.11.fc9.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
* 3. run ati driver  8.12 or 9.1&lt;br /&gt;
&lt;br /&gt;
./ati-driver-installer-8-12-x86.x86_64.run&lt;br /&gt;
&lt;br /&gt;
* 4. ln -fs /usr/lib64/dri/fglrx_dri.so  /usr/lib/dri/fglrx_dri.so&lt;br /&gt;
&lt;br /&gt;
* 5. aticonfig --initial -f&lt;br /&gt;
&lt;br /&gt;
* 6. reboot&lt;br /&gt;
&lt;br /&gt;
== One more way for i386 ==&lt;br /&gt;
&lt;br /&gt;
Download and install libdrm package from Fedora 9, as described above. You have to prevent yum from updating these packages:&lt;br /&gt;
&lt;br /&gt;
# perl -i -pe &amp;quot;s/(\[.*\])/\1\nexclude=libdrm/&amp;quot;  /etc/yum.repos.d/fedora.repo&lt;br /&gt;
# perl -i -pe &amp;quot;s/(\[.*\])/\1\nexclude=libdrm/&amp;quot; /etc/yum.repos.d/fedora-updates.repo&lt;br /&gt;
&lt;br /&gt;
Install ati driver from amd&#039;s binary package.&lt;br /&gt;
&lt;br /&gt;
Install system-config-display package:&lt;br /&gt;
&lt;br /&gt;
# yum install system-config-display&lt;br /&gt;
&lt;br /&gt;
After the successful install start system-config-display to create an xorg.conf template in /etc/X11.&lt;br /&gt;
Install ati driver from downloaded binary, edit /etc/X11/xorg.conf. Add these lines:&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Extensions&amp;quot;&lt;br /&gt;
Option &amp;quot;Composite&amp;quot; &amp;quot;Enable&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerFlags&amp;quot;&lt;br /&gt;
Option &amp;quot;AIGLX&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;DRI&amp;quot;&lt;br /&gt;
Mode 0666&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
and add to &#039;Device section&#039;:&lt;br /&gt;
&lt;br /&gt;
Option	    &amp;quot;OpenGLOverlay&amp;quot; &amp;quot;off&amp;quot;&lt;br /&gt;
Option	    &amp;quot;VideoOverlay&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
&lt;br /&gt;
(From leigh123@linux&#039;s howto: [http://forums.fedoraforum.org/showthread.php?t=155503&amp;amp;pp=10 Howto for fglrx-Ati driver) and Compiz-fusion])&lt;br /&gt;
&lt;br /&gt;
Edit /etc/grub.conf and add &#039;nopat&#039; to the kernel line, and change the timeout to 10 seconds (timeout=10).&lt;br /&gt;
&lt;br /&gt;
Reboot into single user mode, by pressing &#039;e&#039; at grub&#039;s selection screen, select kernel line, press &#039;e&#039;, add &#039;s&#039; to the end of the line, press enter to finish editing and press &#039;b&#039; to boot.&lt;br /&gt;
&lt;br /&gt;
Log in as root. Add &#039;alias radeon off&#039; to /etc/modprobe.conf, and add &#039;blacklist radeon&#039; to /etc/modprobe.d/blacklist. If loaded, remove drm and radeon modules:&lt;br /&gt;
&lt;br /&gt;
# rmmod radeon&lt;br /&gt;
# rmmod drm&lt;br /&gt;
&lt;br /&gt;
Load flgrx module:&lt;br /&gt;
&lt;br /&gt;
# modprobe fglrx&lt;br /&gt;
&lt;br /&gt;
Back up your current initrd image and create a new one:&lt;br /&gt;
&lt;br /&gt;
# mv /boot/initrd-`uname -r`.img /boot/initrd-`uname -r`.img.backup&lt;br /&gt;
# mkinitrd /boot/initrd-`uname -r`.img `uname -r`&lt;br /&gt;
&lt;br /&gt;
After rebooting yor machine, fglrx should work. This method worked on a &#039;HP DC5750 microtower&#039; with integrated Radeon X200.&lt;/div&gt;</summary>
		<author><name>94.101.160.1</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Fedora_10_Installation_Guide&amp;diff=5473</id>
		<title>Fedora 10 Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Fedora_10_Installation_Guide&amp;diff=5473"/>
		<updated>2009-02-12T09:16:47Z</updated>

		<summary type="html">&lt;p&gt;94.101.160.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tom Walker&#039;s method==&lt;br /&gt;
&lt;br /&gt;
Hello.  I provided the original entry on the page - essentially a link to this thread...&lt;br /&gt;
&lt;br /&gt;
http://forums.fedoraforum.org/showthread.php?t=155503&amp;amp;pp=10&lt;br /&gt;
&lt;br /&gt;
... that contains useful info on how to install your ATI driver on Fedora 10.  It is this thread to which the &#039;important information&#039; below pertains.  &lt;br /&gt;
&lt;br /&gt;
The contents of that thread are not at all my work, by the way, but pleasingly the UALDK admins decided to give the name &amp;quot;Tom Walker&#039;s method&amp;quot; to the process of clicking on the link and reading the info that &#039;leigh123@linux&#039; had spent hours working out.&lt;br /&gt;
&lt;br /&gt;
However, &amp;lt;b&amp;gt;since then a far easier and more reliable method has been developed&amp;lt;/b&amp;gt; by the clever types at RPMFusion.  You can read about it here:&lt;br /&gt;
&lt;br /&gt;
http://www.fedorafaq.org/#radeon&lt;br /&gt;
&lt;br /&gt;
It takes five minutes.&lt;br /&gt;
&lt;br /&gt;
Sincerely, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tom Walker,&lt;br /&gt;
IT Technician at a school you&#039;ve never heard of.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Additional important information:&#039;&#039;&#039;&#039;&#039; (author Robert Schumann)&lt;br /&gt;
&lt;br /&gt;
The procedure above worked for me for the original release kernel 2.6.27-5 and according drivers. After updating to 2.6.27-7, 2.6.27-9 and &lt;br /&gt;
an update of akmod-fglrx in the fc9 repo compiz didn&#039;t start anymore and e.g. awn quit although fglrxinfo showed normal ATI, even glxinfo reported&lt;br /&gt;
direct rendering and glxgears worked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you experience the same problem, first check your Xorg.0.log:&lt;br /&gt;
$ grep EE /var/log/Xorg.0.log&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the output is like&lt;br /&gt;
(EE) AIGLX error: fglrx exports no extensions (/usr/lib64/dri/fglrx_dri.so: undefined symbol: __driDriverExtensions)&lt;br /&gt;
then you have to relink libglx.so and libdri.so to the ATI versions (not the original ones from xorg). Thanks to the gentoo hackers&lt;br /&gt;
for this hint ;-)&lt;br /&gt;
&lt;br /&gt;
$ sudo -i&lt;br /&gt;
&lt;br /&gt;
$ mv /usr/lib64/xorg/modules/extensions/libglx.so /usr/lib64/xorg/modules/extensions/libglx.so.xorg&lt;br /&gt;
&lt;br /&gt;
$ mv /usr/lib64/xorg/modules/extensions/libdri.so /usr/lib64/xorg/modules/extensions/libdri.so.xorg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And link the ATI ones:&lt;br /&gt;
&lt;br /&gt;
$ ln -s /usr/lib64/xorg/modules/extensions/fglrx/libglx.so /usr/lib64/xorg/modules/extensions/libglx.so&lt;br /&gt;
&lt;br /&gt;
$ ln -s /usr/lib64/xorg/modules/extensions/fglrx/libdri.so /usr/lib64/xorg/modules/extensions/libdri.so&lt;br /&gt;
&lt;br /&gt;
==Another Way for X86_64 (maluyao#gmail.com)==&lt;br /&gt;
&lt;br /&gt;
* 1. Download 2.6.27.8 kernel from www.kernel.org and compile it.&lt;br /&gt;
&lt;br /&gt;
* 2.downgrade libdrm form Fedora9&lt;br /&gt;
&lt;br /&gt;
rpm -Uvh --nodeps --oldpackage  ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/releases/9/Fedora/x86_64/os/Packages/libdrm-2.4.0-0.11.fc9.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
* 3. run ati driver  8.12 or 9.1&lt;br /&gt;
&lt;br /&gt;
./ati-driver-installer-8-12-x86.x86_64.run&lt;br /&gt;
&lt;br /&gt;
* 4. ln -fs /usr/lib64/dri/fglrx_dri.so  /usr/lib/dri/fglrx_dri.so&lt;br /&gt;
&lt;br /&gt;
* 5. aticonfig --initial -f&lt;br /&gt;
&lt;br /&gt;
* 6. reboot&lt;br /&gt;
&lt;br /&gt;
== One more way for i386 ==&lt;br /&gt;
&lt;br /&gt;
Download and install libdrm package from Fedora 9, as described above. You have to prevent yum from updating these packages:&lt;br /&gt;
&lt;br /&gt;
# perl -i -pe &amp;quot;s/(\[.*\])/\1\nexclude=libdrm/&amp;quot;  /etc/yum.repos.d/fedora.repo&lt;br /&gt;
# perl -i -pe &amp;quot;s/(\[.*\])/\1\nexclude=libdrm/&amp;quot; /etc/yum.repos.d/fedora-updates.repo&lt;br /&gt;
&lt;br /&gt;
Install ati driver from amd&#039;s binary package.&lt;br /&gt;
&lt;br /&gt;
Install system-config-display package:&lt;br /&gt;
&lt;br /&gt;
# yum install system-config-display&lt;br /&gt;
&lt;br /&gt;
After the successful install start system-config-display to create an xorg.conf template in /etc/X11.&lt;br /&gt;
Install ati driver from downloaded binary, edit /etc/X11/xorg.conf. Add these lines:&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Extensions&amp;quot;&lt;br /&gt;
Option &amp;quot;Composite&amp;quot; &amp;quot;Enable&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerFlags&amp;quot;&lt;br /&gt;
Option &amp;quot;AIGLX&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;DRI&amp;quot;&lt;br /&gt;
Mode 0666&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
and add to &#039;Device section&#039;:&lt;br /&gt;
&lt;br /&gt;
Option	    &amp;quot;OpenGLOverlay&amp;quot; &amp;quot;off&amp;quot;&lt;br /&gt;
Option	    &amp;quot;VideoOverlay&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
&lt;br /&gt;
(From leigh123@linux&#039;s howto: [http://forums.fedoraforum.org/showthread.php?t=155503&amp;amp;pp=10 Howto for fglrx-Ati driver) and Compiz-fusion])&lt;br /&gt;
&lt;br /&gt;
Edit /etc/grub.conf and add &#039;nopat&#039; to the kernel line, and change the timeout to 10 seconds (timeout=10).&lt;br /&gt;
&lt;br /&gt;
Reboot into single user mode, by pressing &#039;e&#039; at grub&#039;s selection screen, select kernel line, press &#039;e&#039;, add &#039;s&#039; to the end of the line, press enter to finish editing and press &#039;b&#039; to boot.&lt;br /&gt;
&lt;br /&gt;
Log in as root. Add &#039;alias radeon off&#039; to /etc/modprobe.conf, and add &#039;blacklist radeon&#039; to /etc/modprobe.d/blacklist. If loaded, remove drm and radeon modules:&lt;br /&gt;
&lt;br /&gt;
# rmmod radeon&lt;br /&gt;
# rmmod drm&lt;br /&gt;
&lt;br /&gt;
Load flgrx module:&lt;br /&gt;
&lt;br /&gt;
# modprobe fglrx&lt;br /&gt;
&lt;br /&gt;
Back up your current initrd image and create a new one:&lt;br /&gt;
&lt;br /&gt;
# mv /boot/initrd-`uname -r`.img /boot/initrd-`uname -r`.img.backup&lt;br /&gt;
# mkinitrd /boot/initrd-`uname -r`.img `uname -r`&lt;br /&gt;
&lt;br /&gt;
After rebooting yor machine, fglrx should work. This method worked on a &#039;HP DC5750 microtower&#039; with integrated Radeon X200.&lt;/div&gt;</summary>
		<author><name>94.101.160.1</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Fedora_10_Installation_Guide&amp;diff=5472</id>
		<title>Fedora 10 Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Fedora_10_Installation_Guide&amp;diff=5472"/>
		<updated>2009-02-12T09:15:55Z</updated>

		<summary type="html">&lt;p&gt;94.101.160.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tom Walker&#039;s method==&lt;br /&gt;
&lt;br /&gt;
Hello.  I provided the original entry on the page - essentially a link to this thread...&lt;br /&gt;
&lt;br /&gt;
http://forums.fedoraforum.org/showthread.php?t=155503&amp;amp;pp=10&lt;br /&gt;
&lt;br /&gt;
... that contains useful info on how to install your ATI driver on Fedora 10.  It is this thread to which the &#039;important information&#039; below pertains.  &lt;br /&gt;
&lt;br /&gt;
The contents of that thread are not at all my work, by the way, but pleasingly the UALDK admins decided to give the name &amp;quot;Tom Walker&#039;s method&amp;quot; to the process of clicking on the link and reading the info that &#039;leigh123@linux&#039; had spent hours working out.&lt;br /&gt;
&lt;br /&gt;
However, &amp;lt;b&amp;gt;since then a far easier and more reliable method has been developed&amp;lt;/b&amp;gt; by the clever types at RPMFusion.  You can read about it here:&lt;br /&gt;
&lt;br /&gt;
http://www.fedorafaq.org/#radeon&lt;br /&gt;
&lt;br /&gt;
It takes five minutes.&lt;br /&gt;
&lt;br /&gt;
Sincerely, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tom Walker,&lt;br /&gt;
IT Technician at a school you&#039;ve never heard of.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Additional important information:&#039;&#039;&#039;&#039;&#039; (author Robert Schumann)&lt;br /&gt;
&lt;br /&gt;
The procedure above worked for me for the original release kernel 2.6.27-5 and according drivers. After updating to 2.6.27-7, 2.6.27-9 and &lt;br /&gt;
an update of akmod-fglrx in the fc9 repo compiz didn&#039;t start anymore and e.g. awn quit although fglrxinfo showed normal ATI, even glxinfo reported&lt;br /&gt;
direct rendering and glxgears worked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you experience the same problem, first check your Xorg.0.log:&lt;br /&gt;
$ grep EE /var/log/Xorg.0.log&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the output is like&lt;br /&gt;
(EE) AIGLX error: fglrx exports no extensions (/usr/lib64/dri/fglrx_dri.so: undefined symbol: __driDriverExtensions)&lt;br /&gt;
then you have to relink libglx.so and libdri.so to the ATI versions (not the original ones from xorg). Thanks to the gentoo hackers&lt;br /&gt;
for this hint ;-)&lt;br /&gt;
&lt;br /&gt;
$ sudo -i&lt;br /&gt;
&lt;br /&gt;
$ mv /usr/lib64/xorg/modules/extensions/libglx.so /usr/lib64/xorg/modules/extensions/libglx.so.xorg&lt;br /&gt;
&lt;br /&gt;
$ mv /usr/lib64/xorg/modules/extensions/libdri.so /usr/lib64/xorg/modules/extensions/libdri.so.xorg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And link the ATI ones:&lt;br /&gt;
&lt;br /&gt;
$ ln -s /usr/lib64/xorg/modules/extensions/fglrx/libglx.so /usr/lib64/xorg/modules/extensions/libglx.so&lt;br /&gt;
&lt;br /&gt;
$ ln -s /usr/lib64/xorg/modules/extensions/fglrx/libdri.so /usr/lib64/xorg/modules/extensions/libdri.so&lt;br /&gt;
&lt;br /&gt;
==Another Way for X86_64 (maluyao#gmail.com)==&lt;br /&gt;
&lt;br /&gt;
* 1. Download 2.6.27.8 kernel from www.kernel.org and compile it.&lt;br /&gt;
&lt;br /&gt;
* 2.downgrade libdrm form Fedora9&lt;br /&gt;
&lt;br /&gt;
rpm -Uvh --nodeps --oldpackage  ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/releases/9/Fedora/x86_64/os/Packages/libdrm-2.4.0-0.11.fc9.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
* 3. run ati driver  8.12 or 9.1&lt;br /&gt;
&lt;br /&gt;
./ati-driver-installer-8-12-x86.x86_64.run&lt;br /&gt;
&lt;br /&gt;
* 4. ln -fs /usr/lib64/dri/fglrx_dri.so  /usr/lib/dri/fglrx_dri.so&lt;br /&gt;
&lt;br /&gt;
* 5. aticonfig --initial -f&lt;br /&gt;
&lt;br /&gt;
* 6. reboot&lt;br /&gt;
&lt;br /&gt;
== One more way for i386 ==&lt;br /&gt;
&lt;br /&gt;
Download and install libdrm package from Fedora 9, as described above. You have to prevent yum from updating these packages:&lt;br /&gt;
&lt;br /&gt;
# perl -i -pe &amp;quot;s/(\[.*\])/\1\nexclude=libdrm/&amp;quot;  /etc/yum.repos.d/fedora.repo&lt;br /&gt;
# perl -i -pe &amp;quot;s/(\[.*\])/\1\nexclude=libdrm/&amp;quot; /etc/yum.repos.d/fedora-updates.repo&lt;br /&gt;
&lt;br /&gt;
Install ati driver from amd&#039;s binary package.&lt;br /&gt;
&lt;br /&gt;
Install system-config-display package:&lt;br /&gt;
&lt;br /&gt;
# yum install system-config-display&lt;br /&gt;
&lt;br /&gt;
After the successful install start system-config-display to create an xorg.conf template in /etc/X11.&lt;br /&gt;
Install ati driver from downloaded binary, edit /etc/X11/xorg.conf. Add these lines:&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Extensions&amp;quot;&lt;br /&gt;
Option &amp;quot;Composite&amp;quot; &amp;quot;Enable&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerFlags&amp;quot;&lt;br /&gt;
Option &amp;quot;AIGLX&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;DRI&amp;quot;&lt;br /&gt;
Mode 0666&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
and add to &#039;Device section&#039;:&lt;br /&gt;
&lt;br /&gt;
Option	    &amp;quot;OpenGLOverlay&amp;quot; &amp;quot;off&amp;quot;&lt;br /&gt;
Option	    &amp;quot;VideoOverlay&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
&lt;br /&gt;
(From leigh123@linux&#039;s howto: [http://forums.fedoraforum.org/showthread.php?t=155503&amp;amp;pp=10 Howto for fglrx-Ati driver) and Compiz-fusion])&lt;br /&gt;
&lt;br /&gt;
Edit /etc/grub.conf and add &#039;nopat&#039; to the kernel line, and change the timeout to 10 seconds (timeout=10).&lt;br /&gt;
&lt;br /&gt;
Reboot into single user mode, by pressing &#039;e&#039; at grub&#039;s selection screen, select kernel line, press &#039;e&#039;, add &#039;s&#039; to the end of the line, press enter to finish editing and press &#039;b&#039; to boot.&lt;br /&gt;
&lt;br /&gt;
Log in as root. Add &#039;alias radeon off&#039; to /etc/modprobe.conf, and add &#039;blacklist radeon&#039; to /etc/modprobe.d/blacklist. If loaded, remove drm and radeon modules:&lt;br /&gt;
&lt;br /&gt;
# rmmod radeon&lt;br /&gt;
# rmmod drm&lt;br /&gt;
&lt;br /&gt;
Load flgrx module:&lt;br /&gt;
&lt;br /&gt;
# modprobe fglrx&lt;br /&gt;
&lt;br /&gt;
Back up your current initrd image and create a new one:&lt;br /&gt;
&lt;br /&gt;
# mv /boot/initrd-`uname -r`.img /boot/initrd-`uname -r`.img.backup&lt;br /&gt;
# mkinitrd /boot/initrd-`uname -r`.img `uname -r`&lt;br /&gt;
&lt;br /&gt;
After rebooting yor machine, fglrx should work. This method worked on a &#039;HP DC5750 microtower&#039; with integrated Radeon X200.&lt;/div&gt;</summary>
		<author><name>94.101.160.1</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Fedora_10_Installation_Guide&amp;diff=5471</id>
		<title>Fedora 10 Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Fedora_10_Installation_Guide&amp;diff=5471"/>
		<updated>2009-02-12T09:15:04Z</updated>

		<summary type="html">&lt;p&gt;94.101.160.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tom Walker&#039;s method==&lt;br /&gt;
&lt;br /&gt;
Hello.  I provided the original entry on the page - essentially a link to this thread...&lt;br /&gt;
&lt;br /&gt;
http://forums.fedoraforum.org/showthread.php?t=155503&amp;amp;pp=10&lt;br /&gt;
&lt;br /&gt;
... that contains useful info on how to install your ATI driver on Fedora 10.  It is this thread to which the &#039;important information&#039; below pertains.  &lt;br /&gt;
&lt;br /&gt;
The contents of that thread are not at all my work, by the way, but pleasingly the UALDK admins decided to give the name &amp;quot;Tom Walker&#039;s method&amp;quot; to the process of clicking on the link and reading the info that &#039;leigh123@linux&#039; had spent hours working out.&lt;br /&gt;
&lt;br /&gt;
However, &amp;lt;b&amp;gt;since then a far easier and more reliable method has been developed&amp;lt;/b&amp;gt; by the clever types at RPMFusion.  You can read about it here:&lt;br /&gt;
&lt;br /&gt;
http://www.fedorafaq.org/#radeon&lt;br /&gt;
&lt;br /&gt;
It takes five minutes.&lt;br /&gt;
&lt;br /&gt;
Have fun.&lt;br /&gt;
&lt;br /&gt;
Sincerely, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tom Walker,&lt;br /&gt;
IT Technician at a school you&#039;ve never heard of.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Additional important information:&#039;&#039;&#039;&#039;&#039; (author Robert Schumann)&lt;br /&gt;
&lt;br /&gt;
The procedure above worked for me for the original release kernel 2.6.27-5 and according drivers. After updating to 2.6.27-7, 2.6.27-9 and &lt;br /&gt;
an update of akmod-fglrx in the fc9 repo compiz didn&#039;t start anymore and e.g. awn quit although fglrxinfo showed normal ATI, even glxinfo reported&lt;br /&gt;
direct rendering and glxgears worked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you experience the same problem, first check your Xorg.0.log:&lt;br /&gt;
$ grep EE /var/log/Xorg.0.log&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the output is like&lt;br /&gt;
(EE) AIGLX error: fglrx exports no extensions (/usr/lib64/dri/fglrx_dri.so: undefined symbol: __driDriverExtensions)&lt;br /&gt;
then you have to relink libglx.so and libdri.so to the ATI versions (not the original ones from xorg). Thanks to the gentoo hackers&lt;br /&gt;
for this hint ;-)&lt;br /&gt;
&lt;br /&gt;
$ sudo -i&lt;br /&gt;
&lt;br /&gt;
$ mv /usr/lib64/xorg/modules/extensions/libglx.so /usr/lib64/xorg/modules/extensions/libglx.so.xorg&lt;br /&gt;
&lt;br /&gt;
$ mv /usr/lib64/xorg/modules/extensions/libdri.so /usr/lib64/xorg/modules/extensions/libdri.so.xorg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And link the ATI ones:&lt;br /&gt;
&lt;br /&gt;
$ ln -s /usr/lib64/xorg/modules/extensions/fglrx/libglx.so /usr/lib64/xorg/modules/extensions/libglx.so&lt;br /&gt;
&lt;br /&gt;
$ ln -s /usr/lib64/xorg/modules/extensions/fglrx/libdri.so /usr/lib64/xorg/modules/extensions/libdri.so&lt;br /&gt;
&lt;br /&gt;
==Another Way for X86_64 (maluyao#gmail.com)==&lt;br /&gt;
&lt;br /&gt;
* 1. Download 2.6.27.8 kernel from www.kernel.org and compile it.&lt;br /&gt;
&lt;br /&gt;
* 2.downgrade libdrm form Fedora9&lt;br /&gt;
&lt;br /&gt;
rpm -Uvh --nodeps --oldpackage  ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/releases/9/Fedora/x86_64/os/Packages/libdrm-2.4.0-0.11.fc9.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
* 3. run ati driver  8.12 or 9.1&lt;br /&gt;
&lt;br /&gt;
./ati-driver-installer-8-12-x86.x86_64.run&lt;br /&gt;
&lt;br /&gt;
* 4. ln -fs /usr/lib64/dri/fglrx_dri.so  /usr/lib/dri/fglrx_dri.so&lt;br /&gt;
&lt;br /&gt;
* 5. aticonfig --initial -f&lt;br /&gt;
&lt;br /&gt;
* 6. reboot&lt;br /&gt;
&lt;br /&gt;
== One more way for i386 ==&lt;br /&gt;
&lt;br /&gt;
Download and install libdrm package from Fedora 9, as described above. You have to prevent yum from updating these packages:&lt;br /&gt;
&lt;br /&gt;
# perl -i -pe &amp;quot;s/(\[.*\])/\1\nexclude=libdrm/&amp;quot;  /etc/yum.repos.d/fedora.repo&lt;br /&gt;
# perl -i -pe &amp;quot;s/(\[.*\])/\1\nexclude=libdrm/&amp;quot; /etc/yum.repos.d/fedora-updates.repo&lt;br /&gt;
&lt;br /&gt;
Install ati driver from amd&#039;s binary package.&lt;br /&gt;
&lt;br /&gt;
Install system-config-display package:&lt;br /&gt;
&lt;br /&gt;
# yum install system-config-display&lt;br /&gt;
&lt;br /&gt;
After the successful install start system-config-display to create an xorg.conf template in /etc/X11.&lt;br /&gt;
Install ati driver from downloaded binary, edit /etc/X11/xorg.conf. Add these lines:&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Extensions&amp;quot;&lt;br /&gt;
Option &amp;quot;Composite&amp;quot; &amp;quot;Enable&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerFlags&amp;quot;&lt;br /&gt;
Option &amp;quot;AIGLX&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;DRI&amp;quot;&lt;br /&gt;
Mode 0666&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
and add to &#039;Device section&#039;:&lt;br /&gt;
&lt;br /&gt;
Option	    &amp;quot;OpenGLOverlay&amp;quot; &amp;quot;off&amp;quot;&lt;br /&gt;
Option	    &amp;quot;VideoOverlay&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
&lt;br /&gt;
(From leigh123@linux&#039;s howto: [http://forums.fedoraforum.org/showthread.php?t=155503&amp;amp;pp=10 Howto for fglrx-Ati driver) and Compiz-fusion])&lt;br /&gt;
&lt;br /&gt;
Edit /etc/grub.conf and add &#039;nopat&#039; to the kernel line, and change the timeout to 10 seconds (timeout=10).&lt;br /&gt;
&lt;br /&gt;
Reboot into single user mode, by pressing &#039;e&#039; at grub&#039;s selection screen, select kernel line, press &#039;e&#039;, add &#039;s&#039; to the end of the line, press enter to finish editing and press &#039;b&#039; to boot.&lt;br /&gt;
&lt;br /&gt;
Log in as root. Add &#039;alias radeon off&#039; to /etc/modprobe.conf, and add &#039;blacklist radeon&#039; to /etc/modprobe.d/blacklist. If loaded, remove drm and radeon modules:&lt;br /&gt;
&lt;br /&gt;
# rmmod radeon&lt;br /&gt;
# rmmod drm&lt;br /&gt;
&lt;br /&gt;
Load flgrx module:&lt;br /&gt;
&lt;br /&gt;
# modprobe fglrx&lt;br /&gt;
&lt;br /&gt;
Back up your current initrd image and create a new one:&lt;br /&gt;
&lt;br /&gt;
# mv /boot/initrd-`uname -r`.img /boot/initrd-`uname -r`.img.backup&lt;br /&gt;
# mkinitrd /boot/initrd-`uname -r`.img `uname -r`&lt;br /&gt;
&lt;br /&gt;
After rebooting yor machine, fglrx should work. This method worked on a &#039;HP DC5750 microtower&#039; with integrated Radeon X200.&lt;/div&gt;</summary>
		<author><name>94.101.160.1</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Fedora_10_Installation_Guide&amp;diff=5470</id>
		<title>Fedora 10 Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Fedora_10_Installation_Guide&amp;diff=5470"/>
		<updated>2009-02-12T09:14:05Z</updated>

		<summary type="html">&lt;p&gt;94.101.160.1: /* Tom Walker&amp;#039;s method */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tom Walker&#039;s method==&lt;br /&gt;
&lt;br /&gt;
Hello.  I provided the original entry on the page - essentially a link to this thread...&lt;br /&gt;
&lt;br /&gt;
http://forums.fedoraforum.org/showthread.php?t=155503&amp;amp;pp=10&lt;br /&gt;
&lt;br /&gt;
... that contains useful info on how to install your ATI driver on Fedora 10.  It is this thread to which the &#039;important information&#039; below pertains.  &lt;br /&gt;
&lt;br /&gt;
The contents of that thread are not at all my work, by the way, but pleasingly the UALDK admins decided to give the name &amp;quot;Tom Walker&#039;s method&amp;quot; to the process of clicking on the link and reading the info that &#039;leigh123@linux&#039; had spent hours working out.&lt;br /&gt;
&lt;br /&gt;
However, &amp;lt;b&amp;gt;since then a far easier and more reliable method has been developed&amp;lt;/b&amp;gt; by the clever types at RPMFusion.  You can read about it on &amp;lt;a href=&amp;quot;http://www.fedorafaq.org/#radeon&amp;quot;&amp;gt;The Unofficial Fedora FAQ&amp;lt;/a&amp;gt;.  It takes five minutes.&lt;br /&gt;
&lt;br /&gt;
Have fun.&lt;br /&gt;
&lt;br /&gt;
Sincerely, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tom Walker,&lt;br /&gt;
IT Technician at a school you&#039;ve never heard of.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Additional important information:&#039;&#039;&#039;&#039;&#039; (author Robert Schumann)&lt;br /&gt;
&lt;br /&gt;
The procedure above worked for me for the original release kernel 2.6.27-5 and according drivers. After updating to 2.6.27-7, 2.6.27-9 and &lt;br /&gt;
an update of akmod-fglrx in the fc9 repo compiz didn&#039;t start anymore and e.g. awn quit although fglrxinfo showed normal ATI, even glxinfo reported&lt;br /&gt;
direct rendering and glxgears worked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you experience the same problem, first check your Xorg.0.log:&lt;br /&gt;
$ grep EE /var/log/Xorg.0.log&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the output is like&lt;br /&gt;
(EE) AIGLX error: fglrx exports no extensions (/usr/lib64/dri/fglrx_dri.so: undefined symbol: __driDriverExtensions)&lt;br /&gt;
then you have to relink libglx.so and libdri.so to the ATI versions (not the original ones from xorg). Thanks to the gentoo hackers&lt;br /&gt;
for this hint ;-)&lt;br /&gt;
&lt;br /&gt;
$ sudo -i&lt;br /&gt;
&lt;br /&gt;
$ mv /usr/lib64/xorg/modules/extensions/libglx.so /usr/lib64/xorg/modules/extensions/libglx.so.xorg&lt;br /&gt;
&lt;br /&gt;
$ mv /usr/lib64/xorg/modules/extensions/libdri.so /usr/lib64/xorg/modules/extensions/libdri.so.xorg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And link the ATI ones:&lt;br /&gt;
&lt;br /&gt;
$ ln -s /usr/lib64/xorg/modules/extensions/fglrx/libglx.so /usr/lib64/xorg/modules/extensions/libglx.so&lt;br /&gt;
&lt;br /&gt;
$ ln -s /usr/lib64/xorg/modules/extensions/fglrx/libdri.so /usr/lib64/xorg/modules/extensions/libdri.so&lt;br /&gt;
&lt;br /&gt;
==Another Way for X86_64 (maluyao#gmail.com)==&lt;br /&gt;
&lt;br /&gt;
* 1. Download 2.6.27.8 kernel from www.kernel.org and compile it.&lt;br /&gt;
&lt;br /&gt;
* 2.downgrade libdrm form Fedora9&lt;br /&gt;
&lt;br /&gt;
rpm -Uvh --nodeps --oldpackage  ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/releases/9/Fedora/x86_64/os/Packages/libdrm-2.4.0-0.11.fc9.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
* 3. run ati driver  8.12 or 9.1&lt;br /&gt;
&lt;br /&gt;
./ati-driver-installer-8-12-x86.x86_64.run&lt;br /&gt;
&lt;br /&gt;
* 4. ln -fs /usr/lib64/dri/fglrx_dri.so  /usr/lib/dri/fglrx_dri.so&lt;br /&gt;
&lt;br /&gt;
* 5. aticonfig --initial -f&lt;br /&gt;
&lt;br /&gt;
* 6. reboot&lt;br /&gt;
&lt;br /&gt;
== One more way for i386 ==&lt;br /&gt;
&lt;br /&gt;
Download and install libdrm package from Fedora 9, as described above. You have to prevent yum from updating these packages:&lt;br /&gt;
&lt;br /&gt;
# perl -i -pe &amp;quot;s/(\[.*\])/\1\nexclude=libdrm/&amp;quot;  /etc/yum.repos.d/fedora.repo&lt;br /&gt;
# perl -i -pe &amp;quot;s/(\[.*\])/\1\nexclude=libdrm/&amp;quot; /etc/yum.repos.d/fedora-updates.repo&lt;br /&gt;
&lt;br /&gt;
Install ati driver from amd&#039;s binary package.&lt;br /&gt;
&lt;br /&gt;
Install system-config-display package:&lt;br /&gt;
&lt;br /&gt;
# yum install system-config-display&lt;br /&gt;
&lt;br /&gt;
After the successful install start system-config-display to create an xorg.conf template in /etc/X11.&lt;br /&gt;
Install ati driver from downloaded binary, edit /etc/X11/xorg.conf. Add these lines:&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Extensions&amp;quot;&lt;br /&gt;
Option &amp;quot;Composite&amp;quot; &amp;quot;Enable&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerFlags&amp;quot;&lt;br /&gt;
Option &amp;quot;AIGLX&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;DRI&amp;quot;&lt;br /&gt;
Mode 0666&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
and add to &#039;Device section&#039;:&lt;br /&gt;
&lt;br /&gt;
Option	    &amp;quot;OpenGLOverlay&amp;quot; &amp;quot;off&amp;quot;&lt;br /&gt;
Option	    &amp;quot;VideoOverlay&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
&lt;br /&gt;
(From leigh123@linux&#039;s howto: [http://forums.fedoraforum.org/showthread.php?t=155503&amp;amp;pp=10 Howto for fglrx-Ati driver) and Compiz-fusion])&lt;br /&gt;
&lt;br /&gt;
Edit /etc/grub.conf and add &#039;nopat&#039; to the kernel line, and change the timeout to 10 seconds (timeout=10).&lt;br /&gt;
&lt;br /&gt;
Reboot into single user mode, by pressing &#039;e&#039; at grub&#039;s selection screen, select kernel line, press &#039;e&#039;, add &#039;s&#039; to the end of the line, press enter to finish editing and press &#039;b&#039; to boot.&lt;br /&gt;
&lt;br /&gt;
Log in as root. Add &#039;alias radeon off&#039; to /etc/modprobe.conf, and add &#039;blacklist radeon&#039; to /etc/modprobe.d/blacklist. If loaded, remove drm and radeon modules:&lt;br /&gt;
&lt;br /&gt;
# rmmod radeon&lt;br /&gt;
# rmmod drm&lt;br /&gt;
&lt;br /&gt;
Load flgrx module:&lt;br /&gt;
&lt;br /&gt;
# modprobe fglrx&lt;br /&gt;
&lt;br /&gt;
Back up your current initrd image and create a new one:&lt;br /&gt;
&lt;br /&gt;
# mv /boot/initrd-`uname -r`.img /boot/initrd-`uname -r`.img.backup&lt;br /&gt;
# mkinitrd /boot/initrd-`uname -r`.img `uname -r`&lt;br /&gt;
&lt;br /&gt;
After rebooting yor machine, fglrx should work. This method worked on a &#039;HP DC5750 microtower&#039; with integrated Radeon X200.&lt;/div&gt;</summary>
		<author><name>94.101.160.1</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Fedora_10_Installation_Guide&amp;diff=5455</id>
		<title>Fedora 10 Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Fedora_10_Installation_Guide&amp;diff=5455"/>
		<updated>2008-11-28T15:10:12Z</updated>

		<summary type="html">&lt;p&gt;94.101.160.1: New page: Okay, well F10&amp;#039;s been out for three days at the time of posting this, so I guess it&amp;#039;s about time someone wrote something here.  I&amp;#039;m no one by the way.  I just found this wiki linked on ati...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Okay, well F10&#039;s been out for three days at the time of posting this, so I guess it&#039;s about time someone wrote something here.&lt;br /&gt;
&lt;br /&gt;
I&#039;m no one by the way.  I just found this wiki linked on ati.amd.com and so thought it best not to leave it blank.&lt;br /&gt;
&lt;br /&gt;
A rather clever chap going by the name of leigh123@linux has written a guide to installing the ATI driver on Fedora 10 here:&lt;br /&gt;
&lt;br /&gt;
http://forums.fedoraforum.org/showthread.php?t=155503&amp;amp;pp=10&lt;br /&gt;
&lt;br /&gt;
Have fun.&lt;br /&gt;
&lt;br /&gt;
Sincerely, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tom Walker,&lt;br /&gt;
IT Technician at a school you&#039;ve never heard of.&lt;/div&gt;</summary>
		<author><name>94.101.160.1</name></author>
	</entry>
</feed>