<?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=207.248.164.198</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=207.248.164.198"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/207.248.164.198"/>
	<updated>2026-04-30T19:15:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Troubleshooting&amp;diff=2287</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Troubleshooting&amp;diff=2287"/>
		<updated>2007-10-25T05:41:11Z</updated>

		<summary type="html">&lt;p&gt;207.248.164.198: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;liracbot&lt;br /&gt;
varsitorbas&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;
*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;
(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;
&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;
&lt;br /&gt;
==X Server Related Issues==&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;
=== BigDesktop doesn&#039;t work after GDM login screen ===&lt;br /&gt;
&lt;br /&gt;
This can occur on Ubuntu Feisty Fawn sometimes.&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;
=== 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;
=== 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;
=== X800/X850 fan is very loud / constantly works ===&lt;br /&gt;
&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;
=== 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;
==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>207.248.164.198</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Verifying&amp;diff=2111</id>
		<title>Verifying</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Verifying&amp;diff=2111"/>
		<updated>2007-10-25T05:38:58Z</updated>

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

		<summary type="html">&lt;p&gt;207.248.164.198: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;czelzele&lt;br /&gt;
viacelrelac&lt;br /&gt;
dronda&lt;br /&gt;
==Installation==&lt;br /&gt;
===How do I know fglrx is installed correctly?===&lt;br /&gt;
There are several ways to check if fglrx is loaded and running.&lt;br /&gt;
&amp;lt;br&amp;gt;1. Check your X.org or XFree86 log. You should see &amp;quot;DRI Initialization Successful.&amp;quot;&lt;br /&gt;
 # less /var/log/Xorg.0.log&lt;br /&gt;
 or&lt;br /&gt;
 # less /var/log/XFree86.0.log&lt;br /&gt;
2. Check glxinfo. You should see &amp;quot;direct&amp;quot; and not &amp;quot;indirect.&amp;quot;&lt;br /&gt;
 # glxinfo | grep direct&lt;br /&gt;
3. Check your kernel log. You should see fglrx messages near the bottom.&lt;br /&gt;
 # dmesg&lt;br /&gt;
4. Check your modules. You should see fglrx loaded.&lt;br /&gt;
 # lsmod | grep fglrx&lt;br /&gt;
*NOTE: [[Glxgears is not a Benchmark|glxgears]] is not a definite way of checking the installation of fglrx.&lt;br /&gt;
&lt;br /&gt;
=== Is the rebooting really necessary? ===&lt;br /&gt;
&lt;br /&gt;
No.&lt;br /&gt;
&lt;br /&gt;
However, rebooting is the easiest method to ensure that the kernel module(s) from the old driver are unloaded and the fglrx module is loaded instead. If you don&#039;t want to reboot for some reason, you may manually shut down Xorg, unload any old &amp;quot;drm&amp;quot;, &amp;quot;radeon&amp;quot; or &amp;quot;fglrx&amp;quot; modules and then start Xorg again.&lt;br /&gt;
&lt;br /&gt;
==Kernel==&lt;br /&gt;
===Why does fglrx not work for my bleeding-edge kernel?===&lt;br /&gt;
The development process of the fglrx driver and the Linux kernel are not on the same level.  The fglrx driver requires some special interactions with the kernel memory API and these tend to change between kernel versions. &lt;br /&gt;
&lt;br /&gt;
There is also an 11-12 week cycle required to develop, validate and test each release of an ATI driver &amp;lt;ref&amp;gt;http://www.phoronix.com/scan.php?page=article&amp;amp;item=735&amp;amp;num=1&amp;lt;/ref&amp;gt;.  ATI will only look to support the latest kernel that is officially out (no -rc or -git releases are supported) at the time they release a driver. Example: fglrx version A comes out Monday, but kernel version B comes out Tuesday. Kernel version B is not supported by fglrx version A. (but might be able to work anyway by doing a &#039;modprobe -f fglrx&#039; in a shell)&lt;br /&gt;
&lt;br /&gt;
The binary part of ATI&#039;s kernel module has no explicit dependency on the Linux kernel.  There are a set of source files that provide the glue to the kernel.  This is where the dependency to different kernels exist.  As a result, user contributed patches for newer kernels can often be found by searching [http://ati.cchtml.com Bugzilla].&lt;br /&gt;
&lt;br /&gt;
==X Configuration==&lt;br /&gt;
===Composite Extension===&lt;br /&gt;
If you&#039;ve enabled transparency, and you&#039;ve added the Composite extension to the xorg.conf file, the ATI driver will disable DRI.&lt;br /&gt;
&lt;br /&gt;
The only way to use 3D and the ATI OpenGL drivers is commenting the Option &amp;quot;Composite&amp;quot; &amp;quot;Enable&amp;quot; line.&lt;br /&gt;
&lt;br /&gt;
It may be necessary to put the following lines into xorg.conf:&lt;br /&gt;
&lt;br /&gt;
    Section &amp;quot;Extensions&amp;quot;&lt;br /&gt;
          Option      &amp;quot;Composite&amp;quot; &amp;quot;Disable&amp;quot;&lt;br /&gt;
    EndSection&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
* See [[Troubleshooting]] page.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[http://ati.amd.com/products/catalyst/linux.html Official ATI Linux Driver FAQ]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>207.248.164.198</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=8.32.5&amp;diff=3620</id>
		<title>8.32.5</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=8.32.5&amp;diff=3620"/>
		<updated>2007-10-25T03:15:14Z</updated>

		<summary type="html">&lt;p&gt;207.248.164.198: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;domvartrocr&lt;br /&gt;
ATI Linux fglrx driver version 8.32.5&lt;br /&gt;
&lt;br /&gt;
==Release Notes==&lt;br /&gt;
* Xorg 7.2 support (partial)&lt;br /&gt;
* Radeon X1950 and X1650 support&lt;br /&gt;
* Lots of bug fixing&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* Full release notes: [http://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/linux_8.32.5.html linux_8.32.5.html]&lt;br /&gt;
[[Category:Releases]]&lt;/div&gt;</summary>
		<author><name>207.248.164.198</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Slackware&amp;diff=1141</id>
		<title>Slackware</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Slackware&amp;diff=1141"/>
		<updated>2007-10-25T02:32:07Z</updated>

		<summary type="html">&lt;p&gt;207.248.164.198: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ordronbocm&lt;br /&gt;
Welcome. This bare-bones little faq details how to get fglrx working on slackware.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
*[[Slackware Installation Guide|Installation Guide]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tips and Tricks==&lt;br /&gt;
&#039;&#039;&#039;Slamd64&#039;&#039;&#039; - You need to install GCC 3.3 libraries for fglrx. Download and install [http://www.tfd.chalmers.se/~berend/slamd64/ cxxlibs5]. You will also need to install the 32 bit compatibility libraries in /c.&lt;br /&gt;
&lt;br /&gt;
==Related Resources==&lt;br /&gt;
&lt;br /&gt;
{{VCT}}&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>207.248.164.198</name></author>
	</entry>
</feed>