From e3225bc62835c6accc18787c6038fc1dce2484fc Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 10 May 2025 17:10:59 +0200 Subject: Move dbus code to a separate process to allow gpu-screen-recorder to use cap_sys_nice for better recording performance on amd --- src/egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egl.c') diff --git a/src/egl.c b/src/egl.c index 76ab9ec..8e38589 100644 --- a/src/egl.c +++ b/src/egl.c @@ -60,7 +60,7 @@ static bool gsr_egl_create_window(gsr_egl *self) { const int32_t ctxattr[] = { EGL_CONTEXT_CLIENT_VERSION, 2, - //EGL_CONTEXT_PRIORITY_LEVEL_IMG, EGL_CONTEXT_PRIORITY_HIGH_IMG, /* requires cap_sys_nice, ignored otherwise */ + EGL_CONTEXT_PRIORITY_LEVEL_IMG, EGL_CONTEXT_PRIORITY_HIGH_IMG, /* requires cap_sys_nice, ignored otherwise */ EGL_NONE, EGL_NONE }; -- cgit v1.2.3-70-g09d2