[elrepo] ATI (fglrx) drivers version 15.9 & EL7
Williams, Roy
rwilli95 at uncc.edu
Mon Nov 9 08:33:31 EST 2015
Wolfy,
I appreciate the quick follow-up, I stumbled on the similar information
searching around. That trick did work in that order, I've put back the
libglx.so file, although it's important to mention that I had to run
'amdconfig --initial' to generate a xorg.conf that was acceptable. I wanted
to find out if there was a way to leave the auto-detection portions in tact
and move most of that into /etc/X11/xorg.conf.d but I haven't had time to
investigate that this morning.
I created a file 20-fglrx.conf within the /etc/X11/xorg.conf.d/ folder and
that seemed sufficient to keep it from loading libglx.so from the normal
/usr/lib64/xorg/modules/extensions/ path and instead from
/usr/lib64/xorg/modules/extensions/fglrx.
Roy
On Mon, Nov 9, 2015 at 7:58 AM, Manuel Wolfshant <wolfy at nobugconsulting.ro>
wrote:
> On 11/09/2015 02:41 PM, Williams, Roy wrote:
>
>> Wolfy,
>>
>> As a follow up yes moving the
>> /usr/lib64/xorg/modules/extensions/libglx.so file out of the way does
>> resolve the issue,
>>
>
> Hello
>
>
> Thank you for the confirmation
>
>
> and
>> /usr/lib64/xorg/modules/extensions/fglrx/libglx.so is what loaded
>> according to Xorg log file. It seems if the Xorg libglx.so file is there,
>> it tries to load it. But given that file is apart of "xorg-x11-server-Xorg"
>> rpm I don't think that is the best route. Is there anyway to blacklist this
>> libglx.so automatically when the package is present or is there some other
>> preferred route?
>>
> I assume that a good route would be to make use of the ModulePath argument
> inside xorg.conf and alter the order in which the paths are parsed. I
> assume that now /usr/lib64/xorg/modules/extensions/fglrx is taken into
> account after /usr/lib64/xorg/modules/extensions/ and therefore X loads
> first the incorrect library.
> If you can, please try to add the following section to your xorg.conf,
> restore the original /usr/lib64/xorg/modules/extensions/libglx.so and see
> what happens when you restart X:
>
> Section "Files"
> ModulePath "/usr/lib64/xorg/modules/extensions/fglrx"
> ModulePath "/usr/lib64/xorg/modules"
> EndSection
>
> You might need to revert the order of the two lines, I have no idea which
> one takes precedence, first occurence or last one ( but the above order
> works for the NVidia driver )
>
>
> If you cannot test.. we'll need to wait until I manage to find myself a
> system to use for testing purposes.
>
> Thank you
>
>
> Manuel
> _______________________________________________
> elrepo mailing list
> elrepo at lists.elrepo.org
> http://lists.elrepo.org/mailman/listinfo/elrepo
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.elrepo.org/pipermail/elrepo/attachments/20151109/8007f1da/attachment.html>
More information about the elrepo
mailing list