<?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=67.223.234.160</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=67.223.234.160"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/67.223.234.160"/>
	<updated>2026-04-30T19:15:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Verifying&amp;diff=2138</id>
		<title>Verifying</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Verifying&amp;diff=2138"/>
		<updated>2008-12-17T02:01:00Z</updated>

		<summary type="html">&lt;p&gt;67.223.234.160: FIELD_OTHER&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It is assumed that you have completed the [[Installation|installation process]].&lt;br /&gt;
&lt;br /&gt;
FIELD_MESSAGE_getlipasalor&lt;br /&gt;
&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>67.223.234.160</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu_Breezy_Installation_Guide&amp;diff=2561</id>
		<title>Ubuntu Breezy Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Ubuntu_Breezy_Installation_Guide&amp;diff=2561"/>
		<updated>2008-12-16T23:31:47Z</updated>

		<summary type="html">&lt;p&gt;67.223.234.160: FIELD_OTHER&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Method 1: Installing Breezy&#039;s Included Driver (8.16.20) ==&lt;br /&gt;
&lt;br /&gt;
The fglrx driver supports Radeon 8500+ and the X-series cards (see [http://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/linux_8.16.20.html#173867 release notes]).  When running the dpkg-reconfigure commands you can accept the defaults whenever you aren&#039;t sure.&lt;br /&gt;
&lt;br /&gt;
=== Installing the driver ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;All Platforms:&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install xorg-driver-fglrx&lt;br /&gt;
sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed&lt;br /&gt;
sudo dpkg-reconfigure xserver-xorg #Select the fglrx driver and 64-bit users should deselect int10a&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;64-bit users:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You have to downgrade to an older version of libdri.a due to an incompatilbity with the ATI drivers.  [http://ati.cchtml.com/attachment.cgi?id=182 Download it here]&lt;br /&gt;
&lt;br /&gt;
Change to download directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
gunzip libdri.a.gz&lt;br /&gt;
sudo cp /usr/X11R6/lib/modules/extensions/libdri.a libdri.a.old&lt;br /&gt;
sudo cp libdri.a /usr/X11R6/lib/modules/extensions/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to revert to any non-fglrx driver you will need to copy the libdri.a.old file back over the fglrx version.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;All platforms:&#039;&#039; Ctrl-Alt-Backspace to restart your desktop.&lt;br /&gt;
&lt;br /&gt;
=== Confirm that it works ===&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: 1.3.5272 (X4.3.0-8.16.20)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
&lt;br /&gt;
If you have a widescreen LCD display that is stuck at 1024x768 then it is probably the bug in the 8.16.20 driver that was fixed in 8.18.X (see the next section).  &lt;br /&gt;
&lt;br /&gt;
The output of &#039;&#039;&#039;dmesg | grep fglrx&#039;&#039;&#039; and /var/log/Xorg.0.log are most useful when looking for errors.&lt;br /&gt;
&lt;br /&gt;
== Method 2: Generating/Installing Ubuntu packages for the newer 8.28.8 drivers in Breezy Badger ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important Warning:&#039;&#039;&#039; Installation of this driver requires removing the restricted-modules package in order to work.  That package includes drivers for madwifi (Atheros wireless cards), nvidia cards, and a handful of other devices.  I provide a work-around for the madwifi drivers, but you need to perform it before removing the restricted modules (jump to end of this this post).&lt;br /&gt;
&lt;br /&gt;
When running the dpkg-reconfigure command you should answer the questions that you know and take the defaults for the rest.  You might want to say &#039;&#039;no&#039;&#039; to the monitor detection--it has caused X-Windows to crash for some people.&lt;br /&gt;
&lt;br /&gt;
=== Remove existing fglrx driver ===&lt;br /&gt;
&lt;br /&gt;
Remove Breezy&#039;s included drivers if they are installed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get remove xorg-driver-fglrx&lt;br /&gt;
sudo apt-get remove fglrx-control&lt;br /&gt;
sudo apt-get remove linux-restricted-modules-$(uname -r)&lt;br /&gt;
sudo dpkg-reconfigure xserver-xorg #select the &amp;quot;ati&amp;quot; module&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&lt;br /&gt;
&lt;br /&gt;
*Note 1: If after reboot, your system hangs at a black screen before taking you to a graphical login - reboot to &#039;recovery mode&#039; and edit /etc/X11/xorg.conf to use &#039;vesa&#039; instead of &#039;ati&#039;.  Then continue with the steps below.&lt;br /&gt;
&lt;br /&gt;
*Note 2: You can change your xorg.conf file to Option &amp;quot;vesa&amp;quot; BEFORE rebooting, so after rebooting you can have usable X (and skip Note 1). Remember that you HAVE to reboot (just restarting X will leave you with unusable X).&lt;br /&gt;
&lt;br /&gt;
=== Installing the new driver ===&lt;br /&gt;
&lt;br /&gt;
Download the ATI driver installer: [http://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.28.8.run ati-driver-installer-8.28.8.run] (this installer is for 32bit &#039;&#039;&#039;and&#039;&#039;&#039; 64bit systems)&lt;br /&gt;
&lt;br /&gt;
This guide refers to the 32bit version of the driver. The installation procedure for 64bit should be the same as for 32bit, except some filenames will differ slightly.&lt;br /&gt;
&lt;br /&gt;
Change to the download directory.  Make sure that you have the &#039;&#039;universe&#039;&#039; and &#039;&#039;multiverse&#039;&#039; repositories enabled in &#039;&#039;/etc/apt/sources.list&#039;&#039; before doing these steps.  [http://mail3.mpr.org/mlomker/sources.list Sample sources.list]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Install necessary tools:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install gcc-3.4 module-assistant build-essential fakeroot dh-make debconf libstdc++5 gcc-3.3-base&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Create .deb packages:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bash ati-driver-installer-8.28.8.run --buildpkg Ubuntu/breezy&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Install .deb packages:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dpkg -i xorg-driver-fglrx_8.28.8-1_i386.deb&lt;br /&gt;
sudo dpkg -i fglrx-kernel-source_8.28.8-1_i386.deb&lt;br /&gt;
sudo dpkg -i fglrx-control_8.28.8-1_i386.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Remove any old fglrx deb&#039;s from /usr/src/:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo rm /usr/src/fglrx-kernel*.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Compile the kernel driver:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo module-assistant prepare&lt;br /&gt;
sudo module-assistant update&lt;br /&gt;
sudo module-assistant a-i fglrx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Update the xorg.conf file:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo aticonfig --initial&lt;br /&gt;
sudo aticonfig --overlay-type=Xv&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&lt;br /&gt;
&lt;br /&gt;
=== Confirm that it worked ===&lt;br /&gt;
&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: RADEON 9700 Generic&lt;br /&gt;
OpenGL version string: 2.0.6011 (8.28.8)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;renderer string&#039;&#039; depends on your hardware and may/will be different)&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
&lt;br /&gt;
==== General ====&lt;br /&gt;
&lt;br /&gt;
Look for error messages in /var/log/Xorg.0.log and kern.log.&lt;br /&gt;
If you receive the &#039;&#039;&#039;(EE) No devices detected&#039;&#039;&#039; error message, it is highly possible that you own a Radeon from the 7000-7500 series with the R100 chip, which the proprietary Linux drivers don&#039;t support.&lt;br /&gt;
&lt;br /&gt;
FIELD_MESSAGE_oulic4t&lt;/div&gt;</summary>
		<author><name>67.223.234.160</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Talk:Main_Page&amp;diff=1918</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Talk:Main_Page&amp;diff=1918"/>
		<updated>2008-12-16T20:44:31Z</updated>

		<summary type="html">&lt;p&gt;67.223.234.160: elteltcn&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;eleltr&lt;br /&gt;
== opengraphics ==&lt;br /&gt;
&lt;br /&gt;
Please read about OGP at http://wiki.opengraphics.org./tiki-index.php&lt;br /&gt;
&lt;br /&gt;
Do you want to see good pics?&lt;br /&gt;
&lt;br /&gt;
== Pages that aren&#039;t really pages ==&lt;br /&gt;
&lt;br /&gt;
# [[ATI Radeon Xpress 1150]]&lt;br /&gt;
# [[Holarse]]&lt;br /&gt;
# [[InTheNews]]&lt;br /&gt;
# [[InTheNewsBySite]]&lt;br /&gt;
# [[Index.php]] &amp;amp;ndash; this is not the [[Main Page]]&lt;br /&gt;
# [[Linux-gamers.net]] &amp;amp;ndash; this is included in [[In the News]]&lt;br /&gt;
# [[LinuxHardware.org]] &amp;amp;ndash; same&lt;br /&gt;
# [[Phoronix]]&lt;br /&gt;
# [[NewsPhoronix]]&lt;br /&gt;
# [[Slashdot]]&lt;br /&gt;
# [[NewsSlashdot]]&lt;br /&gt;
# [[Tvout]]&lt;br /&gt;
# [[Xorg7]]&lt;br /&gt;
&lt;br /&gt;
If anyone wants to go through them and either delete them or do what you will, that&#039;d be great. Please note that some are redirects. --[[User:SheeEttin|SheeEttin]] 14:25, 24 March 2007 (CDT)&lt;br /&gt;
:Thanks for bringing these up. I&#039;ve removed the ones that needed to be removed. The rest can stay. [[User:Mooninite|Mooninite]] 15:33, 24 March 2007 (CDT)&lt;br /&gt;
&lt;br /&gt;
user http://wiki.cchtml.com/index.php/Special:Contributions/189.21.156.2 is bad found them through the fedora core page but that history shows all the nasty things it has done to the rest of the wiki&lt;br /&gt;
&lt;br /&gt;
== 8.42.3 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.phoronix.com/scan.php?page=article&amp;amp;item=887&amp;amp;num=1 It&#039;s out]. &amp;amp;mdash;&amp;amp;nbsp;[[User:SheeEttin|SheeEttin]]&amp;amp;nbsp;{[[User_talk:SheeEttin|T]]/[[Special:Contributions/SheeEttin|C]]} 14:06, 23 October 2007 (CDT)&lt;br /&gt;
&lt;br /&gt;
== Catalyst Linux 8.4 ==&lt;br /&gt;
&lt;br /&gt;
[[http://www.phoronix.com/scan.php?page=article&amp;amp;item=999&amp;amp;num=1 It&#039;s out]. &amp;amp;mdash;&amp;amp;nbsp;[[User:gollum12345678|gollum12345678]]&amp;amp;nbsp;{[[User_talk:gollum12345678|T]]/[[Special:Contributions/gollum12345678|C]]} 16:25 16 Abril 2008 (CDT)&lt;br /&gt;
&lt;br /&gt;
== RedHat Enterprise -&amp;gt; Red Hat Enterprise Linux ==&lt;br /&gt;
&lt;br /&gt;
I mistakenly created an ugly double-redirect from RedHat Enterprise to Red Hat Enterprise (Since there should be a space in the company name), to Red Hat Enterprise Linux (since this is the official name of the Red Hat family of Linux products, and just calling it Red Hat Enterprise is somewhat of a &amp;quot;bastardization&amp;quot; (with all respect), even though I can understand that you guys want to try and avoid the proliferation of having &amp;quot;Linux&amp;quot; in every distribution name. &#039;&#039;&#039;Question&#039;&#039;&#039;: will someone with edit permissions to the wiki home page please change RedHat Enterprise to Red Hat Enterprise Linux . Thank you very much. &lt;br /&gt;
&lt;br /&gt;
[[User:Riaanvn|Riaanvn]] 23:41, 1 November 2007 (CDT)&lt;br /&gt;
&lt;br /&gt;
== Catalyst 8.6 ==&lt;br /&gt;
Please fix the link in the front page, [[Catalyst_8.6|8.6]] is out since June 18. [[User:Ad8253|Ad8253]] 01:52, 23 June 2008 (CDT)&lt;br /&gt;
&lt;br /&gt;
== Current release ==&lt;br /&gt;
&lt;br /&gt;
...is now [[Catalyst 8.7]]. :) &amp;amp;mdash;&amp;amp;nbsp;[[User:SheeEttin|SheeEttin]]&amp;amp;nbsp;{[[User_talk:SheeEttin|T]]/[[Special:Contributions/SheeEttin|C]]} 11:22, 23 July 2008 (CDT)&lt;br /&gt;
&lt;br /&gt;
== ArchLinux ==&lt;br /&gt;
According to http://distrowatch.com/, Arch is now more popular than both Gentoo and Red Hat. Please link to Arch from the front page. Thanks. --[[User:Trontonic|Trontonic]] 18:14, 5 October 2008 (UTC)&lt;br /&gt;
:If you&#039;re referring to &amp;quot;page hit ranking&amp;quot; then I will have to disagree with your opinion of its popularity. --[[User:Mooninite|Mooninite]] 14:43, 6 October 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Catalyst 8.12 ==&lt;br /&gt;
&lt;br /&gt;
Please update the link in the front page, 8.12 is the current release. [[User:Ad8253|Ad8253]] 11:04, 11 December 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>67.223.234.160</name></author>
	</entry>
</feed>