isl-org/Open3D

Laggy Open3D Visualizer for Large Point Clouds on Ubuntu 20.04

joshuatjy opened this issue · 1 comments

Checklist

Describe the issue

I am experiencing lag issues with the Open3D Visualizer on Ubuntu 20.04 when working with larger point clouds. However, the Visualizer performs well on the same PC running Windows 11. I would like to know what could be causing this issue.

visualizerlag-ubuntu.mp4

Steps to reproduce the bug

import open3d as o3d
pcd = o3d.io.read_point_cloud("pcd.ply")
o3d.visualization.draw_geometries([pcd])

Error message

No response

Expected behavior

There should be no lag issues with the Open3D Visualizer on Ubuntu.

Open3D, Python and System information

- Operating system: Ubuntu 20.04.4 LTS
- Python version: Python 3.11.9
- Open3D version: 0.18.0
- System architecture: x86_64
- Is this a remote workstation?: no
- How did you install Open3D?: pip
- Compiler version (if built from source): Not relevant

Additional information

No response

Problem solved. Use the driver released by NVIDIA itself instead of the default Nouveau driver.
nvidia-driver-ubuntu-annotate
Reference: https://www.redswitches.com/blog/install-nvidia-drivers-on-ubuntu-20-04/