Page 3 of 3

Re: Fedora 26 Server PPC64

Posted: Mon Jan 01, 2018 6:13 pm
by xeno74
TearsOfMe wrote:Okay.
Hi TearsOfMe,

Thanks for the Xorg log. It seems glamor is the problem. Please rename the libglamoregl.so to libglamoregl.so.bak.

Code: Select all

sudo mv /usr/lib64/xorg/modules/libglamoregl.so /usr/lib64/xorg/modules/libglamoregl.so.bak
After that restart your X1000.

Thanks,
Christian

Re: Fedora 26 Server PPC64

Posted: Mon Jan 01, 2018 7:30 pm
by TearsOfMe
Hello.

That seems to work.

Thanks :)

Re: Fedora 26 Server PPC64

Posted: Mon Jan 01, 2018 7:32 pm
by xeno74
@TearsOfMe

Fantastic, that it works. :-)

But I don't understand the glamor problem. In my point of view glamor is responsible for hardware 2D acceleration for Radeon Si graphics cards. You don't have a Radeon Si graphics card installed in your X1000. Strange ....

Re: Fedora 26 Server PPC64

Posted: Mon Jan 01, 2018 8:37 pm
by TearsOfMe
Oh...that is my fault. I forget to mention that i run a 2 card setup.
The SI for OS4 and the 6450 for linux.

Re: Fedora 26 Server PPC64

Posted: Mon Jan 01, 2018 8:39 pm
by xeno74
TearsOfMe wrote:Oh...that is my fault. I forget to mention that i run a 2 card setup.
The SI for OS4 and the 6850 for linux.
OK, now, I understand. Thanks for the info. It was strange to see glamor in your Xorg log.

-- Christian