Skip to content

runtime: try to bind /etc/nvidia and /usr/share/nvidia

Ludovico de Nittis requested to merge wip/denittis/t29292 into master

If we have libGLX_nvidia.so.0 from the provider, we should also bind /etc/nvidia and /usr/share/nvidia because they usually contain the application profiles. http://us.download.nvidia.com/XFree86/Linux-x86_64/470.42.01/README/profiles.html#ApplicationProf9ccbe

Fixes: #73 (closed)


Because I don't have a machine with a NVIDIA GPU, to test this patch I manually placed the nvidia-application-profiles* files in /etc/nvidia/ and used a dummy library instead of libGLX_nvidia.so.0.

Merge request reports