From d5bf41fed6628083200370cd5acf3ff43b592891 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 8 Apr 2024 00:51:33 +0200 Subject: X11 nvidia monitor capture: fix capture broken after sleep/suspend or monitor reconfiguration --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 6c49e16..0833307 100755 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ if [ -d "/usr/lib/systemd/user" ]; then fi # Not necessary, but removes the password prompt when trying to record a monitor on amd/intel or nvidia wayland setcap cap_sys_admin+ep /usr/bin/gsr-kms-server -# Not necessary, but allows use of EGL_CONTEXT_PRIORITY_LEVEL_IMG which allows gpu screen recorder to run without being limited to game fps under heavy load +# Not necessary, but allows use of EGL_CONTEXT_PRIORITY_LEVEL_IMG which allows gpu screen recorder to run without being limited to game fps under heavy load on AMD/Intel setcap cap_sys_nice+ep /usr/bin/gpu-screen-recorder echo "Successfully installed gpu-screen-recorder" -- cgit v1.2.3