<?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=77.187.147.142</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=77.187.147.142"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/77.187.147.142"/>
	<updated>2026-04-29T21:00:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Fedora_8_Installation_Guide&amp;diff=4706</id>
		<title>Fedora 8 Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Fedora_8_Installation_Guide&amp;diff=4706"/>
		<updated>2008-02-13T07:01:31Z</updated>

		<summary type="html">&lt;p&gt;77.187.147.142: /* Installation Option #3 via ATI Installer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Status==&lt;br /&gt;
* Supported since [[Catalyst 7.11]], which adds support for kernel 2.6.23.&lt;br /&gt;
&lt;br /&gt;
==Installation Option #1 Freshrpms.net repository==&lt;br /&gt;
 rpm -ihv http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/8/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm&lt;br /&gt;
 yum install -y ati-x11-drv&lt;br /&gt;
and restart your system.&lt;br /&gt;
&lt;br /&gt;
==Installation Option #2 Livna repository==&lt;br /&gt;
 rpm -ivh http://rpm.livna.org/livna-release-8.rpm&lt;br /&gt;
* [http://www.fedorafaq.org/#radeon These instructions] on the Unoffical Fedora FAQ work. (In order not to duplicate the the instructions, we provide the link rather than the instructions themselves).&lt;br /&gt;
&lt;br /&gt;
==Installation Option #3 via ATI Installer==&lt;br /&gt;
You can get the latest ATI-Driver here:&lt;br /&gt;
&lt;br /&gt;
[http://ati.amd.com/support/drivers/linux/linux-radeon.html|ATI Linux Driver]&lt;br /&gt;
&lt;br /&gt;
The above bugzilla contains a patch to the firegl module source code. Here is an annotated walk-through for those not familiar with using the patch utility:&lt;br /&gt;
* Install the driver interactively&lt;br /&gt;
 sh ./ati-driver-installer-8.42.3-x86.x86_64.run&lt;br /&gt;
* Backup the existing module, download the patch&lt;br /&gt;
 cd /lib/modules/fglrx/build_mod/&lt;br /&gt;
 cp firegl_public.c firegl_public.c.orig&lt;br /&gt;
 wget -qO- http://ati.cchtml.com/attachment.cgi?id=466 &amp;gt; firegl.patch&lt;br /&gt;
* Apply the patch&lt;br /&gt;
 patch -p0 &amp;lt; firegl.patch&lt;br /&gt;
* Now build and install the kernel module&lt;br /&gt;
 ./make.sh&lt;br /&gt;
 cd .. ; ./make_install.sh&lt;br /&gt;
* Create an initial X Server configuration file &lt;br /&gt;
 aticonfig --initial&lt;br /&gt;
* Restart your X Server (by logging out/in or rebooting)&lt;br /&gt;
&lt;br /&gt;
==Issues==&lt;br /&gt;
* AMD/ATI Catalist Control Center (amdcccle) fails to start, see [http://ati.cchtml.com/show_bug.cgi?id=672 this bugzilla entry].&lt;br /&gt;
&lt;br /&gt;
FYI: this patch (and others like it) is incomplete.  It fails miserably with the drm module loaded.  It will not work without drm either, and what would be the point?&lt;br /&gt;
As seen by dmesg:&lt;br /&gt;
&lt;br /&gt;
 [drm] Initialized drm 1.1.0 20060810&lt;br /&gt;
 [fglrx] Maximum main memory to use for locked dma buffers: 1898 MBytes.&lt;br /&gt;
 [fglrx] ASYNCIO init succeed!&lt;br /&gt;
 [fglrx:KCL_enable_pat] *ERROR* Pat entry 2 is already configured&lt;br /&gt;
 [fglrx] PAT is disabled!&lt;br /&gt;
 [fglrx:firegl_init_module] *ERROR* firegl_stub_register failed&lt;br /&gt;
&lt;br /&gt;
The livna rpm incurs the same failure.  Stick with F7 and kernel 2.6.22, or use the radeon driver instead.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Updated by yangyud:&amp;lt;br&amp;gt;&lt;br /&gt;
You need to remove the loaded &amp;quot;drm&amp;quot; module from kernel before install the fglrx module.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;rmmod radeon; rmmod drm&#039;&#039;&#039;  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Frequently Asked Questions#Why does fglrx not work for my bleeding-edge kernel?]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation]]&lt;br /&gt;
Ok, the problem is gdm.  I can `startx`, but gdm fails to load with fglrx, and there is no indication in any log as to why.&lt;br /&gt;
This continues with new 7.11 Catalyst driver.&lt;br /&gt;
Because of this, the problem is NOT with the driver, rather it is the default GDM time value of 10-seconds.  To remedy:&lt;br /&gt;
&lt;br /&gt;
 vi /etc/gdm/custom.conf&lt;br /&gt;
 &lt;br /&gt;
 [daemon]&lt;br /&gt;
 GdmXserverTimeout=60&lt;br /&gt;
&lt;br /&gt;
This allows enough time for X to startup before gdm considers it dead and aborts the X startup process.&lt;/div&gt;</summary>
		<author><name>77.187.147.142</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Fedora_8_Installation_Guide&amp;diff=4705</id>
		<title>Fedora 8 Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Fedora_8_Installation_Guide&amp;diff=4705"/>
		<updated>2008-02-13T07:00:57Z</updated>

		<summary type="html">&lt;p&gt;77.187.147.142: /* Installation Option #3 via ATI Installer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Status==&lt;br /&gt;
* Supported since [[Catalyst 7.11]], which adds support for kernel 2.6.23.&lt;br /&gt;
&lt;br /&gt;
==Installation Option #1 Freshrpms.net repository==&lt;br /&gt;
 rpm -ihv http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/8/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm&lt;br /&gt;
 yum install -y ati-x11-drv&lt;br /&gt;
and restart your system.&lt;br /&gt;
&lt;br /&gt;
==Installation Option #2 Livna repository==&lt;br /&gt;
 rpm -ivh http://rpm.livna.org/livna-release-8.rpm&lt;br /&gt;
* [http://www.fedorafaq.org/#radeon These instructions] on the Unoffical Fedora FAQ work. (In order not to duplicate the the instructions, we provide the link rather than the instructions themselves).&lt;br /&gt;
&lt;br /&gt;
==Installation Option #3 via ATI Installer==&lt;br /&gt;
You can get the latest ATI-Driver here:&lt;br /&gt;
&lt;br /&gt;
[http://ati.amd.com/support/drivers/linux/linux-radeon.html]&lt;br /&gt;
&lt;br /&gt;
The above bugzilla contains a patch to the firegl module source code. Here is an annotated walk-through for those not familiar with using the patch utility:&lt;br /&gt;
* Install the driver interactively&lt;br /&gt;
 sh ./ati-driver-installer-8.42.3-x86.x86_64.run&lt;br /&gt;
* Backup the existing module, download the patch&lt;br /&gt;
 cd /lib/modules/fglrx/build_mod/&lt;br /&gt;
 cp firegl_public.c firegl_public.c.orig&lt;br /&gt;
 wget -qO- http://ati.cchtml.com/attachment.cgi?id=466 &amp;gt; firegl.patch&lt;br /&gt;
* Apply the patch&lt;br /&gt;
 patch -p0 &amp;lt; firegl.patch&lt;br /&gt;
* Now build and install the kernel module&lt;br /&gt;
 ./make.sh&lt;br /&gt;
 cd .. ; ./make_install.sh&lt;br /&gt;
* Create an initial X Server configuration file &lt;br /&gt;
 aticonfig --initial&lt;br /&gt;
* Restart your X Server (by logging out/in or rebooting)&lt;br /&gt;
&lt;br /&gt;
==Issues==&lt;br /&gt;
* AMD/ATI Catalist Control Center (amdcccle) fails to start, see [http://ati.cchtml.com/show_bug.cgi?id=672 this bugzilla entry].&lt;br /&gt;
&lt;br /&gt;
FYI: this patch (and others like it) is incomplete.  It fails miserably with the drm module loaded.  It will not work without drm either, and what would be the point?&lt;br /&gt;
As seen by dmesg:&lt;br /&gt;
&lt;br /&gt;
 [drm] Initialized drm 1.1.0 20060810&lt;br /&gt;
 [fglrx] Maximum main memory to use for locked dma buffers: 1898 MBytes.&lt;br /&gt;
 [fglrx] ASYNCIO init succeed!&lt;br /&gt;
 [fglrx:KCL_enable_pat] *ERROR* Pat entry 2 is already configured&lt;br /&gt;
 [fglrx] PAT is disabled!&lt;br /&gt;
 [fglrx:firegl_init_module] *ERROR* firegl_stub_register failed&lt;br /&gt;
&lt;br /&gt;
The livna rpm incurs the same failure.  Stick with F7 and kernel 2.6.22, or use the radeon driver instead.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Updated by yangyud:&amp;lt;br&amp;gt;&lt;br /&gt;
You need to remove the loaded &amp;quot;drm&amp;quot; module from kernel before install the fglrx module.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;rmmod radeon; rmmod drm&#039;&#039;&#039;  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Frequently Asked Questions#Why does fglrx not work for my bleeding-edge kernel?]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation]]&lt;br /&gt;
Ok, the problem is gdm.  I can `startx`, but gdm fails to load with fglrx, and there is no indication in any log as to why.&lt;br /&gt;
This continues with new 7.11 Catalyst driver.&lt;br /&gt;
Because of this, the problem is NOT with the driver, rather it is the default GDM time value of 10-seconds.  To remedy:&lt;br /&gt;
&lt;br /&gt;
 vi /etc/gdm/custom.conf&lt;br /&gt;
 &lt;br /&gt;
 [daemon]&lt;br /&gt;
 GdmXserverTimeout=60&lt;br /&gt;
&lt;br /&gt;
This allows enough time for X to startup before gdm considers it dead and aborts the X startup process.&lt;/div&gt;</summary>
		<author><name>77.187.147.142</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Fedora_8_Installation_Guide&amp;diff=4704</id>
		<title>Fedora 8 Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Fedora_8_Installation_Guide&amp;diff=4704"/>
		<updated>2008-02-13T06:58:56Z</updated>

		<summary type="html">&lt;p&gt;77.187.147.142: /* Installation Option #3 via ATI Installer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Status==&lt;br /&gt;
* Supported since [[Catalyst 7.11]], which adds support for kernel 2.6.23.&lt;br /&gt;
&lt;br /&gt;
==Installation Option #1 Freshrpms.net repository==&lt;br /&gt;
 rpm -ihv http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/8/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm&lt;br /&gt;
 yum install -y ati-x11-drv&lt;br /&gt;
and restart your system.&lt;br /&gt;
&lt;br /&gt;
==Installation Option #2 Livna repository==&lt;br /&gt;
 rpm -ivh http://rpm.livna.org/livna-release-8.rpm&lt;br /&gt;
* [http://www.fedorafaq.org/#radeon These instructions] on the Unoffical Fedora FAQ work. (In order not to duplicate the the instructions, we provide the link rather than the instructions themselves).&lt;br /&gt;
&lt;br /&gt;
==Installation Option #3 via ATI Installer==&lt;br /&gt;
The above bugzilla contains a patch to the firegl module source code. Here is an annotated walk-through for those not familiar with using the patch utility:&lt;br /&gt;
* Install the driver interactively&lt;br /&gt;
 sh ./ati-driver-installer-8.42.3-x86.x86_64.run&lt;br /&gt;
* Backup the existing module, download the patch&lt;br /&gt;
 cd /lib/modules/fglrx/build_mod/&lt;br /&gt;
 cp firegl_public.c firegl_public.c.orig&lt;br /&gt;
 wget -qO- http://ati.cchtml.com/attachment.cgi?id=466 &amp;gt; firegl.patch&lt;br /&gt;
* Apply the patch&lt;br /&gt;
 patch -p0 &amp;lt; firegl.patch&lt;br /&gt;
* Now build and install the kernel module&lt;br /&gt;
 ./make.sh&lt;br /&gt;
 cd .. ; ./make_install.sh&lt;br /&gt;
* Create an initial X Server configuration file &lt;br /&gt;
 aticonfig --initial&lt;br /&gt;
* Restart your X Server (by logging out/in or rebooting)&lt;br /&gt;
&lt;br /&gt;
==Issues==&lt;br /&gt;
* AMD/ATI Catalist Control Center (amdcccle) fails to start, see [http://ati.cchtml.com/show_bug.cgi?id=672 this bugzilla entry].&lt;br /&gt;
&lt;br /&gt;
FYI: this patch (and others like it) is incomplete.  It fails miserably with the drm module loaded.  It will not work without drm either, and what would be the point?&lt;br /&gt;
As seen by dmesg:&lt;br /&gt;
&lt;br /&gt;
 [drm] Initialized drm 1.1.0 20060810&lt;br /&gt;
 [fglrx] Maximum main memory to use for locked dma buffers: 1898 MBytes.&lt;br /&gt;
 [fglrx] ASYNCIO init succeed!&lt;br /&gt;
 [fglrx:KCL_enable_pat] *ERROR* Pat entry 2 is already configured&lt;br /&gt;
 [fglrx] PAT is disabled!&lt;br /&gt;
 [fglrx:firegl_init_module] *ERROR* firegl_stub_register failed&lt;br /&gt;
&lt;br /&gt;
The livna rpm incurs the same failure.  Stick with F7 and kernel 2.6.22, or use the radeon driver instead.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Updated by yangyud:&amp;lt;br&amp;gt;&lt;br /&gt;
You need to remove the loaded &amp;quot;drm&amp;quot; module from kernel before install the fglrx module.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;rmmod radeon; rmmod drm&#039;&#039;&#039;  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Frequently Asked Questions#Why does fglrx not work for my bleeding-edge kernel?]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation]]&lt;br /&gt;
Ok, the problem is gdm.  I can `startx`, but gdm fails to load with fglrx, and there is no indication in any log as to why.&lt;br /&gt;
This continues with new 7.11 Catalyst driver.&lt;br /&gt;
Because of this, the problem is NOT with the driver, rather it is the default GDM time value of 10-seconds.  To remedy:&lt;br /&gt;
&lt;br /&gt;
 vi /etc/gdm/custom.conf&lt;br /&gt;
 &lt;br /&gt;
 [daemon]&lt;br /&gt;
 GdmXserverTimeout=60&lt;br /&gt;
&lt;br /&gt;
This allows enough time for X to startup before gdm considers it dead and aborts the X startup process.&lt;/div&gt;</summary>
		<author><name>77.187.147.142</name></author>
	</entry>
</feed>