<?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=84.233.233.41</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=84.233.233.41"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/84.233.233.41"/>
	<updated>2026-04-30T04:30:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Category:Distributions&amp;diff=375</id>
		<title>Category:Distributions</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Category:Distributions&amp;diff=375"/>
		<updated>2008-01-16T05:42:53Z</updated>

		<summary type="html">&lt;p&gt;84.233.233.41: acelli&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;erletotada&lt;br /&gt;
The list of GNU/Linux flavors that are documented for the ATI Linux driver.&lt;br /&gt;
&lt;br /&gt;
Although ATI can only actively support a small number of distributions, distribution vendors are encouraged to work with ATI to ensure that native packages can be created for their distribution.  The current actively supported distributions are the &#039;&#039;&#039;Red Hat Enterprise Linux&#039;&#039;&#039; and &#039;&#039;&#039;Novell/SuSE&#039;&#039;&#039; suite of products.&lt;br /&gt;
&lt;br /&gt;
Also note that the End User License Agreement explicitly provides for repackaging and redistribution of ATI&#039;s drivers.  If your favourite distribution is not listed below, please work with them to contact ATI and either get support in the installer, or natively in the distribution.&lt;/div&gt;</summary>
		<author><name>84.233.233.41</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Category:NeedsUpdating&amp;diff=1565</id>
		<title>Category:NeedsUpdating</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Category:NeedsUpdating&amp;diff=1565"/>
		<updated>2008-01-16T05:41:44Z</updated>

		<summary type="html">&lt;p&gt;84.233.233.41: vardelg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;acellibasba&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>84.233.233.41</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Frequently_Asked_Questions&amp;diff=917</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=917"/>
		<updated>2008-01-16T05:22:48Z</updated>

		<summary type="html">&lt;p&gt;84.233.233.41: cnaouli&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;chibot&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;
Note: That&#039;s why an opensource hardware driver is necessary. Hopefully, AMD will continue releasing more documentation and we will be able to code our own maintainable and free driver, thus freeing ourselves from this dependency on AMD&#039;s good will.&lt;br /&gt;
&lt;br /&gt;
==X Configuration==&lt;br /&gt;
===How do I configure my system to use the fglrx driver?===&lt;br /&gt;
*aticonfig&lt;br /&gt;
:Command line program to modify the /etc/X11/xorg.conf file.&lt;br /&gt;
*amdcccle&lt;br /&gt;
:GUI program that allows detailed configuration over the driver&#039;s controls.&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>84.233.233.41</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=8.8.25&amp;diff=1419</id>
		<title>8.8.25</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=8.8.25&amp;diff=1419"/>
		<updated>2008-01-16T05:21:04Z</updated>

		<summary type="html">&lt;p&gt;84.233.233.41: litrocel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;caladron&lt;br /&gt;
ATI Linux fglrx driver version 8.8.25&lt;br /&gt;
&lt;br /&gt;
==New Features==&lt;br /&gt;
&lt;br /&gt;
* Drivers for X.org 6.8 are now provided&lt;br /&gt;
* x86_64 drivers now available for XFree86 4.3 and X.org 6.8 &lt;br /&gt;
&lt;br /&gt;
==Resolved Issues (according to the release notes)==&lt;br /&gt;
* Second head in Dual Head system is no longer corrupt during login screen&lt;br /&gt;
* Display corruption is no longer seen when switching between X-Windows and the Linux text console, and back to X-Windows&lt;br /&gt;
* Video playback in Dual Head mode no longer results in an error message being displayed, or the player failing to start&lt;br /&gt;
* PCI-Express systems no longer hang after running 3D Applications for long periods&lt;br /&gt;
* 3D Applications no longer hang on RHEL 3.0 with 1GB or more memory installed&lt;br /&gt;
* XVideo overlay is once again available in Dual Head Mode&lt;br /&gt;
* A &amp;quot;drm.h: No such file or directory&amp;quot; error message no longer occurs when compiling the fglrx kernel module&lt;br /&gt;
* Stopping and restarting the X server no longer results in memory leaks or hangs on PCI-Express systems &lt;br /&gt;
&lt;br /&gt;
==Known Issues (according to the release notes)==&lt;br /&gt;
* TV Display is Corrupt After Switching Resolutions. Further information on this issue can be found at: http://www.ati.com/support/infobase/4756.html&lt;br /&gt;
* Attempting to resume from system suspension results in the system failing to respond. Further information on this issue can be found at: http://www.ati.com/support/infobase/4746.html&lt;br /&gt;
* Enabling Quad Buffer Stereo results in 2D graphics corruption under XFree86. Further information on this issue can be found at: http://www.ati.com/support/infobase/4747.html&lt;br /&gt;
* Running two X servers simultaneously results in the system failing to respond. Further information on this issue can be found at: http://www.ati.com/support/infobase/4748.html&lt;br /&gt;
* A blank screen may appear momentarily when X starts to load. An error message (or similar) may also appear on the text console. Further information on this issue can be found at: http://www.ati.com/support/infobase/4755.html&lt;br /&gt;
* Moving a window over top of a 3D window may result in the contents of the window becoming corrupted. Further information on this issue can be found at: http://www.ati.com/support/infobase/4757.html &lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/linux_8.8.25.html Release notes]&lt;br /&gt;
* [http://ati.amd.com/products/catalyst/linux.html ATI Proprietary Linux Driver FAQ] &lt;br /&gt;
[[Category:Releases|8.08.25]]&lt;br /&gt;
[[Category:NeedsUpdating]]&lt;/div&gt;</summary>
		<author><name>84.233.233.41</name></author>
	</entry>
</feed>