From 3bd8a37aeaeba4cc955ac9d92f463c15232a1f9a Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Tue, 30 Mar 2021 14:35:35 +0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57fe29d..8d73205 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,12 @@ Nvidia users will experience problems if their Nvidia kernel module version mism For example, if the version of your Nvidia kernel module is 460.56 and the libraries inside the container are from 460.67 version, then graphics acceleration will not work. -I will try to find a solution for this problem. +There is an experimental solution for this problem in the latest Conty release that can be enabled with the **NVIDIA_FIX** variable. If you encounter this problem, please let me know if this feature does or doesn't fix it for you. + +``` +export NVIDIA_FIX=1 +./conty.sh glxgears +``` ## How to create your own Conty executables