aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
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 fec72f1..6a15662 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.
+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.