aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2026-08-18 00:08:31 +0200
committerdec05eba <dec05eba@protonmail.com>2026-08-18 00:08:31 +0200
commit2d1e291b5e45d1a1f084ce9a547fab276ed74973 (patch)
tree14e6538a5b99b15854670c2debfd21fc2bedbd90 /README.md
parent4147b3e6a146c15b8f01f7d898ad875fefe2d08d (diff)
README FAQ linux drm
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6a15662..1722b22 100644
--- a/README.md
+++ b/README.md
@@ -328,4 +328,4 @@ This is a bug in COSMIC and Wlroots. Their desktop portals send frame updates at
## How to adjust the volume of the recorded audio?
GPU Screen Recorder doesn't have the option to do that yet, but you can change the volume by starting recording and then open `pavucontrol`, go to the `Recording` tab and set the volume there. The system will remember the settings even after reboot, as long as the audio capture options remain the same.
## My game and recorded video is stuttering but my frame rate is high
-This is an issue with some compositors, such as kwin (kde plasma on wayland). The compositor is unable to keep up when you run too many things so the display of the game starts to stutter. Use another wayland compositor or x11 instead. The real issue lies in linux kernel DRM scheduling, which doesn't give every application a fair time to run so when running multiple applications the compositor or gpu screen recorder may lag. Hopefully this issue will get fixed soon in the linux kernel.
+This is an issue with linux kernel graphics scheduling when the gpu usage is 99-100%. The only fix available at the moment is to run X11 with the compositor disabled. There is no known fix on Wayland at the moment. Hopefully this issue will be fixed in linux soon.