This is fine with Open-Arena now, but other game RegnumOnline is now a way too bright and does not have any gamma correction. Is it possible to have them both properly working ?<br><br><div class="gmail_quote">2009/2/22 Shunichi Fuji <span dir="ltr"><<a href="mailto:palglowr@gmail.com">palglowr@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">we are disabling some gamma functions since 91f73b79b7ae64e5b846d1efeb470bb61a913720.<br>
you can use randr gamma functions only.<br>
<br>
also you may want to avoid its changes while discussion continues.<br>
<br>
--- a/hw/xfree86/common/xf86cmap.c<br>
+++ b/hw/xfree86/common/xf86cmap.c<br>
@@ -142,9 +142,11 @@ Bool xf86HandleColormaps(<br>
     int *indices;<br>
     int elements;<br>
<br>
+#if 0<br>
     /* If we support a better colormap system, then pretend we succeeded. */<br>
     if (xf86_crtc_supports_gamma(pScrn))<br>
        return TRUE;<br>
+#endif<br>
<br>
     if(!maxColors || !sigRGBbits || !loadPalette)<br>
        return FALSE;<br>
<div><br></div></blockquote></div><br>