From c676e358c0a2277464afbdbd8f4f002b125d65aa Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 6 Jul 2024 15:34:30 +0700 Subject: [PATCH] #4287 derp --- xpra/codecs/nvidia/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpra/codecs/nvidia/util.py b/xpra/codecs/nvidia/util.py index 253e90d9d6..1b855e5017 100755 --- a/xpra/codecs/nvidia/util.py +++ b/xpra/codecs/nvidia/util.py @@ -329,7 +329,7 @@ def validate_driver_yuv444lossless() -> bool: else: log_fn = log.warn _version_warning = True - if v: + if v < MIN_VERSION: log_fn(f"Warning: NVidia driver version {pver(v)} is untested with NVENC") log_fn(f" (this encoder has been tested with versions {MIN_VERSION}.x and later only)") if not envbool("XPRA_NVENC_YUV444P", False):