Quick question w/ 18.04 & NVIDIA 390 OpenGL #489
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have installed 18.04, installed the latest (recommended 390) Nvidia graphics drivers, updated the OS, and am playing CSGO and DOOM 2016 with no problems. I'm using xcompmgr for my DC. I have also installed a snap of cool-retro-term and it's not rendering on the screen. Here's the error:
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Unrecognized OpenGL version
Unrecognized OpenGL version
I installed mesa-utils and ran glxinfo and got the following:
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 970/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 390.77
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6.0 NVIDIA 390.77
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 390.77
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
I ran a debug on it with LIBGL_DEBUG=verbose cool-retro-term and got the following:
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /snap/cool-retro-term/32/usr/lib/x86_64-linux-gnu/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /snap/cool-retro-term/32/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
libGL: Can't open configuration file /home/ncc386/snap/cool-retro-term/32/.drirc: No such file or directory.
libGL: Can't open configuration file /home/ncc386/snap/cool-retro-term/32/.drirc: No such file or directory.
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
function is no-op
It appears to me that it's unable to detect my OpenGL renderer? I tried it with the open source video drivers and CRT works fine, but after installing the proprietary ones for my video card, it stops working again. I feel like it's probably something super simple that I'm going to feel retarded about once I know what's wrong. Anyone have any ideas? Help is much appreciated! Thanks!