Wrong colors when rendering on AMD Radeon

0

1

I decided to run my engine on a friend's computer, but I ran into some problems. For some reason, the wrong colors, the colors of the scene have become terribly cold. What could be the reason? Hardware feature?

I tested on the Nvidia GeForce 920mx, and everything was perfectly displayed. He has an AMD Radeon, Debian GNU / Linux Stretch. I have the same system.

Engine written using OpenGL

And how it should be:

Any ideas?

congard

Posted 2019-02-11T19:14:19.710

Reputation: 101

2Both screens profiled properly? [Most aren't even close]. Correct profile being used at runtime? [I know nothing about coding or OpenGL, but I'm not bad at colour-proofing;-) – Tetsujin – 2019-02-11T19:18:37.283

@Tetsujin, I guess so, since the rest of the content is displayed correctly. – congard – 2019-02-11T19:21:22.450

Test with a broad gamut regular sRGB photograph on both machines, just to be sure. – Tetsujin – 2019-02-11T19:23:11.213

Unfortunately, there is no such possibility at the moment, but when calling glxgears, the colors were displayed equally on both screens – congard – 2019-02-11T19:43:04.253

No answers