-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
glGetString displays (null) for nvidia-340xx #253
Comments
This is a duplicate of #252. |
@wojnilowicz is it the same with |
@wojnilowicz also, could you, please, check if libGLX.so is provided by libglvnd? |
Yes.
Yes. |
Steps to reproduce:
Result:
OpenGL vendor string: (null)
Expected result:
OpenGL vendor string: NVIDIA Corporation
Additional info:
compiling gl3.cxx with "cc -o gl3 gl3.cxx -Dwith_epoxy=0 -lGL -lX11 -lepoxy" gives
OpenGL vendor string: NVIDIA Corporation
compiling gl3.cxx with "cc -o gl3 gl3.cxx -Dwith_epoxy=1 /usr/lib64/libOpenGL.so /usr/lib64/libGLX.so -lX11 -lepoxy" gives
OpenGL vendor string: (null)
compiling gl3.cxx with "cc -o gl3 gl3.cxx -Dwith_epoxy=0 /usr/lib64/libOpenGL.so /usr/lib64/libGLX.so -lX11 -lepoxy" gives
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadFBConfig
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 0 ()
Serial number of failed request: 37
Current serial number in output stream: 37
reverting dbfa4b2 helps
KDE relies on info returned from glGetString to enable compositing, and after getting (null) for every query, the compositor remains disabled.
Fedora 34 X86_64, libepoxy 1.5.7, nvidia 340.108
Please fix this.
The text was updated successfully, but these errors were encountered: