Got b'X11: RandR gamma ramp support seems broken'
See original GitHub issueHi I am trying to run pyxel on a arm-based GameConsole called GameShell, GPU is Mali 450
got these errors when try to run 01_hello_pyxel.py
Traceback (most recent call last):
File "01_hello_pyxel.py", line 20, in <module>
App()
File "01_hello_pyxel.py", line 6, in __init__
pyxel.init(160, 120, caption='Hello Pyxel')
File "/home/cpi/.local/lib/python3.5/site-packages/pyxel/__init__.py", line 33, in init
border_width, border_color)
File "/home/cpi/.local/lib/python3.5/site-packages/pyxel/app.py", line 57, in __init__
if not glfw.init():
File "/home/cpi/.local/lib/python3.5/site-packages/glfw/__init__.py", line 606, in init
res = _glfw.glfwInit()
File "/home/cpi/.local/lib/python3.5/site-packages/glfw/__init__.py", line 515, in errcheck
_reraise(exc[1], exc[2])
File "/home/cpi/.local/lib/python3.5/site-packages/glfw/__init__.py", line 45, in _reraise
raise exception.with_traceback(traceback)
File "/home/cpi/.local/lib/python3.5/site-packages/glfw/__init__.py", line 494, in callback_wrapper
return func(*args, **kwargs)
File "/home/cpi/.local/lib/python3.5/site-packages/glfw/__init__.py", line 668, in _raise_glfw_errors_as_exceptions
raise GLFWError(message)
glfw.GLFWError: (65544) b'X11: RandR gamma ramp support seems broken'
OS env: python3.5 Linux clockworkpi 4.14.2-clockworkpi-cpi3 #1 SMP Sat Jul 14 09:34:56 CST 2018 armv7l GNU/Linux libglfw3 (3.2.1-1).
here is the
glxinfo | grep Open
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.9, 128 bits)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 13.0.6
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 13.0.6
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 13.0.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
the full version of glxinfo is here
Do you know why I can not run pyxel successfully , why I get the error X11: RandR gamma ramp support seems broken’ ?
Thanks
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
X11: Clarified broken RandR error messages (b0258803 ...
"X11: RandR gamma ramp support seems broken");. "X11: Detected broken RandR gamma ramp support");. _glfw.x11.randr.gammaBroken = GLFW_TRUE;.
Read more >Optix 7 SDK - optixHello GLFW error
Please help, I have downloaded and compiled optix 7.1 SDK and am attempting ... GLFW Error 65544: X11: RandR gamma ramp support seems...
Read more >[ error ] ofAppGLFWWindow: 65544: X11: RandR monitor ...
... ofAppGLFWWindow: 65544: X11: RandR monitor support seems broken ... xrandr -q xrandr: Failed to get size of gamma for output default ......
Read more >OpenGL in Cinder, clang-10, and a headless vm
(glfw:error): error=65544, desc=X11: RandR gamma ramp support seems broken. Rendering with OpenGL Core Profile 3.2.
Read more >X11 Randr gamma ramp support seems broken - debian-fr.org
Salut à tous, Je suis sous debian jessie, et lorsque je tente de compiler une source utilisant une lib partagée (opencl), j'obtiens cette...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Because I don’t have GameShell environment, the current version of Pyxel doesn’t support it officially. I’ll take care of this environment when I get it and feel sure many users want its support.
This is a bug of glfw3.2. Try installing glfw 3.3+.