x11 gives errors after switching to lavapipe from turnip
i'm trying to switch to lavapipe from turnip, i compiled it from latest mesa with flags
-Dvulkan-drivers=swrast -Dgallium-drivers=[] -Dcpp_rtti=false
and then made a file called lvp_icd.aarch64.json
in usr/share/vulkan/icd.d
with those contents but then when i try to run vkcube the screen in termux x11 is black, some other programs fail with and all those are working fine with turnip. what am i doing wrong?Solution:Jump to solution
GitHub
dri3 extension makes lavapipe driver failure · Issue #639 · termu...
I found that since Termux-X11 supports the DRI3 extension, the Lavapipe (the Software Vulkan Driver) driver has a problem that show the black window of the lavapipe vulkan program。 such as vkcube: ...
2 Replies
Solution
GitHub
dri3 extension makes lavapipe driver failure · Issue #639 · termu...
I found that since Termux-X11 supports the DRI3 extension, the Lavapipe (the Software Vulkan Driver) driver has a problem that show the black window of the lavapipe vulkan program。 such as vkcube: ...
i tried it, but it didn't change anything
after restarting termux it worked