anarchosax Well, it is hard to believe but picom made the situation worse.
Whaa...that's what's recommended (see Graphics here) for Intel cards. DRMKMS issue prolly...
anarchosax I haven't been able to find an xorg.conf file on the system.
This file is no longer needed by newer X servers. It's all auto-configured now, but, to override I would use:
$ cat /etc/X11/xorg.conf.d/radeon.conf
Section "Device"
Identifier "Card0"
Driver "radeon"
Option "AccelMethod" "xaa"
# Option "RenderAccel" "off"
EndSection
If these don't work, run the program with SW OpenGL rendering:
$ env LIBGL_ALWAYS_SOFTWARE=true blah ...
or, in the extremis, just run the safe (slow) wsfb driver.
Don't run -configure
when an X server is already active.