<?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=120.203.7.66</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=120.203.7.66"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/120.203.7.66"/>
	<updated>2026-05-17T02:30:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Troubleshooting&amp;diff=8455</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Troubleshooting&amp;diff=8455"/>
		<updated>2012-05-14T21:58:35Z</updated>

		<summary type="html">&lt;p&gt;120.203.7.66: /* aticonfig Issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; Hello! cbbafaf interesting cbbafaf site! I&#039;m really like it! Very, very cbbafaf good!&lt;br /&gt;
&lt;br /&gt;
Very nice site!&lt;br /&gt;
&lt;br /&gt;
 Hello! kcdffee interesting kcdffee site! I&#039;m really like it! Very, very kcdffee good!&lt;br /&gt;
&lt;br /&gt;
==AMD installer script completes, fglrx X driver loads, fglrxinfo reports error==&lt;br /&gt;
&lt;br /&gt;
Xorg.log reports 2d/3d acceleration disabled, DRI disabled and uki errors related to /proc/ati files.  AMD control panel works.&lt;br /&gt;
&lt;br /&gt;
This can happen if there is a problem w/ the AMD installer compiling the fglrx.ko kernel module.  The installation completes anyway with the fglrx Xorg driver in place.  As per 2.6.42.9 and the 12.1 AMD driver there was a compile error in/usr/src/fglrx-8.93/firegl_public.c, due to TS_USEDFPU macro not being defined.  Other compile-time errors will produce a similar problem.  Check the contents of /usr/share/ati/fglrx-install.log, note if there was a compile error.  If so, re-running the AMD installer will not fix the problem since the compile error will just recur.  Likewise, patching the bug ie&lt;br /&gt;
&lt;br /&gt;
http://phoronix.com/forums/showthread.php?68922-Patch-to-compile-fgrlx-module-on-Linux-3-3-rc4-with-x86-32-bit-arch&lt;br /&gt;
&lt;br /&gt;
and then reinstalling won&#039;t help either since the installer re-extracts the source from the archive.  To fix, apply whatever fix is required to the sourcecode that the installer leaves in /usr/src/fglrx-xxx and use dkms to compile and install the driver.&lt;br /&gt;
&lt;br /&gt;
dkms add fglrx/8.93 /usr/src/fglrx-8.93&amp;lt;BR&amp;gt;&lt;br /&gt;
dkms build fglrx/8.93&amp;lt;BR&amp;gt;&lt;br /&gt;
dkms install fglrx/8.93&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Apply fixes to the fglrx source and repeat the dkms build step until the build completes, then install &amp;amp; reboot.  Check lsmod output to see if fglrx.ko is loaded, confirm DRI and proc stuff in Xorg.log is working.&lt;br /&gt;
&lt;br /&gt;
In the 2.6.42.9 w/ 12.1 bug case, the fix is to add the TS_USEDFPU ifdef in firegl_public.c as below;&lt;br /&gt;
&lt;br /&gt;
void ATI_API_CALL KCL_fpu_begin(void)&amp;lt;BR&amp;gt;&lt;br /&gt;
{&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#ifdef CONFIG_X86_64&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
    kernel_fpu_begin();&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#else&amp;lt;/nowiki&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#ifndef TS_USEDFPU&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
    preempt_disable();&lt;br /&gt;
    if (__thread_has_fpu(current))&lt;br /&gt;
       __save_init_fpu(current);&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#else&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
    struct thread_info *cur_task = current_thread_info();&lt;br /&gt;
    preempt_disable();&lt;br /&gt;
    if (cur_task-&amp;gt;status &amp;amp; TS_USEDFPU)&lt;br /&gt;
        __save_init_fpu(cur_task-&amp;gt;task);&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#endif&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
    else&lt;br /&gt;
        clts();&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#endif&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>120.203.7.66</name></author>
	</entry>
</feed>