John Andersen wrote:
On 04/15/2018 11:29 AM, Peter Suetterlin wrote:
John Andersen wrote:
Since fairly recent versions of Plasma 5 (all from Opensuse repositories) going back sometime earlier this year, I've noticed an annoying regression on in the compositor on my hardware. . . . Attached small image, lets see if it sneaks through the list server, or if I have to susepaste it,
I had some sort-of comparable issues some year ago or so. In my case it was the modesetting driver of X. I switched to xf86-video-intel which did not have those issues - but likely you don't have a proper alternative?
(by now I'm back to modesetting, as the errors are gone)
You might be on to something here.
I did some digging and found that opensuse Leap 15 installed a bunch of xf86-video-xxxxx packages, including
xf86-video-amdgpu xf86-video-ati
And the dates on these differ as do the numbers on the conf files inside of these.
You might want to have a look at the Xorg.log. Xorg has a precedence list compiled in, but will go through the available ones. You can then override the default choice with xorg.conf.d snippets. E.g., I used /etc/X11/xorg.conf.d/50-device.conf: Section "Device" Identifier "Default Device" Driver "modesetting" EndSection Good luck! -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org