<?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=200.29.96.75</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=200.29.96.75"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/200.29.96.75"/>
	<updated>2026-04-30T23:19:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Category:NeedsUpdating&amp;diff=1586</id>
		<title>Category:NeedsUpdating</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Category:NeedsUpdating&amp;diff=1586"/>
		<updated>2008-02-13T10:38:46Z</updated>

		<summary type="html">&lt;p&gt;200.29.96.75: elttrou&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;vililiracc&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>200.29.96.75</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Fedora_8_Installation_Guide&amp;diff=4707</id>
		<title>Fedora 8 Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Fedora_8_Installation_Guide&amp;diff=4707"/>
		<updated>2008-02-13T10:38:37Z</updated>

		<summary type="html">&lt;p&gt;200.29.96.75: actrdarsi&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;eltouricdo&lt;br /&gt;
==General Status==&lt;br /&gt;
* Supported since [[Catalyst 7.11]], which adds support for kernel 2.6.23.&lt;br /&gt;
&lt;br /&gt;
==Installation Option #1 Freshrpms.net repository==&lt;br /&gt;
 rpm -ihv http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/8/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm&lt;br /&gt;
 yum install -y ati-x11-drv&lt;br /&gt;
and restart your system.&lt;br /&gt;
&lt;br /&gt;
==Installation Option #2 Livna repository==&lt;br /&gt;
 rpm -ivh http://rpm.livna.org/livna-release-8.rpm&lt;br /&gt;
* [http://www.fedorafaq.org/#radeon These instructions] on the Unoffical Fedora FAQ work. (In order not to duplicate the the instructions, we provide the link rather than the instructions themselves).&lt;br /&gt;
&lt;br /&gt;
==Installation Option #3 via ATI Installer==&lt;br /&gt;
You can get the latest ATI-Driver here:&lt;br /&gt;
&lt;br /&gt;
[http://ati.amd.com/support/drivers/linux/linux-radeon.html|ATI Linux Driver]&lt;br /&gt;
&lt;br /&gt;
The above bugzilla contains a patch to the firegl module source code. Here is an annotated walk-through for those not familiar with using the patch utility:&lt;br /&gt;
* Install the driver interactively&lt;br /&gt;
 sh ./ati-driver-installer-8.42.3-x86.x86_64.run&lt;br /&gt;
* Backup the existing module, download the patch&lt;br /&gt;
 cd /lib/modules/fglrx/build_mod/&lt;br /&gt;
 cp firegl_public.c firegl_public.c.orig&lt;br /&gt;
 wget -qO- http://ati.cchtml.com/attachment.cgi?id=466 &amp;gt; firegl.patch&lt;br /&gt;
* Apply the patch&lt;br /&gt;
 patch -p0 &amp;lt; firegl.patch&lt;br /&gt;
* Now build and install the kernel module&lt;br /&gt;
 ./make.sh&lt;br /&gt;
 cd .. ; ./make_install.sh&lt;br /&gt;
* Create an initial X Server configuration file &lt;br /&gt;
 aticonfig --initial&lt;br /&gt;
* Restart your X Server (by logging out/in or rebooting)&lt;br /&gt;
&lt;br /&gt;
==Issues==&lt;br /&gt;
* AMD/ATI Catalist Control Center (amdcccle) fails to start, see [http://ati.cchtml.com/show_bug.cgi?id=672 this bugzilla entry].&lt;br /&gt;
&lt;br /&gt;
FYI: this patch (and others like it) is incomplete.  It fails miserably with the drm module loaded.  It will not work without drm either, and what would be the point?&lt;br /&gt;
As seen by dmesg:&lt;br /&gt;
&lt;br /&gt;
 [drm] Initialized drm 1.1.0 20060810&lt;br /&gt;
 [fglrx] Maximum main memory to use for locked dma buffers: 1898 MBytes.&lt;br /&gt;
 [fglrx] ASYNCIO init succeed!&lt;br /&gt;
 [fglrx:KCL_enable_pat] *ERROR* Pat entry 2 is already configured&lt;br /&gt;
 [fglrx] PAT is disabled!&lt;br /&gt;
 [fglrx:firegl_init_module] *ERROR* firegl_stub_register failed&lt;br /&gt;
&lt;br /&gt;
The livna rpm incurs the same failure.  Stick with F7 and kernel 2.6.22, or use the radeon driver instead.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Updated by yangyud:&amp;lt;br&amp;gt;&lt;br /&gt;
You need to remove the loaded &amp;quot;drm&amp;quot; module from kernel before install the fglrx module.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;rmmod radeon; rmmod drm&#039;&#039;&#039;  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Frequently Asked Questions#Why does fglrx not work for my bleeding-edge kernel?]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation]]&lt;br /&gt;
Ok, the problem is gdm.  I can `startx`, but gdm fails to load with fglrx, and there is no indication in any log as to why.&lt;br /&gt;
This continues with new 7.11 Catalyst driver.&lt;br /&gt;
Because of this, the problem is NOT with the driver, rather it is the default GDM time value of 10-seconds.  To remedy:&lt;br /&gt;
&lt;br /&gt;
 vi /etc/gdm/custom.conf&lt;br /&gt;
 &lt;br /&gt;
 [daemon]&lt;br /&gt;
 GdmXserverTimeout=60&lt;br /&gt;
&lt;br /&gt;
This allows enough time for X to startup before gdm considers it dead and aborts the X startup process.&lt;/div&gt;</summary>
		<author><name>200.29.96.75</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Troubleshooting&amp;diff=2327</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Troubleshooting&amp;diff=2327"/>
		<updated>2008-02-13T10:38:09Z</updated>

		<summary type="html">&lt;p&gt;200.29.96.75: dronbas&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;taercn&lt;br /&gt;
==Kernel Related Issues==&lt;br /&gt;
&lt;br /&gt;
=== No 3D acceleration ===&lt;br /&gt;
If you see output that looks like this:&lt;br /&gt;
&lt;br /&gt;
 $ fglrxinfo &lt;br /&gt;
 display: :0.0 screen: 0 &lt;br /&gt;
 OpenGL vendor string: Mesa project: www.mesa3d.org &lt;br /&gt;
 OpenGL renderer string: Mesa GLX Indirect &lt;br /&gt;
 OpenGL version string: 1.2 (1.5 Mesa 6.4.1) &lt;br /&gt;
&lt;br /&gt;
Make sure you do not have Xinerama enabled in your xorg.conf! 3D-acceleration is not supported by fglrx in Xinerama mode.&lt;br /&gt;
&lt;br /&gt;
Then try these two commands:&lt;br /&gt;
&lt;br /&gt;
 sudo mkdir -p /usr/X11R6/lib/modules/dri &lt;br /&gt;
 sudo ln -s /usr/lib/dri/fglrx_dri.so /usr/X11R6/lib/modules/dri &lt;br /&gt;
Source&amp;lt;ref&amp;gt;http://www.thinkwiki.org/wiki/Problems_with_fglrx#Perpetual_Mesa_GLX_Indirect_on_Debian&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or you can try deleting all files from the /lib/modules/$(uname -r)/volatile folder and relinking:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
sudo rm /lib/modules/$(uname -r)/volatile/*&amp;lt;br&amp;gt;&lt;br /&gt;
sudo ln -s /lib/modules/$(uname -r)/misc/fglrx.ko /lib/modules/$(uname -r)/volatile/fglrx.ko&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If that doesn&#039;t work confirm fglrx is loaded:&lt;br /&gt;
&lt;br /&gt;
 lsmod | grep fglrx&lt;br /&gt;
&lt;br /&gt;
If it returns nothing then try this:&lt;br /&gt;
&lt;br /&gt;
 sudo depmod -ae&lt;br /&gt;
 sudo echo fglrx &amp;gt;&amp;gt; /etc/modules&lt;br /&gt;
(If this returns &amp;quot;bash: /etc/modules: Permission denied&amp;quot; then sudo su first.)&lt;br /&gt;
&lt;br /&gt;
If it doesn&#039;t still work, open up /etc/modprobe.d/lrm-video with an editor, and uncomment any line(s) that contains fglrx in it.&lt;br /&gt;
&lt;br /&gt;
In case nothing above works, open /etc/modprobe.d/blacklist-restricted with an editor and comment any line that might contain fglrx word in it.&lt;br /&gt;
&lt;br /&gt;
=== nForce 3 AGP Issues ===&lt;br /&gt;
&lt;br /&gt;
For nForce3 based motherboards: if the install seems to go well, but fglrx still fails and $ fglrxinfo tells you you&#039;re still running Mesa, there may be a problem with the nVidia AGP-PCI Bridge module&#039;s compatibility with your BIOS (or vice versa, I haven&#039;t yet investigated). (Confirmed at least for ASUS K8N-E Deluxe.) A solution is to downgrade your BIOS to a previous version (see your motherboard manual/manufacturer&#039;s website for instructions). Here is a list of compatible BIOS versions (if your model is not listed here and you find a version that fixes the problem, please add it to the list so others can benefit):&lt;br /&gt;
&lt;br /&gt;
(Update: March 22nd, 2007) It appears that the beta ASUS bios 1012 will also fix the problem. I had the ATI drivers installed but fglrxinfo was still reporting Mesa as the OpenGL provider. I flashed the BIOS to 1012, rebooted into Ubuntu. Problem solved.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The 1012 bios did not work for my K8N-E deluxe mobo and my x800. Bios 1006 works great though.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*ASUS&lt;br /&gt;
**K8N-E Deluxe: Version 1006&lt;br /&gt;
**K8N-E Deluxe: Version 1012 beta&lt;br /&gt;
**K8N Bios versions up 1003 to 1011, my Solution -&amp;gt; K8V-X (Asus with Via-Chipset) It is working really good now. (Always Problems: nForce3 Chipset)&lt;br /&gt;
&lt;br /&gt;
*ASROCK&lt;br /&gt;
**K8Upgrade-NF3&lt;br /&gt;
&lt;br /&gt;
(A little workaround for K8Upgrade-NF3 is to edit xorg.conf, in section &amp;quot;Devices&amp;quot;, adding this line: Option &amp;quot;UseInternalAGPGART&amp;quot; &amp;quot;no&amp;quot;)&lt;br /&gt;
It doesn&#039;t work with Gutsy release yet.&lt;br /&gt;
&lt;br /&gt;
*GIGABYTE&lt;br /&gt;
**GA-K8NSC-939: Bios versions: F1, F2&lt;br /&gt;
&lt;br /&gt;
=== AGP Initialization fails with amd_k7_agp module ===&lt;br /&gt;
With Kernel 2.6.16.x, there came a new feature called &amp;quot;EDAC&amp;quot; which creates a conflict causing amd_k7_agp not to work. This results in a&lt;br /&gt;
 (EE) fglrx(0): [agp] unable to acquire AGP, error &amp;quot;xf86_ENODEV&amp;quot;&lt;br /&gt;
 (EE) fglrx(0): cannot init AGP&lt;br /&gt;
Message in the error-log.&lt;br /&gt;
&lt;br /&gt;
To resolve the problem, in your kernel config change&lt;br /&gt;
 CONFIG_EDAC_AMD76X=y&lt;br /&gt;
to&lt;br /&gt;
 #CONFIG_EDAC_AMD76X is not set&lt;br /&gt;
(just comment it out)&lt;br /&gt;
recompile/reinstall/reboot your kernel. Everything should work now.&lt;br /&gt;
&lt;br /&gt;
=== Using realtime enabled kernels ===&lt;br /&gt;
&lt;br /&gt;
Apparently the official driver doesn&#039;t support realtime enabled kernels, as installation fails to build the kernel module (see /usr/share/ati/fglrx-install.log). Correct this if I&#039;m wrong.&lt;br /&gt;
&lt;br /&gt;
==X Server Related Issues==&lt;br /&gt;
&lt;br /&gt;
=== No high-resolution video modes available ===&lt;br /&gt;
* Recent versions of the fglrx driver (seen with 7.12) seem to have problems with video resolutions higher than 1280 x 1024. The modes of the xorg.conf are simply ignored, and the server starts up e.g. with a resolution 1280 x 1024 (even if this resolution is not defined in xorg.conf). This is particularly a problem on LCD displays.&lt;br /&gt;
* [http://ati.cchtml.com/show_bug.cgi?id=160 This bug] documents the problem. &lt;br /&gt;
* No known workaround.&lt;br /&gt;
* The bug seems to be fixed with driver version 8.1 (though I cannot fully verify this since my system locks up hard after (correctly) setting the graphics mode, SuSE 10.0 not supported anymore - [[User:Akhuettel|Akhuettel]])&lt;br /&gt;
&lt;br /&gt;
=== No XVideo support on 690G integrated graphic chipset ===&lt;br /&gt;
*Upgrade your BIOS if you get random flicker lines and black screen with a 690G chip.&lt;br /&gt;
*Motherboard using the 690G IGP chipset don&#039;t have XVideo support. When you execute the &amp;quot;xvinfo&amp;quot; command you get &amp;quot;no adaptors present&amp;quot;. This is the case by using the 8.39.4 FGLRX driver and whenever the &amp;quot;sudo aticonfig --overlay-type=Xv&amp;quot; command or the &amp;quot;sudo aticonfig --overlay-type=opengl&amp;quot; was used. ATI seem to know this as there list TVtime as an application unable to run on a 690G chip.&lt;br /&gt;
&lt;br /&gt;
=== System lockup on logout or switch to virtual consoles ===&lt;br /&gt;
&lt;br /&gt;
If your system locks up after you logout or when you try to switch to a virtual console, this might be an instance of [http://ati.cchtml.com/show_bug.cgi?id=330 this bug]. It is likely that the problem only occurs for users with an &#039;&#039;&#039;Xorg version of at least 7.0&#039;&#039;&#039;. Probably it only affects users of &#039;&#039;&#039;DVI&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
There is a workaround: Use a standard D-Sub VGA connector instead of the DVI connector.&lt;br /&gt;
&lt;br /&gt;
This workaround was posted as a comment to another related bug: see [http://ati.cchtml.com/show_bug.cgi?id=239#c48 here].&lt;br /&gt;
---------&lt;br /&gt;
Unfortunately &amp;quot;D-sub&amp;quot; users (like me) have the same problem.&lt;br /&gt;
&lt;br /&gt;
=== BigDesktop (Dual screen) doesn&#039;t work after GDM login screen ===&lt;br /&gt;
&lt;br /&gt;
This can occur on Ubuntu Feisty Fawn &amp;amp; Gutsy.&lt;br /&gt;
&lt;br /&gt;
System &amp;gt; Prefrences &amp;gt; Screen Resolution&lt;br /&gt;
&lt;br /&gt;
Select the resolution that is a combination of both screen resolutions wide and your height.&lt;br /&gt;
&lt;br /&gt;
If X crashes during login, go to a virtual console using Ctrl+Alt+F1, log in, &amp;lt;code&amp;gt;sudo vim /etc/X11/xorg.conf&amp;lt;/code&amp;gt;, and comment out the line which looks like the following:&lt;br /&gt;
{{Box File|/etc/X11/xorg.conf|&lt;br /&gt;
&amp;lt;pre&amp;gt;  Option  &amp;quot;DesktopSetup&amp;quot;  &amp;quot;something&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Computer Freezes while using fglrx (UMA and SIDEPORT)  ===&lt;br /&gt;
If after choosing fglrx as your driver in either xorg.conf or xfree86.conf files, the computer freezes and becomes unresponsive while trying to start X this may be the solution.&lt;br /&gt;
&lt;br /&gt;
Some ATI cards have the ability to run in three modes: UMA, SIDEPORT, or a combination of both. UMA mode is that one in which the video card does not use its dedicated memory, but rather uses and shares the system memory. On the other hand, SIDEPORT mode is the one in which the card uses its own dedicated memory. And finally, the third mode is a combination of the previous modes in which the card uses both the system memory and its dedicated memory.&lt;br /&gt;
&lt;br /&gt;
If your computer hangs, this settings may be where the solution lies. If your computer hangs, try using either UMA by itself or a combination of both. However, if you choose the combination, make sure that the UMA one is at least 128MB. In my case, I have SIDEPORT 128MB and 128MB UMA. If I choose any less for UMA, it does not work. This is definetly not an attractive solution since it compromises your systems performance. Hopefully, this will be solved very soon.&lt;br /&gt;
&lt;br /&gt;
On some systems, the BIOS screen may not offer a choice of UMA or SIDEPORT.  In this case, you can try turning the amount of RAM dedicated to the video card down, from 128Mb to 64Mb for example.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Graphical Anomalies ===&lt;br /&gt;
&lt;br /&gt;
This was experienced with an ATI Radeon X1600 Pro 512mb:&lt;br /&gt;
&lt;br /&gt;
After following instructions for both Method 1 and Method 2, whenever the Composite Extension is disabled, the display would be almost unusable, but the fglrxinfo command would display the correct information.  If the Composite Extension is re-enabled the display would be usable, but fglrxinfo would report using mesa drivers.&lt;br /&gt;
&lt;br /&gt;
To resolve the problem it maybe needed to lower the AGP Aperture setting in my BIOS to 128mb (or lower worked too).  The AGP Aperture was initially set to 256mb. After setting the AGP Aperture to 128mb, everything worked perfectly; the Composite Extension is disabled, fglrxinfo reports the correct drivers, and direct rendering is enabled. Some systems may require setting the AGP Aperture to the highest setting (256mb or 512mb).&lt;br /&gt;
&lt;br /&gt;
There&#039;s been a bug report regarding [https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/150627 anomalies in Firefox] as well.&lt;br /&gt;
&lt;br /&gt;
=== Blank Screen with Xorg 1.3.0 ===&lt;br /&gt;
If you happen to get a blank screen on X startup and you find lines similar to those in your Xorg.log:&lt;br /&gt;
{{Box File|/var/log/Xorg.log|&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
2: /usr/lib64/xorg/modules/drivers//fglrx_drv.so(swlDalHelperValidateModeFromDAL 0x549) [...]&lt;br /&gt;
3: /usr/lib64/xorg/modules/drivers//fglrx_drv.so [...]&lt;br /&gt;
4: /usr/lib64/xorg/modules/drivers//fglrx_drv.so(atiddxPreInit 0x8b3) [...]&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Then you&#039;re probably using the ati-drivers with Xorg-1.3.0. If that&#039;s the case the only solution (known to me) is to use a version &amp;lt; 1.3.0.&lt;br /&gt;
&lt;br /&gt;
Edit: I got the same problem after using the --add-pairmode argument of aticonfig (using Xorg 1.3.0). My ati mobility x300 seemes to try&lt;br /&gt;
sending the monitor signal to the vga output (even if no monitor is connected to it). After pressing [Fn]+[F8(CRT/LCD)] the monitor&lt;br /&gt;
signal sometimes returnes to the internal laptop monitor.&lt;br /&gt;
By switching to a console or shutting down the X-server, the card switches back to vga...&lt;br /&gt;
&lt;br /&gt;
My solution: overwriting the file /etc/ati/amdpcsdb with /etc/ati/amdpcsdb.default (sudo cp /etc/ati/amdpcsdb.default /etc/ati/amdpcsdb)&lt;br /&gt;
and restore the xorg.conf (since Xorg replaces /etc/X11/xorg.conf with a failsafe config file). Then reboot the system: fglrx should now&lt;br /&gt;
work fine again with Xorg-1.3.0 .&lt;br /&gt;
&lt;br /&gt;
=== Radeon GPU fan is very loud / constantly works ===&lt;br /&gt;
:See [http://ati.cchtml.com/show_bug.cgi?id=499 bug 499] for additional information.&lt;br /&gt;
It seems fglrx has a bug with all X800/X850 cards causing them to heat up excessively&lt;br /&gt;
even when not in 3D mode. This behaviour will cause the cards&#039; fans to function on full&lt;br /&gt;
blast continuously. There is no known fix as of driver 8.31.05 or previous. Open source&lt;br /&gt;
&amp;quot;radeon&amp;quot; driver does not exhibit this problem.&lt;br /&gt;
&lt;br /&gt;
My Ati 1650GT has the same problem.It was normal when I enter ubuntu for 1 or 2minutes,and than ,the fan became crazy..No doubt it&#039;s because the temp~&lt;br /&gt;
&lt;br /&gt;
It happens too with Radeon X1800 GTO and Radeon X1900 GT.&lt;br /&gt;
&lt;br /&gt;
Possible solution (at least using a Mobility Radeon X1600): &lt;br /&gt;
&amp;lt;pre&amp;gt;aticonfig --set-powerstate=1&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find out which powerstates your Radeon supports try:&lt;br /&gt;
&amp;lt;pre&amp;gt;aticonfig --lsp&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== System freezes after logout with GDM or KDM&amp;lt;ref&amp;gt;http://ati.cchtml.com/show_bug.cgi?id=239 Going back to gdm/kdm hardlocks after running X session&amp;lt;/ref&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
If you use GDM, which is the default Login Manager on Ubuntu, modify&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo gedit /etc/gdm/gdm.conf&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
{{Box File|/etc/gdm/gdm.conf|&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;AlwaysRestartServer=true&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
If you use KDM, which is the default Login Manager on Kubuntu, add to the [X-:*-Core] section the following&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo kate /etc/kde3/kdm/kdmrc&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Box File|/etc/kde3/kdm/kdmrc|&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;TerminateServer=true&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== System freezes at startup of Fedora 7 after installing the driver ===&lt;br /&gt;
&lt;br /&gt;
Turn of the Redhat Graphical boot from grub config:&lt;br /&gt;
&lt;br /&gt;
Edit the grub config file located at /boot/grub/grub.conf and remove the &#039;rhgb&#039; from the kernel line in order to disable the Redhat Graphical boot.&lt;br /&gt;
&lt;br /&gt;
=== System lockup on logout with catalyst 8.01 &amp;lt;ref&amp;gt;http://www.phoronix.com/forums/showthread.php?t=7448&amp;amp;page=5 System lockup on logout with catalyst 8.01&amp;lt;/ref&amp;gt;===&lt;br /&gt;
To solve this issue you need to disable atieventsd. On ubuntu you can run:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo /usr/sbin/update-rc.d -f atieventsd remove&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:NeedsUpdating]]&lt;br /&gt;
{{VCT}}&lt;/div&gt;</summary>
		<author><name>200.29.96.75</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Gentoo_Installation_Guide&amp;diff=1011</id>
		<title>Gentoo Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Gentoo_Installation_Guide&amp;diff=1011"/>
		<updated>2008-02-13T10:38:02Z</updated>

		<summary type="html">&lt;p&gt;200.29.96.75: eltbodar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;monolopa&lt;br /&gt;
Orginally found on the [http://gentoo-wiki.com/HOWTO_ATI_Drivers Gentoo Wiki], the GNU Free Documentation license allows me to copy/paste it here.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
This guide should help you install and configure the proprietary graphics drivers from ATI. This guide applies for ALL versions of fglrx - it was made before the (rather dramatic) 8.8.25 January 05 release, but it is maintained such that all versions should work.&lt;br /&gt;
&lt;br /&gt;
*Note:  If you are using an ATI 7500 Mobility (or such card that isn&#039;t supported by the ati-drivers) this HOWTO will not help.  Instead use the ATI kernel drivers. See also: http://forums.gentoo.org/viewtopic-p-2137276.html#2137276&lt;br /&gt;
&lt;br /&gt;
== Kernel Configuration ==&lt;br /&gt;
&lt;br /&gt;
Get into menuconfig (cd /usr/src/your-kernel &amp;amp;&amp;amp; make menuconfig) and check the following:&lt;br /&gt;
{{Box Code|menuconfig|&amp;lt;pre&amp;gt;&lt;br /&gt;
Loadable Module Support ---&amp;gt;&lt;br /&gt;
 [*] Enable loadable module support&lt;br /&gt;
   [*]   Module unloading &lt;br /&gt;
&lt;br /&gt;
Processor type and features  ---&amp;gt;&lt;br /&gt;
 [*] Enable VM86 support&lt;br /&gt;
 [*] MTRR (Memory Type Range Register) support&lt;br /&gt;
&lt;br /&gt;
Device Drivers ---&amp;gt;&lt;br /&gt;
 Character Devices ---&amp;gt; &lt;br /&gt;
  &amp;lt;M&amp;gt; /dev/agpgart (AGP Support)  &lt;br /&gt;
    &amp;lt;M&amp;gt; Your_AGP_Chipset_Here&lt;br /&gt;
  [ ] Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)&lt;br /&gt;
&lt;br /&gt;
 Graphics support ---&amp;gt;&lt;br /&gt;
  [ ]  Support for framebuffer devices&lt;br /&gt;
&lt;br /&gt;
Kernel Hacking ---&amp;gt;&lt;br /&gt;
  [ ] Kernel debugging&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
Sync your kernel menuconfig with the selected portions posted here. (note: you can compile /dev/agpgart &amp;amp; your agp chipset [most likely ati-agp] into the kernel if you want.)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please be aware that -mm and -rc(1,2,3,4,...) kernels often break fglrx due to unexpected changes in syntax, etc. If you want to use ati-drivers, use the stock gentoo-sources or at the very least, a STABLE 2.4 or 2.6 kernel!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Don&#039;t forget to compile, install, and reboot into the kernel. Directions for this are beyond the scope of this file; if you need help recompiling the kernel, [http://gentoo-wiki.com/HOWTO_Compile_a_Kernel_Manually click here].&lt;br /&gt;
&lt;br /&gt;
== Grabbing a Driver Set ==&lt;br /&gt;
&lt;br /&gt;
For installation it will be easier to drop out of X to a command prompt. Do this using whatever command your Window Manager uses. &lt;br /&gt;
I use fluxbox so it&#039;s just rightclick -&amp;gt; fluxbox menu -&amp;gt; exit. For KDE or GNOME it&#039;s probably just a matter of logging out. When all else fails, hit CTL+ALT+BACKSPACE to kill the X server ungracefully. If the X server only reboots or for some reason you&#039;ve disabled this hotkey, log in as root and type &#039;&#039;&#039;init 3&#039;&#039;&#039; to bring the system run level down.&lt;br /&gt;
&lt;br /&gt;
There is also the possibility to stop the xdm service by entering &#039;&#039;/etc/init.d/xdm stop&#039;&#039; as root.&lt;br /&gt;
&lt;br /&gt;
Thanks to portage, installing the drivers is easy. If you have not already done it recently, start by synchronising your portage tree:&lt;br /&gt;
&lt;br /&gt;
 emerge --sync&lt;br /&gt;
 &lt;br /&gt;
Getting the latest drivers will probably mean unmasking them.&lt;br /&gt;
&lt;br /&gt;
 echo &amp;quot;x11-drivers/ati-drivers ~arch&amp;quot; &amp;gt;&amp;gt; /etc/portage/package.keywords&lt;br /&gt;
 echo &amp;quot;x11-drivers/ati-drivers-extra ~arch&amp;quot; &amp;gt;&amp;gt; /etc/portage/package.keywords&lt;br /&gt;
&lt;br /&gt;
Replace {{Codeline|&amp;lt;~arch&amp;gt;}} with your system architecture; it&#039;s going to be either {{Codeline|~x86}} or {{Codeline|~amd64}}, the only two CPU architectures supported by the ATI driver.&lt;br /&gt;
&lt;br /&gt;
Now let&#039;s install the drivers. ati-drivers-extra is a (god-awful) control panel for the driver you probably won&#039;t use; you can leave that part out if you want, but for completeness we mention it here.&lt;br /&gt;
&lt;br /&gt;
 su -&lt;br /&gt;
 emerge -av ati-drivers ati-drivers-extra&lt;br /&gt;
&lt;br /&gt;
The next step is switch to the ATi OpenGL subsytem:&lt;br /&gt;
&lt;br /&gt;
 (#opengl-update ati)&lt;br /&gt;
 eselect opengl set ati&lt;br /&gt;
 (very important!)(opengl-update is deprecated)&lt;br /&gt;
Configure X:&lt;br /&gt;
First, make a standard config file.&lt;br /&gt;
&lt;br /&gt;
 xorgconfig&lt;br /&gt;
&lt;br /&gt;
For a single screen&lt;br /&gt;
&lt;br /&gt;
 aticonfig --initial --input=/etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
For a dual head, second screen is {left|right|above|below}&lt;br /&gt;
&lt;br /&gt;
 aticonfig --initial=dual-head --input=/etc/X11/xorg.conf --screen-layout={left|right|above|below}&lt;br /&gt;
&lt;br /&gt;
Adapt input with your path to xorg&#039;s conf file&lt;br /&gt;
&lt;br /&gt;
If for some reason this command doesn&#039;t work, then try manually executing from its default location:&lt;br /&gt;
&lt;br /&gt;
 /opt/ati/bin/aticonfig [...]&lt;br /&gt;
&lt;br /&gt;
Now, let&#039;s get back into X.&lt;br /&gt;
&lt;br /&gt;
 startx&lt;br /&gt;
&lt;br /&gt;
Open up a command prompt and run:&lt;br /&gt;
&lt;br /&gt;
 fglrxinfo&lt;br /&gt;
&lt;br /&gt;
If the OpenGL vendor string says &amp;quot;ATI Technologies,&amp;quot; then congrats! You&#039;ve got the drivers working and hardware acceleration going great. If not...read on...&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
=== Config Files ===&lt;br /&gt;
By default, the driver uses the Internal AGPGART. Sometimes the internal one doesn&#039;t work, and you will have to use the one provided with the kernel. Search your xorg.conf for the line that has the option &amp;quot;UseInternalAGPGART.&amp;quot; Simply change the &amp;quot;yes&amp;quot; to &amp;quot;no.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{Box File|xorg.conf|&lt;br /&gt;
 Option &amp;quot;UseInternalAGPGART&amp;quot; &amp;quot;no&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now simply add the modules to {{Filename|/etc/modules.autoload.d/kernel-2.x}} where x is your kernel version. &lt;br /&gt;
&lt;br /&gt;
Add the following (ORDER IS VERY IMPORTANT);&lt;br /&gt;
{{Box File|/etc/modules.autoload.d/kernel-2.x|&lt;br /&gt;
 agpgart&lt;br /&gt;
 intel-agp # change intel-agp to your chipset. eg: via-agp, nvidia-agp sis-agp.&lt;br /&gt;
 fglrx&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Finally, run&lt;br /&gt;
&lt;br /&gt;
 modules-update&lt;br /&gt;
&lt;br /&gt;
Then you can reboot and everything should work. If you have are having problems, check dmesg and /var/log/Xorg.0.log for more info.&lt;br /&gt;
&lt;br /&gt;
=== Blank screen or monitor turning off after startx ===&lt;br /&gt;
&lt;br /&gt;
Versions of ati-drivers &amp;gt;= 8.16.20 have an issue with this that&#039;s easily corrected by inserting:&lt;br /&gt;
{{Box File|xorg.conf|&lt;br /&gt;
     Option &amp;quot;ForceMonitors&amp;quot; &amp;quot;notv&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
in the device section of xorg.conf (discussed here: http://bugs.gentoo.org/show_bug.cgi?id=103028)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Check if you have a non-DDC monitor connected via VGA/HD15 connector. If so change your xorg.conf:&lt;br /&gt;
{{Box File|xorg.conf|&lt;br /&gt;
 #   Option &amp;quot;DesktopSetup&amp;quot;               &amp;quot;0x00000000&amp;quot;&lt;br /&gt;
     Option &amp;quot;MonitorLayout&amp;quot;              &amp;quot;NONE, CRT&amp;quot;&lt;br /&gt;
     Option &amp;quot;IgnoreEDID&amp;quot;                 &amp;quot;off&amp;quot;&lt;br /&gt;
     Option &amp;quot;HSync2&amp;quot;                     &amp;quot;30-85&amp;quot;&lt;br /&gt;
     Option &amp;quot;VRefresh2&amp;quot;                  &amp;quot;50-160&amp;quot;&lt;br /&gt;
 #   Option &amp;quot;ScreenOverlap&amp;quot;              &amp;quot;0&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
where HSync2 and VRefresh2 are your monitor parameters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Also, try changing the MonitorLayout option. The default is &amp;quot;AUTO, AUTO&amp;quot;, which is to say X will attempt to autodetect what kind of monitor you&#039;ve got on the first and second display heads. This can theoretically fail (though I have never observed it). Try changing it around a bit. For example, if you have an LCD and no secondary monitor, change the line to read:&lt;br /&gt;
&lt;br /&gt;
{{Box File|xorg.conf|&lt;br /&gt;
     Option &amp;quot;MonitorLayout&amp;quot;              &amp;quot;TMDS, NONE&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
if you have a CRT, simply replace &amp;quot;TMDS&amp;quot; with &amp;quot;CRT&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Crashes on startup ===&lt;br /&gt;
&#039;&#039;&#039;If you are unable to use any 3d applications and get this error instead:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 FGLTexMgr: open of shared memory object failed (Function not implemented)&lt;br /&gt;
 __FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!&lt;br /&gt;
 fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!&lt;br /&gt;
 FGLTexMgr: open of shared memory object failed (Function not implemented)&lt;br /&gt;
 __FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!&lt;br /&gt;
 fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!&lt;br /&gt;
 FGLTexMgr: open of shared memory object failed (Function not implemented)&lt;br /&gt;
 __FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Then you do not have tmpfs mounted on /dev/shm, which the driver requires.&#039;&#039;&#039; Make yourself sure you have tmpfs support compiled into kernel. It&#039;s under&lt;br /&gt;
&lt;br /&gt;
    File systems --&amp;gt;&lt;br /&gt;
        Pseudo filesystems --&amp;gt;&lt;br /&gt;
            [*] Virtual memory file system support (former shm fs)&lt;br /&gt;
&lt;br /&gt;
To mount this, add to following line to {{filename|/etc/fstab}} (if it isn&#039;t there already):&lt;br /&gt;
&lt;br /&gt;
{{Box File|/etc/fstab|&lt;br /&gt;
 tmpfs     /dev/shm           tmpfs        defaults            0 0&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Then just do a:&lt;br /&gt;
 mount /dev/shm&lt;br /&gt;
&lt;br /&gt;
If the drivers still crap out on you, or for example you get a black screen on X init, try going into your system BIOS and change graphics-related stuff around. Believe it or not, for me my 9800 gives a black screen on X init if I have the AGP Aperture set at anything other than 128MB. I don&#039;t know what causes this, and I don&#039;t care; I&#039;m just relating to you how I overcame &#039;&#039;my&#039;&#039; problem ;)&lt;br /&gt;
&lt;br /&gt;
Also, &#039;&#039;&#039;whenever you update your compiler&#039;&#039;&#039;, you &#039;&#039;&#039;must&#039;&#039;&#039; recompile your kernel otherwise you won&#039;t be able to insert the fglrx module. Note that recompiling your kernel means you must also unmerge/emerge ati-drivers!&lt;br /&gt;
&lt;br /&gt;
=== Duplicate symbol errors in X log ===&lt;br /&gt;
If you are unable to start X or X fails to load the fglrx driver and you have multiple symbol errors in your Xorg log, chances are that you have compiled X with the &#039;&#039;dlloader&#039;&#039; flag.  This flag can not be used with the fglrx driver.  To fix this problem, remove the dlloader flag by editing your /etc/portage/package.use file as follows:&lt;br /&gt;
{{Box File|/etc/portage/package.use|&lt;br /&gt;
 x11-base/xorg-x11 -dlloader&lt;br /&gt;
}}&lt;br /&gt;
Now re-emerge the &#039;&#039;xorg-x11&#039;&#039; package and reinstall the fglrx driver.&lt;br /&gt;
&lt;br /&gt;
=== Crashes on the exit of X.org / X won&#039;t shutdown ===&lt;br /&gt;
Perform the following if you can get the fglrx drivers working with hardware acceleration, but are suffering from a complete system crash when trying to quit X. You should boot into your system, login, then start on this. You don&#039;t need to boot into X, and shouldn&#039;t need to edit your xorg.conf file (as fglrx is already setup as the driver and working)&lt;br /&gt;
&lt;br /&gt;
You&#039;ve emerged the &amp;quot;stable&amp;quot; version of the ati-drivers, these are out of date -- remove them (emerge --unmerge ati-drivers), to add the most recent you should either add them to the keywords file (/etc/portage/package.keywords) or emerge your local ebuild (emerge /usr/portage/x11-drivers/ati-drivers/ati-drivers-8.22.5.ebuild) if you&#039;re told it requires a dependency, emerge the local e-build for that, then try again. (usually eselect-opengl is required.)&lt;br /&gt;
Once you have the most recent ati-drivers emerged, run (eselect opengl set ati). Now you can (startx) and hopefully quit without any problems. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== glxinfo says &amp;quot;error: failed to open DRM: Operation not permitted&amp;quot;  ===&lt;br /&gt;
If a check with the glxinfo fails for ordinary users though works fine for root it might be related to filepermissions of the device-file.&lt;br /&gt;
Here is how to solve it:&lt;br /&gt;
&lt;br /&gt;
Make sure that the filepermissions on the card-device allows the video-group to read and write. The common group in gentoo with X is &amp;quot;video&amp;quot;. All normal users should be part of this group. Also, the device must have permissions for this group to read and write the card-device.&lt;br /&gt;
&lt;br /&gt;
Check the permissions on the card-device:&lt;br /&gt;
&lt;br /&gt;
root:/#ls -lcF /dev/dri/card0&lt;br /&gt;
&lt;br /&gt;
crw-rw---- 1 root root 226, 0 Oct  5 16:19 /dev/dri/card0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It can be changed with:&lt;br /&gt;
&lt;br /&gt;
root:/dev/dri#chgrp video card0&lt;br /&gt;
&lt;br /&gt;
Check if user is part of video:&lt;br /&gt;
&lt;br /&gt;
paddlaren:~&amp;gt;id paddlaren&lt;br /&gt;
&lt;br /&gt;
uid=1000(paddlaren) gid=1000(paddlaren) &lt;br /&gt;
&lt;br /&gt;
groups=1000(paddlaren),10(wheel),11(floppy),18(audio),19(cdrom),80(cdrw),85(usb),100(users),35(games)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To add a user to the video-group:&lt;br /&gt;
&lt;br /&gt;
root:~#gpasswd -a my_user video&lt;br /&gt;
&lt;br /&gt;
paddlaren:~&amp;gt;id paddlaren&lt;br /&gt;
&lt;br /&gt;
uid=1000(paddlaren) gid=1000(paddlaren) &lt;br /&gt;
&lt;br /&gt;
groups=1000(paddlaren),10(wheel),11(floppy),18(audio),19(cdrom),27(video),80(cdrw),85(usb),100(users),35(games)&lt;br /&gt;
&lt;br /&gt;
Logoff and on to ensure that the membership of the group is known to the system.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
*[http://ati.cchtml.com/ ATi Unofficial Bugzilla (occasionally monitored by ATi personnel)]&lt;br /&gt;
*Check out user Wedge_&#039;s excellent ATI Radeon [http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html FAQ here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation]]&lt;/div&gt;</summary>
		<author><name>200.29.96.75</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu_Installation_Guide&amp;diff=670</id>
		<title>Ubuntu Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Ubuntu_Installation_Guide&amp;diff=670"/>
		<updated>2008-02-13T10:37:56Z</updated>

		<summary type="html">&lt;p&gt;200.29.96.75: getliacelor&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;rollibobo&lt;br /&gt;
*[[Ubuntu_Breezy_Installation_Guide|Breezy (5.10) Installation Guide]]&lt;br /&gt;
*[[Ubuntu_Dapper_Installation_Guide|Dapper (6.06) Installation Guide]]&lt;br /&gt;
*[[Ubuntu_Edgy_Installation_Guide|Edgy (6.10) Installation Guide]]&lt;br /&gt;
*[[Ubuntu_Feisty_Installation_Guide|Feisty (7.04) Installation Guide]]&lt;br /&gt;
*[[Ubuntu_Gutsy_Installation_Guide|Gutsy (7.10) Installation Guide]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation|Ubuntu]]&lt;/div&gt;</summary>
		<author><name>200.29.96.75</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Fedora_Core_5_Installation_Guide&amp;diff=2492</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=2492"/>
		<updated>2008-02-13T10:37:45Z</updated>

		<summary type="html">&lt;p&gt;200.29.96.75: ladombob&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;cozelt&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;
Red Hat&#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>200.29.96.75</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Fedora_Core_6_Installation_Guide&amp;diff=3587</id>
		<title>Fedora Core 6 Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Fedora_Core_6_Installation_Guide&amp;diff=3587"/>
		<updated>2008-02-13T10:37:39Z</updated>

		<summary type="html">&lt;p&gt;200.29.96.75: varorrelca&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;coletodar&lt;br /&gt;
==Official ATI Factory Installer==&lt;br /&gt;
* To do the following, you must have the following software installed:&lt;br /&gt;
#kernel-devel&lt;br /&gt;
#qt-devel&lt;br /&gt;
#rpmdevtools.noarch&lt;br /&gt;
#redhat-rpm-config.noarch&lt;br /&gt;
#compat-libstdc++-33&lt;br /&gt;
&lt;br /&gt;
* The ATI installer is theoretically capable of creating FC6 RPMs.  To see a compete list of installer options, do&lt;br /&gt;
 # sh ati-driver-installer-&amp;lt;your_version&amp;gt;.run --help&lt;br /&gt;
* To see a list of all distributions you can generate packages for, do&lt;br /&gt;
 # sh ati-driver-installer-&amp;lt;your_version&amp;gt;.run --list&lt;br /&gt;
* To create a set of FC6 RPM&#039;s with the (current) ATI factory installer, usually you would do the following:&lt;br /&gt;
 # sh ati-driver-installer-8.34.8-x86.x86_64.run --buildpkg Fedora/FC6&lt;br /&gt;
&lt;br /&gt;
Normally this would work, but the current version of the ATI Factory installer (8.34.8) is broken and will not complete generation of FC6 rpm&#039;s.  In fact the ATI Factory installer has been broken since at least 8.29.  When RPM generation is invoked, it produces the following error: &lt;br /&gt;
&lt;br /&gt;
 &amp;quot;install: cannot stat `fireglcontrolpanel&#039;: No such file or directory&amp;quot;&lt;br /&gt;
&lt;br /&gt;
and exits.  The problem seems to be related to the qt-devel or the version of qt installed.  There is a hack to work around this problem; it involves editing the scripts packaged with the installer.  The hack is on Phoronix Forums.&amp;lt;ref&amp;gt;http://www.phoronix.net/forums/showthread.php?t=318&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It&#039;s all about deleting fireglcontrolpanel completely out of the rpm generation entirely.  Basically you won&#039;t have fireglcontrolpanel installed after you generate and install the rpm&#039;s, but everything else should work.&lt;br /&gt;
&lt;br /&gt;
* When you do manage to get the drivers installed, remember to put this at the end of your xorg.conf file:&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;
&#039;&#039;&#039;If this is not done then Mesa will load instead of ATI DRI.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Livna rpm ==&lt;br /&gt;
&lt;br /&gt;
If your /var/log/Xorg.0.log does not say anything useful and fglrxinfo shows only Mesa and everything else seems OK then add directory /usr/lib/ati-fglrx to library path:&lt;br /&gt;
* Create /etc/ld.so.conf.d/fglrx.conf and add /usr/lib/fglrx row there.&lt;br /&gt;
* run ldconfig&lt;br /&gt;
* restart X&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{VCT}}&lt;br /&gt;
[[Category:Installation Documentation]]&lt;/div&gt;</summary>
		<author><name>200.29.96.75</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Fedora_7_Installation_Guide&amp;diff=4056</id>
		<title>Fedora 7 Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Fedora_7_Installation_Guide&amp;diff=4056"/>
		<updated>2008-02-13T10:37:28Z</updated>

		<summary type="html">&lt;p&gt;200.29.96.75: acgetdom&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;roerletool&lt;br /&gt;
Installation on Fedora 7 is easy: Download the latest fglrx driver, apply it an executable permission, and run it.&lt;br /&gt;
There are basically 2 options:&lt;br /&gt;
    1: Install the driver&lt;br /&gt;
    2: Generate distribution specific package&lt;br /&gt;
&lt;br /&gt;
Choice one installs the driver and second choice generates rpm according to your system and puts them in working directory&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--------&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the newest ATI catalyst release (8.39.4), fglrx module can be installed on new Xorg (7.2). Unfortunately, the previous ATI driver (8.37.6), nor the latter one (8.38.6), or even the hotfix (8.38.7) were compatible with the X server in the Fedora 7 distribution.&lt;br /&gt;
&lt;br /&gt;
As pointed out at Phoronix.com, the latest release (8.39.4) has very little changes and completely ignored Fedora 7 users who have waited over a month for a functional driver.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The AMD 8.38.6 display driver had introduced Red Hat Enterprise Linux 5 packaging support along with fixing a few bugs, but the driver was one of the least interesting releases in recent times.&amp;quot;&lt;br /&gt;
http://www.phoronix.com/scan.php?page=article&amp;amp;item=764&amp;amp;num=1&lt;br /&gt;
&lt;br /&gt;
Given that this release focuses on packaging support, ATI are still prioritizing cosmetic changes over functional aspects.  Whilst packages are a &#039;nice to have&#039;, basic functionality is far more critical.&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation]]&lt;/div&gt;</summary>
		<author><name>200.29.96.75</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu_Edgy_Installation_Guide&amp;diff=3434</id>
		<title>Ubuntu Edgy Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Ubuntu_Edgy_Installation_Guide&amp;diff=3434"/>
		<updated>2008-02-13T10:37:23Z</updated>

		<summary type="html">&lt;p&gt;200.29.96.75: drongetolo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dompasva&lt;br /&gt;
The [[:Category:Releases|latest]] fglrx driver supports the Radeon 9700 up to the HD series cards.&lt;br /&gt;
&lt;br /&gt;
==Pre-Installation Checks==&lt;br /&gt;
=== Enable &amp;quot;restricted&amp;quot; Repository ===&lt;br /&gt;
To do this in GNOME, go to your System Menu &amp;gt; Administration &amp;gt; Software Sources.  Place a check next to &amp;quot;Proprietary drivers for devices (restricted),&amp;quot; click Close, click Reload, and let the application update the package list.&lt;br /&gt;
&lt;br /&gt;
To do this in XFCE, go to your Applications &amp;gt; System &amp;gt; Software Sources.  Place a check next to &amp;quot;Proprietary drivers for devices (restricted),&amp;quot; click Close, click Reload, and let the application update the package list.&lt;br /&gt;
&lt;br /&gt;
If you use KDE, go to K &amp;gt; System &amp;gt; Adept Manager Manage Packages.  Enter your password.  Go to Adept &amp;gt; Manage Repositories.  Right Click everything that starts with deb or deb-src and select enable.  Select fetch updates and you are good to go!&lt;br /&gt;
&lt;br /&gt;
=== Disable Composite Extension ===&lt;br /&gt;
In Ubuntu Edgy the Composite extension is enabled by default, however, &#039;&#039;fglrx&#039;&#039; does not yet support Composite with DRI. In order to disable Composite you have to edit the &#039;&#039;xorg.conf&#039;&#039; file:&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo gedit /etc/X11/xorg.conf&amp;lt;/pre&amp;gt;&lt;br /&gt;
and add these lines at the end of the file:&lt;br /&gt;
{{Box File|/etc/X11/xorg.conf|&lt;br /&gt;
&amp;lt;pre&amp;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;
Section &amp;quot;ServerFlags&amp;quot;&lt;br /&gt;
        Option  &amp;quot;AIGLX&amp;quot; &amp;quot;off&amp;quot;&lt;br /&gt;
EndSection&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
*Note: Xubuntu does not have gedit. The default text editor in Xubuntu is called mousepad.&lt;br /&gt;
*Note: Kubuntu does not have gedit. The default text editor in Kubuntu is called kate.&lt;br /&gt;
*Another option is to use nano (or vim).&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
===Method 1: Install the 8.34.8 Driver the Ubuntu Way===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed&lt;br /&gt;
sudo apt-get install xorg-driver-fglrx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Continue to &amp;quot;Configure the Driver&amp;quot; below.&lt;br /&gt;
&lt;br /&gt;
===Method 2: Install the 8.38.6 Driver Manually===&lt;br /&gt;
*Note: &#039;&#039;This is just an alternative installation method for the section above. It might help if you still get &#039;DRI missing&#039; errors.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Download the ATI driver installer: [https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.38.6-x86.x86_64.run  ati-driver-installer-8.38.6-x86.x86_64.run](this installer is for 32bit &#039;&#039;&#039;and&#039;&#039;&#039; 64bit systems), taking care of which version needs for your [[Hardware|device]].&lt;br /&gt;
&lt;br /&gt;
Change to the download directory.  Make sure that you have the [http://www.ubuntux.org/node/71 &#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.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Install necessary tools:&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install module-assistant build-essential fakeroot dh-make debhelper debconf libstdc++5 linux-headers-$(uname -r)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Create .deb packages:&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bash ati-driver-installer-8.38.6-x86.x86_64.run --buildpkg Ubuntu/edgy&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Blacklist old fglrx module from linux-restricted-modules:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Note: You only need to do this if you&#039;ve installed the driver from Method 1 above.&lt;br /&gt;
&lt;br /&gt;
As ubuntu&#039;s &#039;&#039;linux-restricted-modules&#039;&#039; package includes the fglrx module from an old driver version (8.28.8), we have to blacklist this module to make sure the new kernel module which is needed by the new driver will be used instead.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo gedit /etc/default/linux-restricted-modules-common&amp;lt;/pre&amp;gt;&lt;br /&gt;
Add &amp;quot;fglrx&amp;quot; to the line &amp;quot;DISABLED_MODULES&amp;quot;&lt;br /&gt;
{{Box File|/etc/default/linux-restricted-modules-common|&lt;br /&gt;
&amp;lt;pre&amp;gt;DISABLED_MODULES=&amp;quot;fglrx&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Install .deb packages:&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dpkg -i xorg-driver-fglrx_8.38.6-1*.deb&lt;br /&gt;
sudo dpkg -i fglrx-kernel-source_8.38.6-1*.deb&lt;br /&gt;
sudo dpkg -i fglrx-amdcccle_8.38.6-1*.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Remove any old fglrx debs from /usr/src/:&#039;&#039;&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;Fix broken dependencies&#039;&#039;&lt;br /&gt;
*Note: &#039;&#039;You only need to do this if you have installed previous versions of these drivers using this method before.&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Compile the kernel module:&#039;&#039;&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 build fglrx&lt;br /&gt;
sudo module-assistant install fglrx&lt;br /&gt;
sudo depmod -ae&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT&#039;&#039;&#039;: You have to recompile the kernel module after each kernel update!&lt;br /&gt;
&#039;&#039;NOTE&#039;&#039;: the new ATI driver (8.36.5) now support kernel 2.6.20!&lt;br /&gt;
&lt;br /&gt;
===Configure the Driver===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo aticonfig --initial&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Note: An &#039;&#039;&#039;alternative&#039;&#039;&#039; to the &#039;&#039;&#039;aticonfig --initial&#039;&#039;&#039; command is to edit &#039;&#039;/etc/X11/xorg.conf&#039;&#039; and replace the string &amp;quot;ati&amp;quot; with &amp;quot;fglrx&amp;quot; in the &amp;quot;Device&amp;quot; section. This way you won&#039;t lose your old &amp;quot;Screen&amp;quot; and &amp;quot;Monitor&amp;quot; settings. Afterwards you can use aticonfig for setting overlay etc.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo aticonfig --overlay-type=Xv&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Finish the Installation===&lt;br /&gt;
Now save any open document and reboot your system:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo shutdown -r now&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Note: An &#039;&#039;&#039;alternative&#039;&#039;&#039; to rebooting is to restart the X Server by pressing your CTRL+ALT+BACKSPACE keys. If you do not reboot, you must remove any old kernel modules such as &amp;quot;drm&amp;quot; &amp;quot;radeon&amp;quot; or &amp;quot;fglrx&amp;quot; using the &amp;quot;rmmod&amp;quot; command. Example: &amp;lt;code&amp;gt;rmmod fglrx&amp;lt;/code&amp;gt; &amp;lt;br/&amp;gt;&#039;&#039;If this sounds difficult, or you don&#039;t know which modules are &amp;quot;Modules such as...&amp;quot; then stick to rebooting ;)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Post-Installation Checks ==&lt;br /&gt;
===Verifying===&lt;br /&gt;
Run the following command to check its output to ensure the fglrx driver is installed properly:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
fglrxinfo&lt;br /&gt;
&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&lt;br /&gt;
OpenGL version string: 2.0.6400 (8.35.5)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If you do not see ATI as your vendor, then there are ways to [[Troubleshooting|troubleshoot installation]].&lt;br /&gt;
&lt;br /&gt;
=== Additional configure with aticonfig tool ===&lt;br /&gt;
You can even more configure the driver with the &#039;&#039;&#039;aticonfig&#039;&#039;&#039; tool, more information can be found at [[Configuring]].&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;br&amp;gt;&lt;br /&gt;
* use powerplay option to switch power state for battery friendly or performance mode&lt;br /&gt;
* use dual head or one big desktop mode &lt;br /&gt;
* turn second monitor on/off on the fly&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ubuntu-specific Issues==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Revert to Xorg driver ===&lt;br /&gt;
&lt;br /&gt;
If (for any reason) the fglrx install fails, you can revert to the Xorg driver by executing&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo dpkg-reconfigure xserver-xorg&amp;lt;/pre&amp;gt;&lt;br /&gt;
and selecting the &amp;quot;ati&amp;quot; driver, or simply restoring the previous /etc/X11/xorg.conf file, if you made a backup. &lt;br /&gt;
&lt;br /&gt;
You also need to remove the xorg-driver-fglrx or your manually installed drivers to get the 3D acceleration back, since it is provided by file /usr/lib/libGL.so.1.2 which belongs to libgl1-mesa package and which is moved to backup and replaced at the installation of xorg-driver-fglrx (or the manually built) package. In case the removal of the fglrx drivers fails to restore the file from libgl1-mesa, you have to reinstall the package by running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get install --reinstall libgl1-mesa&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== If suspend and hibernate not working ===&lt;br /&gt;
&lt;br /&gt;
If after fglrx installation suspend and hibernate stop working. I mean it suspends and hibernates but does not start and just gives black screen. Then put POST_VIDEO to false:&lt;br /&gt;
{{Box File|/etc/default/acpi-support|&lt;br /&gt;
&amp;lt;pre&amp;gt;# Should we attempt to warm-boot the video hardware on resume?&lt;br /&gt;
POST_VIDEO=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
or try this other (works for X700 and X1100):&lt;br /&gt;
&lt;br /&gt;
{{Box File|/etc/default/acpi-support|&lt;br /&gt;
&amp;lt;pre&amp;gt;# Should we attempt to warm-boot the video hardware on resume?&lt;br /&gt;
SAVE_VBE_STATE=false&lt;br /&gt;
POST_VIDEO=true&lt;br /&gt;
USE_DPMS=false&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Frequently Asked Questions]]&lt;br /&gt;
*[[Performance Issues]]&lt;br /&gt;
&lt;br /&gt;
=== Permalinks to guides for older driver versions ===&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.cchtml.com/index.php?title=Ubuntu_Edgy_Installation_Guide&amp;amp;oldid=3402 Ubuntu Edgy Installation Guide of driver v8.33.6]&lt;br /&gt;
* [http://wiki.cchtml.com/index.php?title=Ubuntu_Edgy_Installation_Guide&amp;amp;oldid=3541 Ubuntu Edgy Installation Guide of driver v8.34.8]&lt;br /&gt;
&lt;br /&gt;
{{VCT}}&lt;br /&gt;
[[Category:Installation Documentation]]&lt;/div&gt;</summary>
		<author><name>200.29.96.75</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu_Breezy_Installation_Guide&amp;diff=2559</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=2559"/>
		<updated>2008-02-13T10:37:17Z</updated>

		<summary type="html">&lt;p&gt;200.29.96.75: cobasnochita&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;eltactrocmo&lt;br /&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;
==== Madwifi Drivers in Breezy Badger ====&lt;br /&gt;
In order to continue using the [http://madwifi.org madwifi] driver you can do the following &#039;&#039;&#039;before&#039;&#039;&#039; removing the linux-restricted-modules package and rebooting.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo cp /lib/modules/$(uname -r)/volatile/ath_hal.ko /lib/modules/$(uname -r)/kernel/&lt;br /&gt;
sudo depmod -a $(uname -r)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation]]&lt;/div&gt;</summary>
		<author><name>200.29.96.75</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Ubuntu_Feisty_Installation_Guide&amp;diff=3827</id>
		<title>Ubuntu Feisty Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Ubuntu_Feisty_Installation_Guide&amp;diff=3827"/>
		<updated>2008-02-13T10:36:47Z</updated>

		<summary type="html">&lt;p&gt;200.29.96.75: ladelbota&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;boeltdron&lt;br /&gt;
The [[:Category:Releases|latest]] fglrx driver supports Radeon 9500  and the X-series cards up to HD2900. Workstation cards are not supported.&lt;br /&gt;
&lt;br /&gt;
==Pre-Installation Checks==&lt;br /&gt;
===Video Card Support===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
!|Card Class&lt;br /&gt;
!|Supported (8.42.3)&lt;br /&gt;
!|Supported (7.12)&lt;br /&gt;
|-&lt;br /&gt;
|Radeon Consumer Cards 9500 to 9800&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Radeon Consumer Cards X300 to X1950&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Radeon Consumer Cards HD 2400 to HD 2900&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|FireGL Workstation Cards&lt;br /&gt;
|No&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Enable &amp;quot;restricted&amp;quot; Repository ===&lt;br /&gt;
Make sure the &#039;&#039;restricted&#039;&#039; repository is enabled in &#039;&#039;/etc/apt/sources.list&#039;&#039; or this guide will not work!&lt;br /&gt;
&lt;br /&gt;
System &amp;gt; Administration &amp;gt; Software Sources.  Check &amp;quot;Proprietary Drivers for Devices (Restricted)&amp;quot; box.&lt;br /&gt;
&lt;br /&gt;
=== Disable Composite Extension ===&lt;br /&gt;
In Ubuntu Feisty the Composite extension is enabled by default, however, &#039;&#039;fglrx&#039;&#039; does not yet support Composite with DRI. In order to disable Composite you have to edit the &#039;&#039;xorg.conf&#039;&#039; file:&lt;br /&gt;
&amp;lt;pre&amp;gt;gksu gedit /etc/X11/xorg.conf&amp;lt;/pre&amp;gt;&lt;br /&gt;
and add these lines at the end of the file:&lt;br /&gt;
&lt;br /&gt;
{{Box File|/etc/X11/xorg.conf|&lt;br /&gt;
&amp;lt;pre&amp;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;
Section &amp;quot;ServerFlags&amp;quot;&lt;br /&gt;
        Option  &amp;quot;AIGLX&amp;quot; &amp;quot;off&amp;quot;&lt;br /&gt;
EndSection&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
*Note: Xubuntu does not have gedit. The default text editor in Xubuntu is called mousepad.&lt;br /&gt;
&amp;lt;pre&amp;gt;gksu mousepad /etc/X11/xorg.conf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Note: Kubuntu does not have gedit. The default text editor in Kubuntu is called Kate. &lt;br /&gt;
&amp;lt;pre&amp;gt;kdesu kate /etc/X11/xorg.conf&amp;lt;/pre&amp;gt;&lt;br /&gt;
Another option is to use nano directly from the terminal.&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo nano /etc/X11/xorg.conf&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
===Method 1: Install the Driver the Ubuntu Way===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install linux-restricted-modules-generic restricted-manager&lt;br /&gt;
sudo apt-get install xorg-driver-fglrx&lt;br /&gt;
sudo depmod -a&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: The second line of the above may not be necessary.  If apt says it cannot find the &amp;quot;linux-restricted-modules&amp;quot; package, try line 3.  If that fails, check your sources.list (see top of page)&lt;br /&gt;
&lt;br /&gt;
If the system complains about dependencies, use your preferred package manager to download python2.4 and, if necessary, its dependencies.&lt;br /&gt;
&lt;br /&gt;
===Method 2: Install the 8.42.3 Driver Manually===&lt;br /&gt;
&lt;br /&gt;
*Note: &#039;&#039;This is just an alternative installation method for the section above. It might help if you still get &#039;DRI missing&#039; errors.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Download the ATI driver installer:&lt;br /&gt;
[https://www2.ati.com/drivers/linux/ati-driver-installer-8.42.3-x86.x86_64.run ati-driver-installer-8.42.3-x86.x86_64.run] (this installer is for 32bit &#039;&#039;&#039;and&#039;&#039;&#039; 64bit systems)&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.  &lt;br /&gt;
&lt;br /&gt;
There is a detailed manual with screenshots at [https://wiki.ubuntu.com/AddingRepositoriesHowto Ubuntu Wiki].&lt;br /&gt;
&lt;br /&gt;
By default, Ubuntu does not enable the Universe and Multiverse repositories. But they include some important programs and codecs, so it is highly recommended to activate them.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Install necessary tools:&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install module-assistant build-essential fakeroot dh-make debhelper \&lt;br /&gt;
debconf libstdc++5 linux-headers-generic&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Create .deb packages:&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo bash ati-driver-installer-8.42.3-x86.x86_64.run --buildpkg Ubuntu/feisty&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Blacklist old fglrx module from linux-restricted-modules:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Note: You only need to do this if you&#039;ve installed the driver from Method 2 above.&lt;br /&gt;
&lt;br /&gt;
As ubuntu&#039;s &#039;&#039;linux-restricted-modules&#039;&#039; package includes the fglrx module from an old driver version (8.28.8), we have to blacklist this module to make sure the new kernel module which is needed by the new driver will be used instead.&lt;br /&gt;
&lt;br /&gt;
Ubuntu/Gnome users type in:&lt;br /&gt;
&amp;lt;pre&amp;gt;gksu gedit /etc/default/linux-restricted-modules-common&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Kubuntu/KDE users type in:&lt;br /&gt;
&amp;lt;pre&amp;gt;kdesu kate /etc/default/linux-restricted-modules-common&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add &amp;quot;fglrx&amp;quot; to the line &amp;quot;DISABLED_MODULES&amp;quot;&lt;br /&gt;
{{Box File|/etc/default/linux-restricted-modules-common|&lt;br /&gt;
&amp;lt;pre&amp;gt;DISABLED_MODULES=&amp;quot;fglrx&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&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.42.3-1*.deb \&lt;br /&gt;
fglrx-kernel-source_8.42.3-1*.deb \&lt;br /&gt;
fglrx-amdcccle_8.42.3-1*.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Note: If you have a 64 bit install, the above dpkg command will likely complain that &amp;quot;Errors were encountered while processing: fglrx-amdcccle&amp;quot;.  This is because of a dependency of the amdccle package on 32 bit libraries.  If you recieve this error, issue the following command after the above dpkg command, which will force the installation of all of the 32 bit dependencies, and then the amdccle pacakge:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install -f&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Remove any old fglrx debs from /usr/src/:&#039;&#039;&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;Fix broken dependencies&#039;&#039;&lt;br /&gt;
*Note: &#039;&#039;You only need to do this if you have installed previous versions of these drivers using this method before.&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Compile the kernel module:&#039;&#039;&lt;br /&gt;
*Note: &#039;&#039;Since Catalyst 7.12, this step is not needed anymore, because the fglrx-kernel-source package compiles and installs the module.&#039;&#039;&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 build fglrx&lt;br /&gt;
sudo module-assistant install fglrx&lt;br /&gt;
sudo depmod -a&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It&#039;s necessary, because sometimes this file is written by other packages, and so there&#039;s no 3D acceleration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Create the following folder&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo mkdir /lib/modules/$(uname -r)/volatile&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Create a symbolic link&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo ln -s /lib/modules/$(uname -r)/misc/fglrx.ko /lib/modules/$(uname -r)/volatile/fglrx.ko&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT&#039;&#039;&#039;: You have to recompile the kernel module after each kernel update!&lt;br /&gt;
&lt;br /&gt;
===Configure the Driver===&lt;br /&gt;
*Note Method 2 Users: Before you carry out this step you must reboot your machine. Or else the fglrx driver will not be in use on xorg.conf and using the aticonfig options will cause a memory dump and not intialise the Driver properly.&lt;br /&gt;
*Note: An &#039;&#039;&#039;alternative&#039;&#039;&#039; to the &#039;&#039;&#039;aticonfig --initial&#039;&#039;&#039; command is to edit &#039;&#039;/etc/X11/xorg.conf&#039;&#039; and replace the string &amp;quot;ati&amp;quot; with &amp;quot;fglrx&amp;quot; in the &amp;quot;Device&amp;quot; section. This way you won&#039;t lose your old &amp;quot;Screen&amp;quot; and &amp;quot;Monitor&amp;quot; settings. Afterwards you can use aticonfig for setting overlay etc. Another alternative is &#039;&#039;&#039;aticonfig --initial --force&#039;&#039;&#039; if you encounter issues with the first command.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo aticonfig --initial&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo aticonfig --overlay-type=Xv&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Note: Is there an alternative to the previous step?&lt;br /&gt;
&lt;br /&gt;
===Finish the Installation===&lt;br /&gt;
Now save any open document and reboot your system:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo shutdown -r now&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Note: An &#039;&#039;&#039;alternative&#039;&#039;&#039; to rebooting is to restart the X Server by pressing your CTRL ALT BACKSPACE keys. You must remove any old kernel modules such as &amp;quot;drm&amp;quot; &amp;quot;radeon&amp;quot; or &amp;quot;fglrx&amp;quot; using the &amp;quot;rmmod&amp;quot; command. Example: &amp;lt;code&amp;gt;sudo rmmod fglrx&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Post-Installation Checks ==&lt;br /&gt;
===Verifying===&lt;br /&gt;
Run the following command to check its output to ensure the fglrx driver is installed properly:&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: ATI MOBILITY RADEON 9600/9700 Series&lt;br /&gt;
OpenGL version string: 2.0.6650 (8.40.4)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The &amp;lt;code&amp;gt;OpenGL vendor string&amp;lt;/code&amp;gt; should read &#039;&#039;&#039;ATI&#039;&#039;&#039; and not &#039;&#039;&#039;Mesa&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
If you see a message like &#039;Xlib: extension &amp;quot;XFree86-DRI&amp;quot; missing on display &amp;quot;:1.0&amp;quot;&#039; then you may have to add the following to /etc/X11/xorg.conf (see [http://ubuntuforums.org/showthread.php?t=292642#post1714920]):&lt;br /&gt;
{{Box File|/etc/X11/xorg.conf|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Section &amp;quot;Extensions&amp;quot;&lt;br /&gt;
    Option &amp;quot;Composite&amp;quot; &amp;quot;0&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Additional configure with aticonfig tool ===&lt;br /&gt;
You can even more configure the driver with the &#039;&#039;&#039;aticonfig&#039;&#039;&#039; tool, more information can be found at [[Configuring]].&lt;br /&gt;
&lt;br /&gt;
For example: &amp;lt;br&amp;gt;&lt;br /&gt;
* use powerplay option to switch power state for battery friendly or performance mode&lt;br /&gt;
* use dual head or one big desktop mode &lt;br /&gt;
* turn second monitor on/off on the fly&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ubuntu-specific Issues==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Revert to Xorg driver ===&lt;br /&gt;
&lt;br /&gt;
If (for any reason) the fglrx install fails, you can revert to the Xorg driver by executing&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo dpkg-reconfigure xserver-xorg&amp;lt;/pre&amp;gt;&lt;br /&gt;
and selecting the &amp;quot;ati&amp;quot; driver, or simply restoring the previous /etc/X11/xorg.conf file, if you made a backup. &lt;br /&gt;
&lt;br /&gt;
You also need to remove the xorg-driver-fglrx or your manually installed drivers to get the 3D acceleration back, since it is provided by file /usr/lib/libGL.so.1.2 which belongs to libgl1-mesa package and which is moved to backup and replaced at the installation of xorg-driver-fglrx (or the manually built) package. In case the removal of the fglrx drivers fails to restore the file from libgl1-mesa, you have to reinstall the package by running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get install --reinstall libgl1-mesa&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== If suspend is not working ===&lt;br /&gt;
&lt;br /&gt;
If suspend stops working after fglrx installation, meaning display will not initialize after attempting to resume, then changing a few options has been reported to work for some hardware. &amp;lt;!-- ([https://launchpad.net/ubuntu/source/linux-restricted-modules-2.6.20/bug/84991 Bug 84991 ]). #Broken Link--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For ATI X700 and ATI X1100 on Acer Aspire 5051:&lt;br /&gt;
{{Box File|/etc/default/acpi-support|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SAVE_VBE_STATE=false&lt;br /&gt;
POST_VIDEO=true&lt;br /&gt;
USE_DPMS=false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
For ATI X1300 and the ATI X1400 on a Dell Inspiron 9400 or Lenovo Thinkpad T60, also for ATI X1600 on Asus Z96J (using install method 2):&lt;br /&gt;
{{Box File|/etc/default/acpi-support|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
POST_VIDEO=false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Frequently Asked Questions]]&lt;br /&gt;
*[[Performance Issues]]&lt;br /&gt;
*[[Troubleshooting]]&lt;br /&gt;
*[http://www.petitiononline.com/x200MLin/petition.html Petition for better ATI/AMD Radeon XPRESS 200M Linux Drivers]&lt;br /&gt;
* [http://ubuntuforums.org/showpost.php?p=2221323&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation Documentation]]&lt;/div&gt;</summary>
		<author><name>200.29.96.75</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Category:Installation_Documentation&amp;diff=275</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=275"/>
		<updated>2008-02-13T10:36:41Z</updated>

		<summary type="html">&lt;p&gt;200.29.96.75: catrletocava&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;riccoalricge&lt;br /&gt;
Documentation to install the ATi Linux driver under the different distributions of GNU/Linux.&lt;/div&gt;</summary>
		<author><name>200.29.96.75</name></author>
	</entry>
</feed>