diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-07-06 18:00:33 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-07-06 18:00:33 +0200 |
commit | 0cda785bc8d2a05cdbe9cab735de1fe69acbb2e6 (patch) | |
tree | 31d1e7647dcdd3f3029dca1c85ffe1ad7149807f /TODO | |
parent | 2c0c53b5b3519d1ca67e95ced53926bcbd047e81 (diff) |
kms: use /tmp directory for temporary unix domain socket to fix too long path with AppImage portable home
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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?
\ No newline at end of file + 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.
\ No newline at end of file |