diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-07 00:41:45 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-07 00:41:45 +0200 |
commit | 3b09cb7fd35b080ec42ce23a2cab01b12959f9f9 (patch) | |
tree | d774383319d165c47eed627436476948f38598b5 /README.md | |
parent | 1ab2c066b4de87facf89103602387c370211b190 (diff) |
Disable cap_sys_nice which causes amd gpu crash for some people. Do glFlush instead of swapBuffers, which allows it to run at high fps anyways. Downside is that some games on kde plasma can start to stutter. Kde plasma issue?
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -199,5 +199,3 @@ This is a [steam issue](https://github.com/ValveSoftware/steam-for-linux/issues/ If you are using the flatpak version of GPU Screen Recorder then try installing GPU Screen Recorder from a non-flatpak source instead (such as from aur or from source). Flatpak has a limitation that prevents GPU Screen Recorder from running faster when playing very heavy games. ## How do I apply audio effects, such as noise suppression? You have to use external software for that, such as Easy Effects or NoiseTorch. -## My AMD GPU freezes when using GPU Screen Recorder -This is an AMD driver bug that happens to some people: [https://gitlab.freedesktop.org/mesa/mesa/-/issues/13224](https://gitlab.freedesktop.org/mesa/mesa/-/issues/13224). If you are able to provide system information and output of `sudo dmesg` in that bug report then please do so. It will continue to be an issue until AMD fixes it. As a temporary workaround you can run `sudo setcap -r /usr/bin/gpu-screen-recorder` (but this gets overwritten when you update GPU Screen Recorder). |