Comment 41 for bug 709505

Revision history for this message
Anton (avelo) wrote : Re: [Bug 709505] Re: [MASTER] fglrx failed to install/upgrade due to being incompatible with 2.6.38 kernel

Hello Alberto,

Finally Worked!

Yes I'know I can broke the system, but it's a natty partition for
testing, not my main install for work. Anyway, many thanks for the advice.

I've also straced X start-up, because of the Xorg errors:

libGL symbol link files sanity check failed
(EE) fglrx(0): PowerXpress: Fail to switch libGL link files.

I've found that fglrx misses links for libGL in /usr/lib/
so I've created the following:
libGL.so -> /usr/lib/fglrx/libGL.so
libGL.so.1 -> /usr/lib/fglrx/libGL.so.1
libGL.so.1.2 -> /usr/lib/fglrx/libGL.so.1.2

Apart from the abovementioned for libglx.so

And then tried X
with aticonfig --px-dgpu
X started perfectly (fglrxinfo gives ATI finally (!!!!!) running)
and then tried
aticonfig --px-igpu, with Intel running by fglrx (I've not checked if it
turns off the ATI for lowering the consumption)

Attached I enclosed both finally working Xorg logs

These links could be incorporated as slaves in the alternatives of
gl_conf? I guess...

Cheers and many many thanks for your work in having fglrx working
Anton

On 31/03/11 21:20, Alberto Milone wrote:
> @Anton
> The driver doesn't support PowerXpress yet, so those commands are expected to fail. Also by changing links to libraries you risk breaking your system.
>
> @EricDHH
> Try typing "sudo ldconfig"
>
> Also, please attach the output of the following commads:
> 1) ldconfig -p | grep libati
> 2) update-alternatives --display gl_conf
>
> @all
> There's no need to run "aticonfig --initial" as fglrx now works even without xorg.conf.
>