Temp disable cursor fix

This commit is contained in:
dec05eba
2023-07-22 05:13:23 +02:00
parent b898bddb63
commit 4de23c2556
2 changed files with 4 additions and 2 deletions

1
TODO
View File

@@ -83,3 +83,4 @@ Support screen rotation.
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.
Fix cursor offset in kms_vaapi when capturing with multiple monitors.