diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-24 01:29:30 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-24 01:29:30 +0200 |
commit | e107adbc32ebae14e6f0ae49338a95e8d31d9d84 (patch) | |
tree | 544b894a3857aee4eef8b23b48c0ff1c0f937100 /TODO | |
parent | 7d719a44c6ce76ecfc05287d0cbb2b36e84b4ca6 (diff) |
Show warning when amd driver adds black bars, set frame resolution after changing video codec context resolution
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -20,7 +20,7 @@ Reverse engineer nvapi so we can disable "force p2 state" on linux too (nvapi pr Support yuv444p on amd/intel. fix yuv444 for hevc. Do not allow streaming if yuv444. -Re-enable yuv444. +Re-enable yuv444 and allow yuv444 for software encoding. Good for remote desktop. But for remote desktop its more ideal to use yuv420 and when the image is not moving then send a png image instead, for clear image when the image is static. Support 10 bit output because of better gradients. May even be smaller file size. Better supported on hevc (not supported at all on h264 on my gpu). Add nvidia/(amd/intel) specific install script for ubuntu. User should run install_ubuntu.sh but it should run different install dep script depending on if /proc/driver/nvidia/version exists or not. But what about switchable graphics setup? Test different combinations of switchable graphics. Intel hybrid mode (running intel but possible to run specific applications with prime-run), running pure intel. Detect switchable graphics. @@ -160,4 +160,6 @@ Show rotated window size in monitor list when using incorrect monitor name. Desktop portal capture on kde plasma makes notifications not show up unless the notification is set as urgent. How to fix this? do we have to make our own notification system? -Add the option to specify a path to desktop portal session token, to allow different recording modes (streaming, recording, replay) to restore with different setup.
\ No newline at end of file +Add the option to specify a path to desktop portal session token, to allow different recording modes (streaming, recording, replay) to restore with different setup. + +Explicit sync is done with the drm property IN_FENCE_FD (see https://drmdb.emersion.fr/properties/4008636142/IN_FENCE_FD). Check if this needs to be used on wayland (especially on nvidia) when capturing a monitor directly without desktop portal. |