I tried 545 before and after the kernel update, and had reduced but not eliminated flickering issues which various forum posts indicated were related to a lack of explicit sync
Lots of stuff seems fixed with the patch applied, i.e. spotify and steam don't glitch anymore, but Minecraft and Zoom meetings with camera on are still strobing badly
Is there a way to install RPM's? Even just extracting the contents into the usr folder would work, though i cant seem to achieve that with 'rpm2cpio' either
I have a project in the cncf with a dockerfile in need of a github action to publish the container in ghcr.io. I did something similar for another project and can walk you through it. But if someone has "contribute to a cncf project" on their goal list, lmk.
Could this be useful for populating /opt or similar during container build-time?
I don't know if my interpretation of the changelog is correct, but my understanding is that if you shove stuff in /usr/share/factory/var (such as 1Password stuff or RPMs that expect to be able to write to /opt?), it will be copied to /var on boot
The easy solution would be to create a symlink in /opt -> /usr/share/factory/var/opt in the container during build time and remove it at the end of the build