-
Notifications
You must be signed in to change notification settings - Fork 4
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
running pyvista on headless machine with Centos OS #521
Comments
Hello, First I made sure OpenGL is installed with xdummy
I then created a config file for XDummy (dummy-1920x1080.conf)
I then started Xdummy on the server
Once the server started, make sure you export the environnement variables
After than I managed to run a python program that was using VTK Note that for pyvista, you might need to export some additionnal env variables
Useful links for reference : |
Hello, I understand this topic has been discussed few times. Wondering if anyone made it work on a headless virtual machine with Centos OS. All I am trying to do is to load existing vtk files and put them together as a gif animation.


I have installed Xvfb
and mesa-libGL. Also, created a shell script to config Xvfb
But still when running the python script, it tells me 'could not find a decent visual'

I have checked that there is a xvfb process running in the background:

Can you tell what i missed and where i did wrong here?
Thanks!
Junting
Originally posted by @chen112p in #190 (comment)
The text was updated successfully, but these errors were encountered: