[elrepo] ATI (fglrx) drivers version 15.9 & EL7
Manuel Wolfshant
wolfy at nobugconsulting.ro
Mon Nov 9 07:58:26 EST 2015
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
More information about the elrepo
mailing list