aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2026-05-21 22:05:17 +0200
committerdec05eba <dec05eba@protonmail.com>2026-05-21 22:05:17 +0200
commit2db954c4681aaf7dd24f187ef95df7ded9995bd7 (patch)
tree6411d210e89a7a67cd04afeb236e4e25ffd6fa97 /README.md
parent6767ab5c4da5ea580bedc97002a6dcfe98e1455d (diff)
FAQ webcam
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9375344..3805a7e 100644
--- a/README.md
+++ b/README.md
@@ -277,3 +277,6 @@ This may be caused by buggy GPU drivers. Try recording with HEVC video codec ins
Color gradients encode badly, especially with h264 video codec. You can increase the bitrate, for example by using `-bm cbr -q 30000` or by using hevc (`-k hevc`) and increasing the quality (`-q ultra`).
## My system stutters sometimes while recording on nvidia
This is an nvidia power management driver bug which can happen when the system is idle. You can change the gpu power performance level to "performance" in nvidia settings to fix this.
+## Recording fails when using webcam on nvidia X11
+This is a known issue. The issue is that nvfbc which is used for screen capture only supports glx on older systems and glx is not compatible with the webcam capture method used in GPU Screen Recorder.
+This will be fixed in the future.