ledoge / novideo_srgb

Calibrate monitors to sRGB or other color spaces on NVIDIA GPUs, based on EDID data or ICC profiles
GNU General Public License v3.0
986 stars 35 forks source link

YouTube progress bar shadow opacity reduced significantly on Chromium browsers #73

Open softsoundd opened 1 year ago

softsoundd commented 1 year ago

When enabling the clamp on my primary display, the shadow behind the YouTube progress bar and its associated UI dissapears almost completely, making the seconds/heatmap/buttons quite hard to discern - especially amongst bright content.

This behaviour goes away when:

I would take a screenshot/video of this behaviour, but both OBS and snipping tool do not show this behaviour, so I can only provide photos of the display:

Clamp enabled: image

Clamp disabled: image

ledoge commented 1 year ago

I can't reproduce it on my machine, but this reminds me of the cursor issue described with the README, so it seems like another case of the GPU not doing compositing properly when the color space transform pipeline is active? Only potential fix I can think of is to disable MPO.

softsoundd commented 9 months ago

Just an update to this - setting the ANGLE graphics backend to OpenGL in the browser's experimental flags resolved the above issue, although this may not be ideal for all applications.