I’m sorry, I’m not good at both ParaView and English.
If I say something strange, please let me know.
I want to use ParaView with GUI on Linux (CentOS).
I want everyone in my group to be able to launch it by simply typing [paraview] from the command line.
So, I started Xming on the Windows side and executed the [paraview] command of the Linux version of ParaView. This ParaView is ‘ParaView-5.9.1-MPI-Linux-Python3.8-64bit.tar.gz’ that can be downloaded from the official website.
However, I get the following error:
qt.qpa.xcb: X server does not support XInput 2
failed to get the current screen resources
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
…
There have been a similar question about Ubuntu. Is there a way to make this possible on CentOS?
Scripts created in the Windows version can be executed with [pvbatch]. However, if possible, I would like to operate the GUI directly on the Linux side.
The error message says 'libGL', is GPU required? Our calculator doesn't have a GPU.
I would appreciate it if you could answer. Thank you.
Thank you for your answer. I have confirmed that paraview can be simply executed on the CentOS side.
But if possible I would like to use a remote logon client,(We use software called “TeraTerm”) and connect to a Linux server from Windows and use ParaView.
I want to share ParaView installed on CentOS.
I want to eliminate the hassle of downloading ParaView for Windows in each person.