You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. Unfortunately, I have also met this problem before but did not find a solution. The problem simply disappeared after several months with several system updates.
My suggestion would be to keep your system up-to-date and see if the problem is resolved.
Another thing to try is that you may try to run Vulkan's official test program vkcube and see whether it works and uses the correct GPU. If vkcube also does not work, you can probably seek help in the Vulkan community, and they probably know a lot more about debugging your rendering setup.
If you figure out the reason yourself, it would be great that you let us know the solution so we can improve the documentation.
Thanks for the report. Unfortunately, I have also met this problem before but did not find a solution. The problem simply disappeared after several months with several system updates. My suggestion would be to keep your system up-to-date and see if the problem is resolved. Another thing to try is that you may try to run Vulkan's official test program vkcube and see whether it works and uses the correct GPU. If vkcube also does not work, you can probably seek help in the Vulkan community, and they probably know a lot more about debugging your rendering setup. If you figure out the reason yourself, it would be great that you let us know the solution so we can improve the documentation.
Thanks, I have tried vkcube. It runs successfully in the GNOME desktop. I will try to use SAPIEN in the desktop environment now, but I will still try to figure out the reason. I will make some update if I find the solution.
System:
Describe the bug
When running a Python program that invokes GUI using
x11vnc
+fluxbox
, the following error occurs:This issue is specific to the virtual desktop setup and does not occur when running the program directly on the default GNOME desktop environment.
To Reproduce
Steps to reproduce the behavior:
x11vnc
:export DISPLAY=:20
.Expected behavior
The GUI program should render correctly without any errors related to GLX.
Screenshots
lanuch the virtual desktop
connect using vnc viewer
run my program
Additional context
libgl1-mesa-dev
did not resolve the issue.x11vnc
environment; running the program on the GNOME desktop works as expected.The text was updated successfully, but these errors were encountered: