question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Got b'X11: RandR gamma ramp support seems broken'

See original GitHub issue

Hi 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
kitaocommented, Oct 7, 2018

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.

0reactions
wookayincommented, Jul 15, 2020

This is a bug of glfw3.2. Try installing glfw 3.3+.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found