diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-07-21 15:11:13 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-07-21 16:17:22 +0200 |
commit | 8cd0ae0162221bf39729734070918dec97cfc824 (patch) | |
tree | 035dc30863965bfa4ab1cc1c5edcf2aab22bfbd3 /TODO | |
parent | de019711d19f566aee16dd083aba297b28e0854b (diff) |
vfr on wayland (even on nvidia), add uninstall script
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -83,4 +83,6 @@ Support screen rotation in amd/intel/nvidia wayland. Capture cursor on amd/intel wayland without xwayland. When nvidia supports hardware cursor then capture the cursor. Right now the cursor is captured because it's a software cursor so it's composed on the dma buf. CPU usage is pretty high on AMD/Intel/(Nvidia(wayland)), why? opening and closing fds, creating egl, cuda association, is slow when done every frame. Test if desktop portal screencast has better performance. -Cursor on amd/intel wayland only shows up when the cursor is above xwayland applications.
\ No newline at end of file +Cursor on amd/intel wayland only shows up when the cursor is above xwayland applications. + +Test if everything works fine on amd/intel, if it works fine with kms/wlroots, if it works fine with scaling and finally modify gtk gui to list monitors from wlroots/etc.
\ No newline at end of file |