aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-02-06 03:12:22 +0100
committerdec05eba <dec05eba@protonmail.com>2024-02-06 03:12:22 +0100
commit9f08039ecda088f950190b173e73fa77c8f3b3f9 (patch)
tree9fb0e7cb7febeba9d8ab998d38b8ec3482394c73
parent684453072f367a0ba943ae7af264093c9a58ead5 (diff)
Correct readme
-rw-r--r--README.md2
-rw-r--r--TODO1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index afe75b9..b0626a5 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ More info at [gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder/
## Note
This software works with x11 and wayland, but when using wayland only monitors can be recorded. Hotkeys are also not supported on wayland (wayland doesn't really support this properly yet). Use X11 if you want a proper desktop experience in general.
### TEMPORARY ISSUES
-1) Videos are in variable framerate format. Use MPV to play such videos, otherwise you might experience stuttering in the video if you are using a buggy video player. Try saving the video into a .mkv file instead when using AMD/Intel, as some software may have better support for .mkv files (such as kdenlive). You can use the "-fm cfr" option to to use constant framerate mode.
+1) Videos are in variable framerate format. Use MPV to play such videos, otherwise you might experience stuttering in the video if you are using a buggy video player. You can try saving the video into a .mkv file instead as some software may have better support for .mkv files (such as kdenlive). You can use the "-fm cfr" option to to use constant framerate mode.
### AMD/Intel/Wayland root permission
When recording a window under AMD/Intel no special user permission is required, however when recording a monitor (or when using wayland) the program needs root permission (to access KMS).\
To make this safer, the part that needs root access has been moved to its own executable (to make it as small as possible).\
diff --git a/TODO b/TODO
index 2d60d7d..d48752b 100644
--- a/TODO
+++ b/TODO
@@ -19,3 +19,4 @@ Add option to start replay on system startup (use the gpu screen recorder system
Add note about replaying can get bugged on suspend unless nvidia reg for suspend is added (because cuda breaks, nvidia driver bug).
Detect suspend before it happens and unload cuda/nvenc then and reload after suspend. This is a workaround to nvidia driver bug that breaks cuda on suspend.
The program should minimize to taskbar on minimize.
+Fix issue where flatpak update removes cap on kms server, requiring removing password prompt again. Maybe have a kms server proxy that only does execvp kms server, and setcap on that (after moving it to ~/.cache, or something like that).