Paraview GUI view malfunction?

Hi,
I’ve been using the same version of paraview on the same computer for 2 years, and it was working just fine this morning and then in the evening the GUI just started glitching.
Specifically I just want to plot over line for the classic cavity flow case, however the line chart view won’t show properly (i checked and it seems to happen to other views as well).

I have restarted the computer, install the latest version 5.13, didn’t work, so I reinstall the version i was using which is 5.10, didn’t work either. So now I start wondering if it was because of my computer malfunctioning?

Which OS are you using ?

Which graphic driver are you using ?

Which GPU are you using ?

Do you see the same error between 5.10 et 5.13 ?

Hi,
Sorry, I’m not very good with IT and i don’t have full access to the computer as it belongs to my company, but I’ll try my best to answer your questions:
OS : Ubuntu 22.04.2 LTS
Graphics: NV137
GPU: NVIDIA QUADRO P400
And yes, same error between 5.10 and 5.13, but I have never had this problem before on the same computer.
Thank you.

This looks like a driver malfunction, please share the content of Help → About dialog.

Here it is:

Client Information:
Version: 5.10.0-RC1
VTK Version:
Qt Version: 5.15.2
vtkIdType size: 64bits
Embedded Python: On
Python Library Path: /usr/lib/python3.10
Python Library Version: 3.10.12 (main, Jan 17 2025, 14:35:34) [GCC 11.4.0]
Python Numpy Support: On
Python Numpy Path: /usr/lib/python3/dist-packages/numpy
Python Numpy Version: 1.21.5
Python Matplotlib Support: On
Python Matplotlib Path: /usr/lib/python3/dist-packages/matplotlib
Python Matplotlib Version: 3.5.1
Python Testing: Off
MPI Enabled: On
Disable Registry: Off
Test Directory:
Data Directory:
SMP Backend: Sequential
SMP Max Number of Threads: 1
OpenGL Vendor: Mesa
OpenGL Version: 4.3 (Core Profile) Mesa 23.2.1-1ubuntu3.1~22.04.2
OpenGL Renderer: NV137

Connection Information:
Remote Connection: No

You are currently not using your GPU vendor driver.

What is the output of glxinfo ?

1 Like

glxinfo.txt (75.3 KB)

OpenGL vendor string: Mesa

You are not using your GPU, you need to fix that.

1 Like

I’m sorry but how do I use it?

I’m afraid this is not a ParaView question, but you may want to follow a guide like this one:

1 Like

thank you very much!