From 00f3dc3da66d18b7935bdeaf45743184f27db4f0 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 13 Oct 2010 22:42:49 +0200 Subject: [PATCH] Added warning for nVidia RandR gamma. --- src/x11/x11_init.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/x11/x11_init.c b/src/x11/x11_init.c index c287e6da..a382bda6 100644 --- a/src/x11/x11_init.c +++ b/src/x11/x11_init.c @@ -157,6 +157,7 @@ static void initGammaRamp(void) // This is probably Nvidia RandR with broken gamma support // Flag it as useless and try Xf86VidMode below, if available _glfwLibrary.X11.XRandR.gammaBroken = GL_TRUE; + fprintf(stderr, "Ignoring broken nVidia implementation of RandR 1.2+ gamma\n"); } XRRFreeScreenResources(rr);