Alex313031 / Thorium-Win

Chromium fork for Windows named after radioactive element No. 90; Windows builds of https://github.com/Alex313031/Thorium
https://thorium.rocks/
BSD 3-Clause "New" or "Revised" License
1.57k stars 37 forks source link

Videos change color when scrolling #311

Open TheNicolasDeveloper opened 1 week ago

TheNicolasDeveloper commented 1 week ago

System Details

Problem When scrolling when a video is playing, colors change

Screenshots I have attached a video

https://github.com/user-attachments/assets/d02383af-2053-4b7a-befd-08d4c1a8ce00

Additional Notes I attached a gpu internals export txt file and a cmd command line variants txt file

chromegpureport.txt

cmdvariants.txt

I also have reported this to the chromium issue tracker but I also suspect this might be a issue with thorium itself.

Profetorum commented 6 days ago

in chrome://flags/ set #force-color-profile to sRGB

TheNicolasDeveloper commented 6 days ago

Did not make a single difference.

TheNicolasDeveloper commented 6 days ago

Also, it only happens when using DirectX 11 as the angle backend. Switching to other ones using the ANGLE backend flag solves the issue, however OpenGL has degraded performance and DirectX 11on12 has another rendering bug with border-radius.

Profetorum commented 6 days ago

Did not make a single difference.

I had the exact same issue and solved that way. Maybe try other color profiles instead of sRGB, idk.

Anyway, d3d11 and newer for me all have a very annoying issue with freesync (VRR in general I guess) when using the browser in Fullscreen mode. The refresh rate is all over the place, and also sometimes stuttery. Not sure what's going on with that

TheNicolasDeveloper commented 2 days ago

Well it seems like it's a chromium bug and Thorium is not at fault here. I have reported it on the chromium issue tracker and others have the same issues.