<?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=80.227.1.101</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=80.227.1.101"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/80.227.1.101"/>
	<updated>2026-05-14T09:02:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=User:Akhuettel&amp;diff=4782</id>
		<title>User:Akhuettel</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=User:Akhuettel&amp;diff=4782"/>
		<updated>2008-02-21T21:14:38Z</updated>

		<summary type="html">&lt;p&gt;80.227.1.101: letopas&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dronlagetboc&lt;br /&gt;
I&#039;m a (mostly) happy user of a Linux-only (SuSE 10.0) IBM Thinkpad T43. &lt;br /&gt;
&lt;br /&gt;
Recently I tried to switch from the X.org &amp;quot;radeon&amp;quot; driver to the proprietary &amp;quot;fglrx&amp;quot; driver, which induced some frustration. Giving up on this now since SuSE 10.0 and its glibc are not supported by the driver anymore. Should I sometime in the far future perform some overall linux update, I&#039;ll maybe try again. But for now...&lt;br /&gt;
&lt;br /&gt;
For more information about me, &lt;br /&gt;
please visit my [http://www.akhuettel.de/research/ work homepage] or my [http://www.akhuettel.de/ personal homepage].&lt;/div&gt;</summary>
		<author><name>80.227.1.101</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Category:Distributions&amp;diff=393</id>
		<title>Category:Distributions</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Category:Distributions&amp;diff=393"/>
		<updated>2008-02-21T21:14:24Z</updated>

		<summary type="html">&lt;p&gt;80.227.1.101: orzelrolac&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;calapa&lt;br /&gt;
bascaricac&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>80.227.1.101</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Configuring&amp;diff=2183</id>
		<title>Configuring</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Configuring&amp;diff=2183"/>
		<updated>2008-02-21T21:07:52Z</updated>

		<summary type="html">&lt;p&gt;80.227.1.101: acsitcositro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;chiacelc&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;
;Use extended desktop with two monitors (dual-head and big desktop):&lt;br /&gt;
&lt;br /&gt;
Assuming you successfully completed the &#039;Ubuntu Gutsy Installation Guide&#039; with two monitors connected:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;sudo aticonfig --initial=dual-head --screen-layout=right&amp;lt;/pre&amp;gt;&lt;br /&gt;
                       &lt;br /&gt;
This command will generate a dual head configuration file with the second screen located to the right of the first screen.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;sudo aticonfig --dtop=horizontal --overlay-on=1&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command will set up big desktop to horizontal and set overlay on the secondary display.&lt;br /&gt;
                       &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>80.227.1.101</name></author>
	</entry>
</feed>