kms: remove unix domain socket and only use socketpair

This commit is contained in:
dec05eba
2025-07-06 17:27:46 +02:00
parent 469e234841
commit 46febed35e
5 changed files with 25 additions and 226 deletions

6
TODO
View File

@@ -308,4 +308,8 @@ Add proper check if opengl functions are supported. dlsym for the symbol will re
Colors are offset to bottom left by 1 pixel or so on steam deck in landscape mode.
When constant framerate is used (and for audio) multiple frames need to be encoded after resuming from suspend.
The clock jumps forward by around 2-3 seconds (on my machine). Is there a way to make sure the clock doesn't jump forward?
The clock jumps forward by around 2-3 seconds (on my machine). Is there a way to make sure the clock doesn't jump forward?
Colors are correct, but they look incorrect for thin elements, such as colored text. This can be improved by sampling neighbor pixels for color average.
Record first video/audio frame immediately.