<?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=88.198.25.14</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=88.198.25.14"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/88.198.25.14"/>
	<updated>2026-05-02T12:51:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Verifying&amp;diff=2098</id>
		<title>Verifying</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Verifying&amp;diff=2098"/>
		<updated>2007-10-04T10:18:22Z</updated>

		<summary type="html">&lt;p&gt;88.198.25.14: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;monletoelt&lt;br /&gt;
lieltzell&lt;br /&gt;
{{VCT-on-top}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is assumed that you have completed the [[Installation|installation process]].&lt;br /&gt;
&lt;br /&gt;
==Verify with ATI tools==&lt;br /&gt;
If the installation has worked, then any 3D application should work without issue.  A simple way to verify without any possibility of failure is to verify the following occurs.  Please note that you may have needed to go through [[:Category:Distributions|distribution specific]] process to enable the 3D support.  &lt;br /&gt;
===fglrxinfo===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fglrxinfo&lt;br /&gt;
display: :0.0  screen: 0&lt;br /&gt;
OpenGL vendor string: ATI Technologies Inc.&lt;br /&gt;
OpenGL renderer string: MOBILITY RADEON 9700 Generic&lt;br /&gt;
OpenGL version string: 2.0.5804 (8.25.0)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
===fgl_glxgears===&lt;br /&gt;
You can also run the ATI provided application called fgl_glxgears which should show a spinning cube with the venerable glxgears running on each face.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;If when you run fgl_glxgears, the cube spins, but is lacking any cogs on the faces, the faces being instead, various shades of blue, and/or you get an error message like:&amp;lt;/b&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Using GLX_SGIX_pbuffer&lt;br /&gt;
913 frames in 5.0 seconds = 182.600 FPS&lt;br /&gt;
783 frames in 5.0 seconds = 156.600 FPS&lt;br /&gt;
X Error of failed request:  BadDrawable (invalid Pixmap or Window parameter)&lt;br /&gt;
  Major opcode of failed request:  14 (X_GetGeometry)&lt;br /&gt;
  Resource id in failed request:  0x0&lt;br /&gt;
  Serial number of failed request:  51&lt;br /&gt;
  Current serial number in output stream:  51&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
===Links===&lt;br /&gt;
http://linux.coconia.net/general/ati.htm&amp;lt;br&amp;gt;&lt;br /&gt;
http://m.domaindlx.com/LinuxHelp/ati/ati.htm (mirror)&lt;br /&gt;
==Verify with Linux tools==&lt;br /&gt;
===glxinfo===&lt;br /&gt;
This command line option should report &amp;quot;direct&amp;quot; rendering.&lt;br /&gt;
 $ glxinfo | grep direct&lt;br /&gt;
&lt;br /&gt;
(For Debian 4.0, install the mesa-utils package to get glxinfo.)&lt;br /&gt;
&lt;br /&gt;
===Xorg.0.log===&lt;br /&gt;
The X.org X server log file also contains useful information to verify installation was successful. It is located on most Linux distributions at &amp;lt;code&amp;gt;/var/log/Xorg.0.log&amp;lt;/code&amp;gt; and can be opened by any text editor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;You can now move on to [[Configuring|configuring the driver]].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{VCT}}&lt;br /&gt;
[[Category:NeedsUpdating]]&lt;/div&gt;</summary>
		<author><name>88.198.25.14</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Frequently_Asked_Questions&amp;diff=816</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=816"/>
		<updated>2007-10-04T10:17:37Z</updated>

		<summary type="html">&lt;p&gt;88.198.25.14: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;rolrelorc&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>88.198.25.14</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Configuring&amp;diff=2157</id>
		<title>Configuring</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Configuring&amp;diff=2157"/>
		<updated>2007-10-04T10:17:30Z</updated>

		<summary type="html">&lt;p&gt;88.198.25.14: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;elclaletol&lt;br /&gt;
{{VCT-on-top}}&lt;br /&gt;
== aticonfig ==&lt;br /&gt;
&lt;br /&gt;
Since version 8.18.6 the fglrx driver includes the &#039;&#039;&#039;aticonfig&#039;&#039;&#039; tool which simplifies &#039;&#039;xorg.conf&#039;&#039; editing. Here are some useful commands this tool offers (for a complete list see [http://wiki.cchtml.com/index.php/aticonfighelp &#039;&#039;aticonfig --help&#039;&#039;]).&lt;br /&gt;
&lt;br /&gt;
=== Changes taking effect on startup ===&lt;br /&gt;
&#039;&#039;Changes will change the config file!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Initial setup (creates device section using fglrx):&lt;br /&gt;
:&amp;lt;pre&amp;gt;sudo aticonfig --initial&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Enable Video acceleration (Xv Overlay):&lt;br /&gt;
:&amp;lt;pre&amp;gt;sudo aticonfig --overlay-type=Xv&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Force fglrx to use kernel&#039;s AGP driver instead of own implementation (only use when internal agpgart doesn&#039;t work):&lt;br /&gt;
:&amp;lt;pre&amp;gt;sudo aticonfig --internal-agp=off&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Note: Newer fglrx driver versions do not include an internal AGPGART so the kernel agpgart is used no matter what.&lt;br /&gt;
&lt;br /&gt;
=== Changes taking effect immediately ===&lt;br /&gt;
&#039;&#039;Changes will not change the config file.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
;Print information about power states. &lt;br /&gt;
:&amp;lt;pre&amp;gt;aticonfig --list-powerstates&amp;lt;/pre&amp;gt;&lt;br /&gt;
Or, for us lazy folk, the shorter version is &#039;&#039;aticonfig --lsp&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Set a power state to the lowest (battery friendly):&lt;br /&gt;
:&amp;lt;pre&amp;gt;aticonfig --set-powerstate=1&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Note: check out available power states using &#039;&#039;aticonfig --list-powerstates&#039;&#039; &lt;br /&gt;
*Note: this option does not work when an external monitor is connected &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Print information about connected and enabled monitors:&lt;br /&gt;
:&amp;lt;pre&amp;gt;aticonfig --query-monitor&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Examples how to enable two monitors on the fly:&lt;br /&gt;
* Assume you have two monitors already setup correctly ([http://ubuntuforums.org/showthread.php?t=301941 Dual monitor support] at Ubuntuforums)&lt;br /&gt;
* This example enable laptop internal monitor (lvds) and external monitor (crt1)&lt;br /&gt;
:&amp;lt;pre&amp;gt;aticonfig --enable-monitor=lvds,crt1 --effective=now&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Note: &#039;&#039;aticonfig --enable-monitor=STRING,STRING&#039;&#039; where STRING can be one of the following set, separated by commas: none,crt1,crt2,lvds,tv,tmds1,tmds2,auto. Only 2 displays can be enabled at the same time. Any displays that are not on the list will be disabled.&lt;br /&gt;
*Note: check out connected and enabled monitors using &#039;&#039;aticonfig --query-monitor&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Turn off the second monitor on the fly and start to use only laptop internal monitor (lvds)&lt;br /&gt;
:&amp;lt;pre&amp;gt;aticonfig --enable-monitor=lvds --effective=now&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &lt;br /&gt;
;Swap monitors on the fly when using big desktop mode&lt;br /&gt;
* Assume you have two monitors already setup correctly ([http://ubuntuforums.org/showthread.php?t=301941 Dual monitor support] at Ubuntuforums)&lt;br /&gt;
:&amp;lt;pre&amp;gt;aticonfig --swap-monitor --effective=now&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Note: This only works for big desktop setup. This will swap the contents on the two monitors.&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
&lt;br /&gt;
Still not working?  Go to the [[Troubleshooting]] page.&lt;br /&gt;
&lt;br /&gt;
[[Category:NeedsUpdating]]&lt;br /&gt;
{{VCT}}&lt;/div&gt;</summary>
		<author><name>88.198.25.14</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=TurboLinux&amp;diff=1494</id>
		<title>TurboLinux</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=TurboLinux&amp;diff=1494"/>
		<updated>2007-10-04T10:17:10Z</updated>

		<summary type="html">&lt;p&gt;88.198.25.14: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;zelace&lt;br /&gt;
{{VCT}}&lt;br /&gt;
[[Category:Distributions]]&lt;br /&gt;
[[Category:NeedsUpdating]]&lt;/div&gt;</summary>
		<author><name>88.198.25.14</name></author>
	</entry>
</feed>