HI:<br>I had problem that whole machine freezing up with an ATI Radeon
HD 3200 video card and fglrx. Once I login into gnome and wait a few seconds the
system freeze. Is it fix it?<br><br>Salu2...<br>masch...<br><br><div class="gmail_quote">On Tue, Apr 21, 2009 at 4:16 PM, RPM Fusion Bugzilla <span dir="ltr">&lt;<a href="mailto:noreply@rpmfusion.org">noreply@rpmfusion.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><a href="http://bugzilla.rpmfusion.org/show_bug.cgi?id=563" target="_blank">http://bugzilla.rpmfusion.org/show_bug.cgi?id=563</a><br>


<br>
<br>
<br>
<br>
<br>
</div>--- Comment #4 from Stewart Adam &lt;<a href="mailto:s.adam@diffingo.com">s.adam@diffingo.com</a>&gt;  2009-04-21 21:16:26 ---<br>
BTW - For those who are looking at the bug and want to know what kwizart and I<br>
mean by old/new scheme, &quot;old scheme&quot; refers to the current setup with<br>
livna-config-display where all configuration files are simply included in the<br>
driver packages. &quot;New scheme&quot; refers to a future setup with<br>
rpmfusion-config-display where configuration files are generated on-demand,<br>
making driver switches much easier.<br>
<br>
(In reply to comment #3)<br>
<div class="im">&gt; 1* Does this file remains needed with 9.4? (should be set as %config at least)<br>
&gt; %{_sysconfdir}/udev/makedev.d/40-catalyst-dri.nodes<br>
&gt; (in other words, Is the module capable to create it own devices on<br>
&gt; /dev/dri/card? )<br>
&gt; the file need to be removed &quot;then&quot; the initrd regenerated in order to test for<br>
&gt; this feature.<br>
</div>Will test at home tonight.<br>
<div class="im"><br>
&gt; This problem itself is a blocker for later improvement of the packaging scheme<br>
&gt; of the binary GPU drivers. Now this is not a problem as we will stay with the<br>
&gt; previous scheme until this is solved.<br>
</div>I saw in the last git commit you made from rpmfusion-config-display you added a<br>
structure so we could create/destroy these files using r-c-d... I will try to<br>
continue working on this soon, and if it works then the need for files like the<br>
blacklist, udev configuration or power scripts will no longer be a problem.<br>
<div class="im">&gt; In general we need to check if every file remains necessary.<br>
</div>+1<br>
<div class="im"><br>
&gt; 3* -devel subpackage<br>
&gt; %{atilibdir}/*.a<br>
&gt; %{_libdir}/xorg/modules/*.a<br>
&gt; %{_includedir}/GL/<br>
&gt; %{_includedir}/X11/extensions/*.h<br>
&gt; Theses files conflict with mesa-ones, the nVidia driver have them installed in<br>
&gt; /usr/include/nvidia which the package should have them installed probably in<br>
&gt; /usr/include/catalyst. That needs to be changed with the package converted to<br>
&gt; the new scheme.<br>
&gt; This could be dropped as a consequence:<br>
&gt; Requires:        %{_includedir}/X11/extensions, %{_includedir}/GL<br>
</div>Will fix + test compiling software against the relocated headers tonight as<br>
well.<br>
<div class="im"><br>
&gt; 4* ||: or everyline with scriplets.<br>
&gt; This tweak is aimed to avoid error that might prevents rpm transaction if ever<br>
&gt; the scriptlet failed for any reason. That&#39;s prevent package to fail to<br>
&gt; install/uninstall, so it only make sense at the end (un-conditional) of a<br>
&gt; scriplet.<br>
</div>Done<br>
<div class="im"><br>
&gt; 5* %postun -p /sbin/ldconfig<br>
&gt; ^^ This is uneeded, (read evil) as the main package doesn&#39;t provide any system<br>
&gt; wide shared objects,that need to be registered with ldconfig. (only xorg<br>
&gt; libraries that are meant to be dlopened).<br>
</div>Done<br>
<div class="im"><br>
&gt; 6* Missing conflicts :<br>
&gt; Conflicts: xorg-x11-drv-nvidia-71xx (legacy new name supposed to be<br>
&gt; re-introduced at a later time once nVidia support new xorg-server).<br>
&gt; Conflicts: xorg-x11-drv-nvidia-custom<br>
</div>Done<br>
<div class="im"><br>
&gt; 7* deprecated Obsoletes/Provides from fglrx package history:<br>
&gt; This doesn&#39;t have to be introduced in the new package (could be dropped in<br>
&gt; fglrx also actually.)<br>
&gt; Obsoletes:       ati-x11-drv &lt; %{version}-%{release}<br>
&gt; Provides:        ati-x11-drv = %{version}-%{release}<br>
&gt; ...<br>
&gt; Obsoletes:       ati-x11-drv-devel &lt; %{version}-%{release}<br>
&gt; Provides:        ati-x11-drv-devel = %{version}-%{release}<br>
&gt; ...<br>
</div>If we get rid of these, then FreshRPM users who install RPM Fusion will have no<br>
upgrade path... If we no longer wish to support this upgrade path on new<br>
branches (ie, F-11), I&#39;m OK with that but I think that we need to keep it for<br>
F-9/F-10.<br>
<div class="im"><br>
&gt; %ifarch %{ix86}<br>
&gt; Provides: %{name}-libs-32bit = %{version}-%{release}<br>
&gt; Obsoletes: %{name}-libs-32bit &lt;= %{version}-%{release}<br>
&gt; %endif<br>
&gt; ...<br>
&gt; Requires:        %{atilibdir}/libGL.so.1.2<br>
&gt; ^^ this one is not needed along with the use of<br>
&gt; Requires:        %{name}-libs-%{_target_cpu} = %{version}-%{release}<br>
&gt; (for the main package)<br>
</div>Fixed<br>
<div class="im"><br>
&gt; 8* %config need to be appended for earch file using /etc<br>
&gt; There is a need to verify if this is still relevant for some files that may<br>
&gt; even not be relevant to have in /etc but where ati/amd uses some hardcoded path<br>
&gt; which prevent us to use that.<br>
</div>Done<br>
<div class="im"><br>
&gt; So to sum-up , I expect this package to be introduced in F-10/F-11 (F-9?).<br>
</div>F-10 and F-11 right away (will migrate from old to new scheme eventually), and<br>
F-9 afterwards (but kept at the old scheme).<br>
<div class="im"><br>
&gt; Most of the above notes at pretty trivial to fix. (since that&#39;s just few tweaks<br>
&gt; from a fglrx-&gt;catalyst rename) But I note this is for the old scheme. I really<br>
&gt; think we need to work on the new scheme for both F-10/F-11.<br>
</div>+1 - this is partially my fault, I don&#39;t have much time... I&#39;m finishing the<br>
semester mid-may, at that point I&#39;ll have much more time to finish the last<br>
bits of r-c-d.<br>
<div><div></div><div class="h5"><br>
<br>
--<br>
Configure bugmail: <a href="http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email" target="_blank">http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email</a><br>
------- You are receiving this mail because: -------<br>
You are on the CC list for the bug.<br>
</div></div></blockquote></div><br>