<?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=129.123.104.8</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=129.123.104.8"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/129.123.104.8"/>
	<updated>2026-05-13T21:07:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Category:NeedsUpdating&amp;diff=1530</id>
		<title>Category:NeedsUpdating</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Category:NeedsUpdating&amp;diff=1530"/>
		<updated>2007-10-15T09:36:27Z</updated>

		<summary type="html">&lt;p&gt;129.123.104.8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;c4ttrocercoc&lt;br /&gt;
varnoeltcaa&lt;br /&gt;
Here is your opportunity to support this site.  Any of the linked pages below need updating.  Please update and remove the NeedsUpdating flag.&lt;/div&gt;</summary>
		<author><name>129.123.104.8</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Frequently_Asked_Questions&amp;diff=845</id>
		<title>Frequently Asked Questions</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Frequently_Asked_Questions&amp;diff=845"/>
		<updated>2007-10-15T09:35:36Z</updated>

		<summary type="html">&lt;p&gt;129.123.104.8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;catadeldron&lt;br /&gt;
trdarbasc&lt;br /&gt;
dommonalp&lt;br /&gt;
eltlalilage&lt;br /&gt;
oloalboacels&lt;br /&gt;
==Installation==&lt;br /&gt;
===How do I know fglrx is installed correctly?===&lt;br /&gt;
There are several ways to check if fglrx is loaded and running.&lt;br /&gt;
&amp;lt;br&amp;gt;1. Check your X.org or XFree86 log. You should see &amp;quot;DRI Initialization Successful.&amp;quot;&lt;br /&gt;
 # less /var/log/Xorg.0.log&lt;br /&gt;
 or&lt;br /&gt;
 # less /var/log/XFree86.0.log&lt;br /&gt;
2. Check glxinfo. You should see &amp;quot;direct&amp;quot; and not &amp;quot;indirect.&amp;quot;&lt;br /&gt;
 # glxinfo | grep direct&lt;br /&gt;
3. Check your kernel log. You should see fglrx messages near the bottom.&lt;br /&gt;
 # dmesg&lt;br /&gt;
4. Check your modules. You should see fglrx loaded.&lt;br /&gt;
 # lsmod | grep fglrx&lt;br /&gt;
*NOTE: [[Glxgears is not a Benchmark|glxgears]] is not a definite way of checking the installation of fglrx.&lt;br /&gt;
&lt;br /&gt;
=== Is the rebooting really necessary? ===&lt;br /&gt;
&lt;br /&gt;
No.&lt;br /&gt;
&lt;br /&gt;
However, rebooting is the easiest method to ensure that the kernel module(s) from the old driver are unloaded and the fglrx module is loaded instead. If you don&#039;t want to reboot for some reason, you may manually shut down Xorg, unload any old &amp;quot;drm&amp;quot;, &amp;quot;radeon&amp;quot; or &amp;quot;fglrx&amp;quot; modules and then start Xorg again.&lt;br /&gt;
&lt;br /&gt;
==Kernel==&lt;br /&gt;
===Why does fglrx not work for my bleeding-edge kernel?===&lt;br /&gt;
The development process of the fglrx driver and the Linux kernel are not on the same level.  The fglrx driver requires some special interactions with the kernel memory API and these tend to change between kernel versions. &lt;br /&gt;
&lt;br /&gt;
There is also an 11-12 week cycle required to develop, validate and test each release of an ATI driver &amp;lt;ref&amp;gt;http://www.phoronix.com/scan.php?page=article&amp;amp;item=735&amp;amp;num=1&amp;lt;/ref&amp;gt;.  ATI will only look to support the latest kernel that is officially out (no -rc or -git releases are supported) at the time they release a driver. Example: fglrx version A comes out Monday, but kernel version B comes out Tuesday. Kernel version B is not supported by fglrx version A. (but might be able to work anyway by doing a &#039;modprobe -f fglrx&#039; in a shell)&lt;br /&gt;
&lt;br /&gt;
The binary part of ATI&#039;s kernel module has no explicit dependency on the Linux kernel.  There are a set of source files that provide the glue to the kernel.  This is where the dependency to different kernels exist.  As a result, user contributed patches for newer kernels can often be found by searching [http://ati.cchtml.com Bugzilla].&lt;br /&gt;
&lt;br /&gt;
==X Configuration==&lt;br /&gt;
===Composite Extension===&lt;br /&gt;
If you&#039;ve enabled transparency, and you&#039;ve added the Composite extension to the xorg.conf file, the ATI driver will disable DRI.&lt;br /&gt;
&lt;br /&gt;
The only way to use 3D and the ATI OpenGL drivers is commenting the Option &amp;quot;Composite&amp;quot; &amp;quot;Enable&amp;quot; line.&lt;br /&gt;
&lt;br /&gt;
It may be necessary to put the following lines into xorg.conf:&lt;br /&gt;
&lt;br /&gt;
    Section &amp;quot;Extensions&amp;quot;&lt;br /&gt;
          Option      &amp;quot;Composite&amp;quot; &amp;quot;Disable&amp;quot;&lt;br /&gt;
    EndSection&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
* See [[Troubleshooting]] page.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[http://ati.amd.com/products/catalyst/linux.html Official ATI Linux Driver FAQ]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>129.123.104.8</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Suspend2&amp;diff=1633</id>
		<title>Suspend2</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Suspend2&amp;diff=1633"/>
		<updated>2007-10-15T09:35:02Z</updated>

		<summary type="html">&lt;p&gt;129.123.104.8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;eltgetol&lt;br /&gt;
==Suspend2 with fglrx 8.19 and above==&lt;br /&gt;
&lt;br /&gt;
Suspend2 version 2.2-rc11 and the ati driver version 8.19.10 is the first combination which is supposed to work without any support tool like vbetool. Suspend2 is the next generation of software suspension tool that has more advanced configuration options and scripting possibilities which makes it more usable for hardwares that need workaround and work not with Suspend&#039;s original version. Note that Suspend2 version 2.2-rc13 is the last one that works when fglrx is hardware accelerated, rc14 and 15 does not resume correctly with DRI enabled. 8.19.10  fglrx works best with rc13.&lt;br /&gt;
&lt;br /&gt;
Suspend1 is included in vanilla kernel, but Suspend2 is a patchset for specific kernel versions, and a package of hibernation script and scriplets (that do the suspend and resume process along with the kernel). You need to go to [http://www.suspend2.net suspend2.net] to download the patchset and patch the related kernel source, compile it and the fglrx kernel driver. Go there for more info about the suspend2 installing. If you want to use rc11 you will need kernel 2.6.14. Former versions of Suspend2 are not using well the new fglrx driver 8.19.10, so it is advisable to use suspend2 2.2-rc11. Older versions are said to be working with older versions of ati driver but it&#039;s likely you will need a working vbetool to use them.&lt;br /&gt;
&lt;br /&gt;
The recent versions were tested by a bunch of users and reported to be fully usable. [http://rage3d.com/board/showthread.php?t=33834557 rage3d forum thread]. It hibernates and resumes fglrx very well. You should have a perfectly restored X screen when you resume your machine. Hunt for bugs and flaws is still running and any discoveries should be described on this page and the [http://ati.cchtml.com/ bugzilla].&lt;br /&gt;
&lt;br /&gt;
The new &#039;&#039;&#039;suspend2 2.2-rc13&#039;&#039;&#039; has many new fixes (though filewriter still needs caution, but swapwriter works fine), and if you want to use it with ati-driver, please be aware that you might need to add the following line to your hibernate.conf (or /etc/hibernate/common.conf) to make it work:&lt;br /&gt;
&lt;br /&gt;
  ProcSetting extra_pages_allowance 5000    # 5000 may not be enough... read below!&lt;br /&gt;
&lt;br /&gt;
Anyway, if you&#039;re using XGL you maybe whould have to increase this value, becouse it simply indicate how much space should use Suspend2 to save Video Memory, and XGL uses lots more than standard X. If when you&#039;re hibernating Suspend2 freezes on &amp;quot;Doing atomic copy&amp;quot;, this could be the cause.&lt;br /&gt;
Reading [http://lists.suspend2.net/lurker/message/20060626.101725.740570ff.en.html Suspend2 mailing list], I suggest to use a value close to (your memory size)/4 with also some padding... So if you&#039;ve 64Mb of Vram set extra_pages_allowance to 20000, if you&#039;ve 128Mb of Vram set extra_pages_allowance to 40000 and so on...&lt;br /&gt;
By the way, you could set a better value looking the suspend2 debug infos with&lt;br /&gt;
&lt;br /&gt;
  cat /sys/power/suspend2/debug_info | grep &amp;quot;Extra pages&amp;quot;&lt;br /&gt;
&lt;br /&gt;
In my case the output is &amp;quot;Extra pages    : 7552 used/20000&amp;quot;, but the value changes a lot durning your session; I&#039;ve noticed that after 22 suspensions my record has been 8695. So maybe 10000 or 9000 are good values for a 64mb card loading XGL.&lt;br /&gt;
&lt;br /&gt;
==Suspend2 experience==&lt;br /&gt;
&lt;br /&gt;
====Bugs:====&lt;br /&gt;
&lt;br /&gt;
* Abit NF7, Radeon 9600XT, 1G RAM, gentoo linux (kernel 2.6.14-suspend2-r1 with suspend 2.2-rc11), fglrx 8.19.10 - hangs if two instances of X are resumend and switching to another X. &lt;br /&gt;
&lt;br /&gt;
(Resuming a freezed proxy service (ziproxy or tinyproxy) caused kernel locking. Be careful to stop them before suspending. -- 2.2-rc11)&lt;br /&gt;
&lt;br /&gt;
* Abit NF7, Radeon 9600XT, 1G RAM, gentoo linux with suspend 2.2-rc14 and rc15, fglrx 8.20.8 - Cannot resume with HW acceleration, DRI. rc13 works fine!&lt;br /&gt;
&lt;br /&gt;
* Gigabyte GA-7N400-L (Nforce2), Radeon 9600XT, 512 MB RAM, gentoo linux with suspend2 2.2.5/ 2.2.7, fglrx 8.25.18/ 8.26.18, kernel 2.6.16/ 2.6.17 - it hangs with screen off after resume&lt;br /&gt;
&lt;br /&gt;
====Good working:====&lt;br /&gt;
&lt;br /&gt;
* Abit NF7, Radeon 9600XT, 1G RAM, gentoo linux (kernel 2.6.14-suspend2-r1 with suspend 2.2-rc13/rc11), fglrx 8.20.8&lt;br /&gt;
&lt;br /&gt;
* AMD Athlon(tm) XP 2600 , nForce 2,&lt;br /&gt;
1Go RAM, Radeon 9200SE - FC4 suspend 2.2-rc11 (or latest 2.2-rc13) using FC4 kernel from http://mhensler.de/swsusp/&lt;br /&gt;
and livna ATI RPM!&lt;br /&gt;
&lt;br /&gt;
* Radeon Mobility 9700 64Mb, Centrino 1.5Ghz using Ubuntu Dapper with fglrx 8.27.10, loading XGL   Compiz. You need an higher value of ProcSetting extra_pages_allowance X (I&#039;m using 20000).&lt;br /&gt;
&lt;br /&gt;
- XV and 3D acceleration is still present after suspend! (XV is ok since fglrx-8.20.8)&lt;/div&gt;</summary>
		<author><name>129.123.104.8</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Category:Installation_Documentation&amp;diff=272</id>
		<title>Category:Installation Documentation</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Category:Installation_Documentation&amp;diff=272"/>
		<updated>2007-10-15T03:51:31Z</updated>

		<summary type="html">&lt;p&gt;129.123.104.8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;errelo&lt;br /&gt;
Documentation to install the ATi Linux driver under the different distributions of GNU/Linux.&lt;/div&gt;</summary>
		<author><name>129.123.104.8</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Talk:Fedora_Core_5_Installation_Guide&amp;diff=4570</id>
		<title>Talk:Fedora Core 5 Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Talk:Fedora_Core_5_Installation_Guide&amp;diff=4570"/>
		<updated>2007-10-15T03:51:00Z</updated>

		<summary type="html">&lt;p&gt;129.123.104.8: New page: basacr&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;basacr&lt;/div&gt;</summary>
		<author><name>129.123.104.8</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Frequently_Asked_Questions&amp;diff=843</id>
		<title>Frequently Asked Questions</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Frequently_Asked_Questions&amp;diff=843"/>
		<updated>2007-10-15T03:50:50Z</updated>

		<summary type="html">&lt;p&gt;129.123.104.8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dommonalp&lt;br /&gt;
eltlalilage&lt;br /&gt;
oloalboacels&lt;br /&gt;
==Installation==&lt;br /&gt;
===How do I know fglrx is installed correctly?===&lt;br /&gt;
There are several ways to check if fglrx is loaded and running.&lt;br /&gt;
&amp;lt;br&amp;gt;1. Check your X.org or XFree86 log. You should see &amp;quot;DRI Initialization Successful.&amp;quot;&lt;br /&gt;
 # less /var/log/Xorg.0.log&lt;br /&gt;
 or&lt;br /&gt;
 # less /var/log/XFree86.0.log&lt;br /&gt;
2. Check glxinfo. You should see &amp;quot;direct&amp;quot; and not &amp;quot;indirect.&amp;quot;&lt;br /&gt;
 # glxinfo | grep direct&lt;br /&gt;
3. Check your kernel log. You should see fglrx messages near the bottom.&lt;br /&gt;
 # dmesg&lt;br /&gt;
4. Check your modules. You should see fglrx loaded.&lt;br /&gt;
 # lsmod | grep fglrx&lt;br /&gt;
*NOTE: [[Glxgears is not a Benchmark|glxgears]] is not a definite way of checking the installation of fglrx.&lt;br /&gt;
&lt;br /&gt;
=== Is the rebooting really necessary? ===&lt;br /&gt;
&lt;br /&gt;
No.&lt;br /&gt;
&lt;br /&gt;
However, rebooting is the easiest method to ensure that the kernel module(s) from the old driver are unloaded and the fglrx module is loaded instead. If you don&#039;t want to reboot for some reason, you may manually shut down Xorg, unload any old &amp;quot;drm&amp;quot;, &amp;quot;radeon&amp;quot; or &amp;quot;fglrx&amp;quot; modules and then start Xorg again.&lt;br /&gt;
&lt;br /&gt;
==Kernel==&lt;br /&gt;
===Why does fglrx not work for my bleeding-edge kernel?===&lt;br /&gt;
The development process of the fglrx driver and the Linux kernel are not on the same level.  The fglrx driver requires some special interactions with the kernel memory API and these tend to change between kernel versions. &lt;br /&gt;
&lt;br /&gt;
There is also an 11-12 week cycle required to develop, validate and test each release of an ATI driver &amp;lt;ref&amp;gt;http://www.phoronix.com/scan.php?page=article&amp;amp;item=735&amp;amp;num=1&amp;lt;/ref&amp;gt;.  ATI will only look to support the latest kernel that is officially out (no -rc or -git releases are supported) at the time they release a driver. Example: fglrx version A comes out Monday, but kernel version B comes out Tuesday. Kernel version B is not supported by fglrx version A. (but might be able to work anyway by doing a &#039;modprobe -f fglrx&#039; in a shell)&lt;br /&gt;
&lt;br /&gt;
The binary part of ATI&#039;s kernel module has no explicit dependency on the Linux kernel.  There are a set of source files that provide the glue to the kernel.  This is where the dependency to different kernels exist.  As a result, user contributed patches for newer kernels can often be found by searching [http://ati.cchtml.com Bugzilla].&lt;br /&gt;
&lt;br /&gt;
==X Configuration==&lt;br /&gt;
===Composite Extension===&lt;br /&gt;
If you&#039;ve enabled transparency, and you&#039;ve added the Composite extension to the xorg.conf file, the ATI driver will disable DRI.&lt;br /&gt;
&lt;br /&gt;
The only way to use 3D and the ATI OpenGL drivers is commenting the Option &amp;quot;Composite&amp;quot; &amp;quot;Enable&amp;quot; line.&lt;br /&gt;
&lt;br /&gt;
It may be necessary to put the following lines into xorg.conf:&lt;br /&gt;
&lt;br /&gt;
    Section &amp;quot;Extensions&amp;quot;&lt;br /&gt;
          Option      &amp;quot;Composite&amp;quot; &amp;quot;Disable&amp;quot;&lt;br /&gt;
    EndSection&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
* See [[Troubleshooting]] page.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[http://ati.amd.com/products/catalyst/linux.html Official ATI Linux Driver FAQ]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>129.123.104.8</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Fedora_Core_5_Installation_Guide&amp;diff=2489</id>
		<title>Fedora Core 5 Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Fedora_Core_5_Installation_Guide&amp;diff=2489"/>
		<updated>2007-10-15T03:50:30Z</updated>

		<summary type="html">&lt;p&gt;129.123.104.8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;altrcarol&lt;br /&gt;
*Note: You must have your &amp;quot;kernel-devel-[version]&amp;quot; RPM package installed prior to fglrx installation.&lt;br /&gt;
*Note: The administrator of this wiki uses FC5 on a Radeon 9700 with the latest driver without any issues using the Official ATI Binary Installer.&lt;br /&gt;
RedHat&#039;s developers [http://www.redhat.com/archives/rhl-devel-list/2006-February/msg01178.html comments on 3rd party installers].&lt;br /&gt;
&lt;br /&gt;
==livna.org package==&lt;br /&gt;
#Enable the livna repository&lt;br /&gt;
#Install the drivers and kernel module&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;code&amp;gt;rpm -ivh http://rpm.livna.org/livna-release-5.rpm&amp;lt;/code&amp;gt;&lt;br /&gt;
    &amp;lt;code&amp;gt;yum install kmod-fglrx&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Notes:&amp;lt;/b&amp;gt;&lt;br /&gt;
* For ease of installation and updating, the package name of the driver has been changed&lt;br /&gt;
* As of today (2006-04-08) livna is still working out install bugs ( [http://bugzilla.livna.org/show_bug.cgi?id=842 Bugtracker] ) in the X86_64 package.  It apperas they have fixed the problem, but have not yet finished testing.  Some people report mixed success compiling from the source RPMS. YMMV.&lt;br /&gt;
* As of today (2006-06-14) tried several times to install the driver for ATI RADEON X700. It installed but not working. Still stuck at vesa. Those who are trying this method, be warned.&lt;br /&gt;
&lt;br /&gt;
==Official ATI Binary installer==&lt;br /&gt;
===Pre-installation===&lt;br /&gt;
Update your kernel, kernel-devel, and xorg packages to the very latest before installation.&lt;br /&gt;
===Installation===&lt;br /&gt;
#Download the latest [[:Category:Releases|release]].&lt;br /&gt;
#su to root in init level 3 (No X server running)&lt;br /&gt;
# sh ati-driver-installer-[version].run&lt;br /&gt;
#Follow the prompts and it will install.&lt;br /&gt;
&lt;br /&gt;
===Post-Installation===&lt;br /&gt;
#Run the &amp;lt;code&amp;gt;aticonfig --initial&amp;lt;/code&amp;gt; command if you have not updated your X.org configuration file (xorg.conf).&lt;br /&gt;
#Change back to run level 5. &amp;lt;code&amp;gt; init 5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==RPM installer==&lt;br /&gt;
No longer supported as Fedora Core 5 is shipping with X.org version 7.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation]]&lt;/div&gt;</summary>
		<author><name>129.123.104.8</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Category:NeedsUpdating&amp;diff=1529</id>
		<title>Category:NeedsUpdating</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Category:NeedsUpdating&amp;diff=1529"/>
		<updated>2007-10-15T03:41:43Z</updated>

		<summary type="html">&lt;p&gt;129.123.104.8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;varnoeltcaa&lt;br /&gt;
Here is your opportunity to support this site.  Any of the linked pages below need updating.  Please update and remove the NeedsUpdating flag.&lt;/div&gt;</summary>
		<author><name>129.123.104.8</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Category:Releases&amp;diff=1397</id>
		<title>Category:Releases</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Category:Releases&amp;diff=1397"/>
		<updated>2007-10-15T03:41:38Z</updated>

		<summary type="html">&lt;p&gt;129.123.104.8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;letocali&lt;br /&gt;
ATI&#039;s typical release cycle is one month, give or take a few extra days. A release may include new features or only bug fixes. Support for a particular kernel version may or may not be included by the time a driver is released depending on when the release days occur.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
To see a particular release, click on the link below.&lt;/div&gt;</summary>
		<author><name>129.123.104.8</name></author>
	</entry>
</feed>