<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">As far as I know, the goal is for the new released AppImages to work on other computers that have VAAPI and VDPAU hardware graphics capabilities even if at different levels of the operating system than the computer where the AppImage was created.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">But so far, I have not been able to either get a good test or any good results.  (BTW credit goes to Andrew for suggestion to try this + all of the advice I need to do so).</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Latest test results:</div><div class="gmail_default" style="font-size:small">- created AppImage on older Fedora version 31 which is HP/Intel chip where both VAAPI and VDPAU work.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">- main.C currently contains the 2 lines shown below (have not tested Andrew's newest suggestion yet)</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_default" style="font-size:small">        setenv("LIBVA_DRIVERS_PATH","/usr/lib/dri:/usr/lib64/dri:/usr/lib/x86_64-linux-gnu/dri:/usr/lib/aarch64-linux-gnu/dri",1);<br>        setenv("VDPAU_DRIVER_PATH","/usr/lib/vdpau:/var/lib/snapd/lib/gl/vdpau:/var/lib/snapd/lib/gl",1);</div></blockquote><div> </div><div class="gmail_default" style="font-size:small">- on the AMD laptop running Fedora 32 VAAPI gives the following errors just doing a single load:<br></div><div class="gmail_default" style="font-size:small"></div><div class="gmail_default" style="font-size:small"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Failed HW device create.<br>dev:vaapi<br>  err: Input/output error<br>HW device init failed, using SW decode.<br>file:/root/media/tutorial.mp4<br>  err: Operation not permitted<br>Failed HW device create.<br>dev:vaapi<br>  err: Input/output error<br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">HW device init failed, using SW decode.<br>file:/root/media/tutorial.mp4<br>  err: Operation not permitted<br>Failed HW device create.<br>dev:vaapi<br>  err: Input/output error<br>HW device init failed, using SW decode.<br>file:/root/media/tutorial.mp4<br>  err: Operation not permitted<br>Failed HW device create.<br>dev:vaapi<br>  err: Input/output error<br>HW device init failed, using SW decode.<br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">file:/root/media/tutorial.mp4<br>  err: Operation not permitted<br></blockquote><div><br></div><div>- a single load of VDPAU works (but I seem to have in my brain, that this gets simulated somehow)</div><div><br></div><div>More experimentation is coming with some variations.<br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, May 10, 2024 at 8:08 AM Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I put the patch for vaapi, but I don't notice any change in decoding.<br>
There are no warnings in the terminal but the GPU does not affect the<br>
decoding.<br>
I used CinGG compiled, not the appimage.<br>
</blockquote></div></div>