ak05he1ev
(Ak05he1ev)
November 8, 2024, 3:11pm
1
For Paraview 5.11-5.13 on ubuntu, hardware and software info is below.
When I move the mouse, menu area goes black. Menu still works but I do not see it.
Hardware Information:
Hardware Model: Micro-Star International Co., Ltd. US Desktop Infinite RS
Memory: 64.0 GiB
Processor: Intel® Core™ i9-14900KF × 32
Graphics: NVIDIA GeForce RTX™ 4090
Software Information:
Firmware Version: A.A2
OS Name: Ubuntu 24.04.1 LTS
OS Type: 64-bit
GNOME Version: 46
Windowing System: Wayland
Kernel Version: Linux 6.8.0-38-generic
Paraview Black Menu
mwestphal
(Mathieu Westphal (Kitware))
November 8, 2024, 3:15pm
2
Please share a screenshot of the problem
mwestphal
(Mathieu Westphal (Kitware))
November 8, 2024, 3:34pm
4
Please check your OpenGL information as described here:
The OpenGL informations, visible in Help → About dialog, are not easily recoverable in pvpython yet.
Here is how to do it.
On ParaView 5.6 and earlier versions:
import vtk as VTK
openGLInfo=VTK.vtkPVOpenGLInformation()
session=servermanager.vtkSMProxyManager.GetProxyManager().GetActiveSession()
session.GatherInformation(session.CLIENT, openGLInfo, 0)
openGLInfo.GetVendor()
openGLInfo.GetVersion()
openGLInfo.GetRenderer()
openGLInfo.GetCapabilities()
On ParaView 5.7.X :
openGLInfo=serverman…
ak05he1ev
(Ak05he1ev)
November 8, 2024, 3:48pm
5
Client Information:
Version: 5.13.1
VTK Version: 9.3.20240617
Qt Version: 5.15.10
vtkIdType size: 64bits
Embedded Python: On
Python Library Path: /home/akoshele/ParaView-5.13.1-MPI-Linux-Python3.10-x86_64/lib/python3.10
Python Library Version: 3.10.13 (main, Sep 27 2024, 19:33:16) [GCC 10.2.1 20210130 (Red Hat 10.2.1-11)]
Python Numpy Support: On
Python Numpy Path: /home/akoshele/ParaView-5.13.1-MPI-Linux-Python3.10-x86_64/lib/python3.10/site-packages/numpy
Python Numpy Version: 1.25.2
Python Matplotlib Support: On
Python Matplotlib Path: /home/akoshele/ParaView-5.13.1-MPI-Linux-Python3.10-x86_64/lib/python3.10/site-packages/matplotlib
Python Matplotlib Version: 3.7.2
Python Testing: Off
MPI Enabled: On
ParaView Build ID: superbuild abdf9aa5f109ffa3558a63d86365a0203aaab773 (!1224)
Disable Registry: Off
Test Directory:
Data Directory:
SMP Backend: TBB
SMP Max Number of Threads: 32
OpenGL Vendor: NVIDIA Corporation
OpenGL Version: 3.2.0 NVIDIA 550.100
OpenGL Renderer: NVIDIA GeForce RTX 4090/PCIe/SSE2
Accelerated filters overrides available: No
Connection Information:
Remote Connection: No
mwestphal
(Mathieu Westphal (Kitware))
November 8, 2024, 3:51pm
6
This log looks correct, any errors in the terminal if you run ParaVIew from there ?
ak05he1ev
(Ak05he1ev)
November 8, 2024, 4:04pm
7
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
VisRTX 0.1.6, using devices:
0: NVIDIA GeForce RTX 4090 (Total: 25.4 GB, Available: 22.1 GB)
Gtk-Message: 10:43:31.524: Not loading module “atk-bridge”: The functionality is provided by GTK natively. Please try to not load it.
mwestphal
(Mathieu Westphal (Kitware))
November 8, 2024, 4:12pm
8
Can you try with QT_QPA_PLATFORM=wayland
?
ak05he1ev
(Ak05he1ev)
November 8, 2024, 4:17pm
9
Is this command line option?
ak05he1ev
(Ak05he1ev)
November 8, 2024, 4:19pm
10
./paraview QT_QPA_PLATFORM=wayland
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
VisRTX 0.1.6, using devices:
0: NVIDIA GeForce RTX 4090 (Total: 25.4 GB, Available: 22.1 GB)
critical: In unknown, line 0
critical: Cannot open data file " “QT_QPA_PLATFORM=wayland” "
mwestphal
(Mathieu Westphal (Kitware))
November 8, 2024, 4:19pm
11
QT_QPA_PLATFORM=wayland ./bin/paraview
ak05he1ev
(Ak05he1ev)
November 8, 2024, 4:20pm
12
QT_QPA_PLATFORM=wayland ./paraview
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
VisRTX 0.1.6, using devices:
0: NVIDIA GeForce RTX 4090 (Total: 25.4 GB, Available: 22.0 GB)
The same black menu behavior
mwestphal
(Mathieu Westphal (Kitware))
November 8, 2024, 4:21pm
13
I’m afraid I have no other leads.
ak05he1ev
(Ak05he1ev)
November 8, 2024, 4:23pm
14
Can it be Nvidia driver issue?
mwestphal
(Mathieu Westphal (Kitware))
November 8, 2024, 4:24pm
15
Proably a nvidia + Qt issue. You may want to try running without nvidia driver.
mwestphal
(Mathieu Westphal (Kitware))
November 8, 2024, 4:31pm
17
ak05he1ev
(Ak05he1ev)
November 11, 2024, 11:05pm
18
This issue was resolved after
sudo apt install dkms; sudo ubuntu-drivers autoinstall