Skip to content
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

Install vainfo and mesa-va-drivers #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

antmusco
Copy link

When building for docker, the OpenGL renderer context needs to be opened with the same driver that the point clouds are generated in (e.g. NVIDIA). Prior to this change, the OpenGL renderer driver defaulted to LLVM and thus caused a CUDA check error when the GUI attempted to bind a buffer.

This change also adds mesa-utils, which isn't 100% necessary but is useful for debugging future graphics issues.

Closes #95

When building for docker, the OpenGL renderer context needs to be opened
with the same driver that the point clouds are generated in (e.g. NVIDIA).
Prior to this change, the OpenGL renderer driver defaulted to LLVM and thus
caused a CUDA check error when the GUI attempted to bind a buffer.

This change also adds mesa-utils, which isn't 100% necessary but is useful
for debugging future graphics issues.

Closes ETH3D#95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error on Ubuntu 22 and Nvidia 4090
1 participant