You are not logged in.
Pages: 1
A specific application requires me to be using LLVM (LLVMPipe?) as OpenGL renderer (glxinfo | grep renderer). I've read that it's the default renderer if none other is found, but I don't want to go uninstalling drivers just to change this if possible. This is my current output:
glxinfo | grep renderer
OpenGL renderer string: NVIDIA GeForce RTX 3070/PCIe/SSEIn case this is some sort of XY problem, the program I'm trying to run is TASlib with software rendering
Offline
Jin, Jîyan, Azadî
Offline
OpenGL renderer string: NVIDIA GeForce RTX 3070/PCIe/SSE
As the SE thread points out: nvidia will ignore that.
You could try to run the program in xephyr.
Edit
__GLX_VENDOR_LIBRARY_NAME=mesa glxinfo -BReplacing glxinfo w/ your program will work likewise.
Last edited by seth (2023-02-06 08:57:02)
Offline
Pages: 1