From: MirceaKitsune Date: Sat, 16 Jul 2011 22:40:24 +0000 (+0300) Subject: Disable GLSL gamma again by default. I believe this is safest, and it doesn't really... X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=6ba2767da22bfb955594f9351f5cc96e6511a6aa Disable GLSL gamma again by default. I believe this is safest, and it doesn't really do anything either way --- diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index f1a48fb9..6d6057c1 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -155,6 +155,7 @@ seta cl_zoomsensitivity 0 "how zoom changes sensitivity (0 = weakest, 1 = strong freelook 1 sensitivity 6 v_gamma 1.125000 +v_glslgamma 0 // might prevent issues with some video cards viewsize 100 // fullscreen 1024x768x32bit vid_bitsperpixel 32 diff --git a/docs/Release notes.txt b/docs/Release notes.txt index 93a0df1c..c884af1f 100644 --- a/docs/Release notes.txt +++ b/docs/Release notes.txt @@ -249,3 +249,5 @@ Bug fixes: - Tweak Grabber fuel usage and the fuel system, improving some things and fixing minor bugs. - Fix the server attempting to attach the exterior weapon entity to stomach models. Should fix console warnings and the weapon model blinking for predators. + +- Disable GLSL color control by default. This MIGHT fix the white screen problem some people have been reporting.