Page 1 of 1
[Not a BUG] Gamma ajust changes Windows desktop
Posted: Thu Oct 20, 2005 19:52
by nwbeeman
If you are using 2 monitors, or have GZDoom in a window, and adjust the gamma with the GL renderer, the gamma for the whole computer is changed. I think this is by design, because the video card driver has an option for gamma adjust. Is this a bug, or a side-effect?
Posted: Thu Oct 20, 2005 20:18
by Graf Zahl
It's a side effect. OpenGL has no means to restrict this to the screen the game is running on so the only means to change it is to change the system's global gamma.
Posted: Thu Oct 20, 2005 20:42
by nwbeeman
Graf Zahl wrote:It's a side effect. OpenGL has no means to restrict this to the screen the game is running on so the only means to change it is to change the system's global gamma.
Thats what i thought. Just checking