Whats the nvidia blob implementations dri implementation called? #321
Answered
by
aaronp24
YusufKhan-gamedev
asked this question in
Q&A
-
Simple question, whats the nvidia blob implementations name configured as, should be the result of |
Beta Was this translation helpful? Give feedback.
Answered by
aaronp24
Jul 12, 2022
Replies: 1 comment 6 replies
-
The NVIDIA GLX implementation doesn't support the
The nvidia-drm.ko kernel module registers itself with the drm subsystem with the name "nvidia-drm". |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
YusufKhan-gamedev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The NVIDIA GLX implementation doesn't support the
glXGetScreenDriver
function that xdriinfo uses, so it just printsThe nvidia-drm.ko kernel module registers itself with the drm subsystem with the name "nvidia-drm".