VP9 and AV1 hardware codec are not enabled.
In builder-live.log we have “-DVIDEO_CODEC_AV1DEC=0 -DVIDEO_CODEC_AV1ENC=0 -DVIDEO_CODEC_VP9DEC=0” and I don’t know why.
Enabled both:
- NVK driver to be used with Kernel 6.7+
- AV1 Dec/Enc and VP9 Dec
I’ve found a pretty good workaround for the recurring Electron shader cache issue.
Use the following bash snippet to clear all GPUCache files for Flatpaks and non flatpak’d applications:
for i in $(find ~/.config ~/.var -type d -name "GPUCache" 2>/dev/null); do rm -ri ${i}; done
Swap the -ri
to -rf
if you want to run this silently. Enjoy all the bloatware!
Getting Certificate expired errors now with this repo
RPM: 1. Certificiate 702E7C6094CBA2BC invalid: certificate is not alive
RPM: because: The primary key is not live
RPM: because: Expired on 2024-07-07T08:17:02Z
RPM: 2. Key 702E7C6094CBA2BC invalid: key is not alive
RPM: because: The primary key is not live
RPM: because: Expired on 2024-07-07T08:17:02Z
Hi @lemonzest, thanks for the report!
KB updated with instructions.
Hi @xxmitsu , can you please enable %global with_intel_rt disabled
?
@digitalinferno Done. But only enabled for x64bit targets, because:
meson.build:306:3: ERROR: Feature intel-rt cannot be enabled: Intel Ray Tracing is only supported on x86_64
… which is why I disabled it, in the first place.