mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05:00
Updated broken RandR gamma comment.
This commit is contained in:
parent
f2813633b0
commit
27c5760b0c
|
@ -45,7 +45,8 @@ void _glfwInitGammaRamp(void)
|
||||||
|
|
||||||
if (!sr->ncrtc || !XRRGetCrtcGammaSize(_glfw.x11.display, sr->crtcs[0]))
|
if (!sr->ncrtc || !XRRGetCrtcGammaSize(_glfw.x11.display, sr->crtcs[0]))
|
||||||
{
|
{
|
||||||
// This is probably older Nvidia RandR with broken gamma support
|
// This is either a headless system or an older Nvidia binary driver
|
||||||
|
// with broken gamma support
|
||||||
// Flag it as useless and fall back to Xf86VidMode, if available
|
// Flag it as useless and fall back to Xf86VidMode, if available
|
||||||
_glfwInputError(GLFW_PLATFORM_ERROR,
|
_glfwInputError(GLFW_PLATFORM_ERROR,
|
||||||
"X11: RandR gamma ramp support seems broken");
|
"X11: RandR gamma ramp support seems broken");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user