From 0d1560c1287081e4501120214a65da43d018f0e5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 22 Feb 2025 18:46:56 +0100 Subject: Dont show nvidia-smi output --- src/egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/egl.c b/src/egl.c index 0608526..e2a0958 100644 --- a/src/egl.c +++ b/src/egl.c @@ -458,7 +458,7 @@ bool gsr_egl_load(gsr_egl *self, gsr_window *window, bool is_monitor_capture, bo if(self->gpu_info.vendor == GSR_GPU_VENDOR_NVIDIA) { /* This fixes nvenc codecs unable to load on openSUSE tumbleweed because of a cuda error. Don't ask me why */ - system("nvidia-smi"); + system("nvidia-smi > /dev/null"); } return true; -- cgit v1.2.3-70-g09d2