openFyde / overlay-orangepi5-openfyde

openFyde supported hardware Orange Pi 5 build artefacts and pre-built image releases.
BSD 3-Clause "New" or "Revised" License
69 stars 5 forks source link

Pink display due to incorrect colour space #18

Open BlackIsBlack opened 1 year ago

BlackIsBlack commented 1 year ago

I have a HDMI display that uses the RGB colour space but the OS is outputting Y'CBCR. The equivilant in X11 is xrandr --output HDMI-1 --set "color_format" "rgb" I have created a modified edid file, but am unsure of how I can call this file.

image

Also, what display server is being used for this OS?

Lorde627 commented 6 months ago

You can visit chrome://flags in the Chromium, and search for force color profile and try sRGB or Display P3 to see if it can solve your problem.