cmspam
cmspam
@jaruba Thanks for the response. I used this command ffmpeg -vaapi_device /dev/dri/renderD128 -i input.mp4 -vf 'format=nv12,hwupload' -c:v h264_vaapi output.mp4 It does not work with the version included. It seems like...
@jaruba Do you happen to know, what command I could use to try vaapi in the older version which is used, to troubleshoot, actually?
Trying to get this working on AMD graphics. I have dual AMD/Nvidia. Nvidia is fine with the fixes here. I've looked at strace but can't figure out what else to...
To fix it for radeon, I had to add the following to my configuration.nix environment.sessionVariables = { LD_LIBRARY_PATH = [ "${pkgs.openssl.out}/lib" ]; }; For some reason it requires libssl.so.3 to...
> What does `incus info —-show-log ` show? On 6.1: ``` incus info --show-log kasm Error: stat /proc/0: no such file or directory ``` On 6.0 LTS: ``` incus info...
OK, I can open an issue upstream.
So, you were right. It's an upstream bug, and was already fixed in main.
> Thanks for checking upstream. Is this problematic enough that it needs to be patched or can it it wait for 6.2? Of course it's just my opinion, but I...
Incus 6.2 is now available as of 10 hours ago, so this should be taken care of easily now. With that said, one thing I can think of which could...
Indeed, incus can certainly run containerized, but I think there is a big advantage to having it available on a base image like this one, dedicated to virtualization uses, as...