Qengineering / Jetson-Nano-Ubuntu-20-image

Jetson Nano with Ubuntu 20.04 image
https://qengineering.eu/install-ubuntu-20.04-on-jetson-nano.html
BSD 3-Clause "New" or "Revised" License
702 stars 74 forks source link

update of debian pkgs results in lavapipe error #5

Closed oscar-lima closed 2 years ago

oscar-lima commented 2 years ago

Error found when loading /etc/profile:

WARNING: lavapipe is not a conformant vulkan implementation, testing use only.

As a result the session will not be configured correctly. You should fix the problem as soon as feasible.

oscar-lima commented 2 years ago

solution:

downgrade mesa-vulkan-drivers:

sudo apt install mesa-vulkan-drivers=20.0.4-2ubuntu1

Prevent apt from updating it in the future:

sudo apt-mark hold mesa-vulkan-drivers

You are welcome ; )

Qengineering commented 2 years ago

Another solution; https://github.com/rbonghi/jetson_stats/issues/173