Robert Kirkman

Results 450 comments of Robert Kirkman

On SteamOS 3.3 stable on Valve Steam Deck "AMD Custom GPU 0405 (vangogh)", I experience `Error: Couldn't import RGB Image: 00003002` **only when using x264 encoder by setting `encoder =...

Hi I got it to work for me ```bash cd /mnt/ATOM/SteamLibrary/steamapps/common/GarrysMod/ ldd bin/linux64/engine_client.so ``` that command shows whether you have all the dependencies of gmod installed or not, if it...

Yes!!! Thank you!!! It fixes the issue for me

CPU architecture and installed dependency Ubuntu 22.04 packages ``` tacokoneko@ubuntuvm:~/gpick/build$ uname -m x86_64 tacokoneko@ubuntuvm:~/gpick/build$ apt list --installed libgtk-3-dev libboost-dev liblua5.3-0 libexpat1-dev gettext Listing... Done gettext/jammy,now 0.21-4ubuntu4 amd64 [installed] libboost-dev/jammy,now 1.74.0.3ubuntu7...

I might have successfully used Zink on Termux on locked bootloader OFW [Samsung Galaxy S9 SM-G960U](https://vulkan.gpuinfo.org/displayreport.php?id=10966) by: - Downloading [mesa 22.0.5](https://gitlab.freedesktop.org/mesa/mesa/-/tree/mesa-22.0.5) (the last mesa release that zink is supposed to...

@phhusson is the problem you have with EGL "`error: unknown type name 'Display'`"? If so does [this](https://gitlab.freedesktop.org/mesa/mesa/-/commit/15b931bee7bfec40ec31054bb2ca0d9059fe7b95) help? I believe that problem only affects a certain range of mesa commits....

Okay, I have Zink from mesa `main` branch "working" on my device at least as well as the older version of mesa does. The process I'm using is mostly identical...

> will zink work with proot distro using virgl vtest ? for zink proot, you additionally need (outside the proot) custom `libxshmfence`, custom `libepoxy`, custom `virglrenderer`, additional `mesa` changes, and...

> FWIW I tried reverting the renderpass2 commit Here's another patch I made that includes all the changes of the previous patch I posted, plus my attempt to remove the...

> is this really zink or its just cpu rendering https://www.bilibili.com/read/cv19133555 That is the same method we are discussing here, so it should be the same, plus it does have...