-
-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'EGLPlatform' object has no attribute 'GLX' #4036
Comments
No, OpenGL on Wayland would require a rewrite in EGL. |
Thanks for confirming my expectation. One question, out of curiosity, in case you have time to respond. Wayland is EGL, but GLX applications appear to be supported in XWayland. Would it be possible to run the xpra client on wayland in X11 mode via XWayland to have it behave as it normally does on X11? |
It is: GDK_BACKEND=x11 xpra attach |
I had tried that, but even selecting the X11 backend, |
$ xpra --version
xpra v5.0.4-r29
$ GDK_BACKEND=x11 xpra opengl | egrep "success|vendor"
success=True
vendor=NVIDIA Corporation |
Great thanks! |
As a matter of fact:
does not work here. However
does. When Still I wonder: because Xpra is X11 why not always assuming X11 (at least on the server)? Is there any advantage in not doing so? |
Nice to learn something new! And server side? |
Server-side: seamless and desktop / monitor modes do require |
Describe the bug
Using xpra 5.0.3 on arch/manjaro linux, with a wayland session I am noticing that the "session info" reports N/A wrt opengl. Trying to run
xpra opengl
I get:is this expected? Cannot opengl be used with xwayland?
To Reproduce
Steps to reproduce the behavior:
xpra opengl
System Information (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: