quietvoid

Results 186 comments of quietvoid

Does it crash instantly? You can always try limiting the VS threads.

There's also an option to set the threads for the vs.core in Python. ```python core.num_threads = 8 ```

That's true, I don't know why it's happening.

Please don't use that link, it is probably malware. The comment should be deleted. There seems to be some wave of spam across GitHub projects.

I'm using a `script` module for this in Sway but it doesn't seem possible for the layout to update automatically without having to set a low interval. Looks something like...

> What puzzels me is, that now in the System Information the screen is shown as 1920x1080 with no HDR capabilites. So, something might still be off here. It's always...

For TVs to playback bt.2020 correctly, the `Colorspace` prop must be set if the connector supports it in the colorimetry data block (EDID). Can probably be used to detect support,...

Yeah the current enum is not correct, `DRM_MODE_COLORIMETRY_BT2020_RGB` is 9. On my side changing to 9 works fine.

I'm not exactly sure how `gpu-next` behaves wrt. smaller gamuts in bt.2020 when someone specifies `target-prim=display-p3` or a smaller gamut than bt.2020. But in almost all cases displays expect to...

On my TV, using `target-prim=display-p3` is oversaturated. It only displays properly when sending `bt.2020`. The option I was looking for was `target-gamut` (https://github.com/mpv-player/mpv/issues/12777) but it doesn't seem to make any...