Skip to content

Commit

Permalink
#4287 derp
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 6, 2024
1 parent 5963153 commit c676e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/codecs/nvidia/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit c676e35

Please sign in to comment.