Closed hansm629 closed 1 week ago
Add LIBGL_KOPPER_DISABLE=1
environment variable
@xMeM It works! Thank You! :)
~$ LIBGL_KOPPER_DISABLE=1 GALLIUM_DRIVER=virpipe glmark2
** GLX does not support GLX_EXT_swap_control or GLX_MESA_swap_control!
** Failed to set swap interval. Results may be bounded above by refresh rate.
=======================================================
glmark2 2023.01
=======================================================
OpenGL Information
GL_VENDOR: Mesa
GL_RENDERER: virgl (ANGLE (Samsung Electronics Co. Ltd., Vulkan 1.3.264 ...)
GL_VERSION: 4.6 (Compatibility Profile) Mesa 24.2.6
Surface Config: buf=32 r=8 g=8 b=8 a=8 depth=32 stencil=0 samples=0
Surface Size: 800x600 windowed
=======================================================
** GLX does not support GLX_EXT_swap_control or GLX_MESA_swap_control!
** Failed to set swap interval. Results may be bounded above by refresh rate.
[build] use-vbo=false: FPS: 123 FrameTime: 8.131 ms
@xMeM
https://github.com/xMeM/termux-packages/actions/runs/11743740473
mesa-vulkan-icd-wrapper-dbg_24.2.5-7_aarch64.deb
Finally, from the latest version,
DXVK
is work on theXclipse series GPU
!Thank you so much, Sir, for your development efforts amidst your busy schedule!
Most SoC GPUs still don’t work perfectly or at all with
Zink
onmesa-24.x.x
.For programs that currently have usability issues, I’m planning to use the
GALLIUM_DRIVER=virpipe
environment variable untilZink
usability improves. However, in the latest build, theGALLIUM_DRIVER
environment variable does not work. Even with thevirgl server
running,glmark2
always runs withZink
when using the command below.Could you possibly enable the
GALLIUM_DRIVER
environment variable to work in the next build?