Qt 6.11 is out! See what's new in the release
blog
Problem with QGLWidget::renderPixmap over remote X11 (GLX)
General and Desktop
1
Posts
1
Posters
1.6k
Views
1
Watching
-
I am having the problem that the pixmap returned by QGLWidget::renderPixmap() is just a black image. The GLX version is 1.2 (client 1.4, server 1.2) and the docs states that GLX 1.3 is required so this may be the reason. Normal rendering works fine however.
How does renderPixmap() work? Is relying on features present in GLX 1.3 but not in GLX 1.2?