Getting a grayscale screen in 4.x.x? Read this.

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
User avatar
Rachael
Posts: 13736
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Getting a grayscale screen in 4.x.x? Read this.

Post by Rachael »

For some unknown reason, there have been multiple reports of people getting a grayscale screen with GZDoom. This happened as a result of the removal of the display gamma ramp setter, which is all done by a shader now, instead.

The fix is very simple - simply open the console and type this:

Code: Select all

vid_saturation 1
I have no idea why some people's INI's defaulted to 0 and some defaulted to 1. But there's the fix for you.

Return to “Closed Bugs [GZDoom]”