Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Debugging Virtual Machines

Error message: Hardware acceleration not available

This error pop-up message may be raised by VirtualBox (or other hypervisors) because of a setting in the BIOS of the host system. To fix the error:

Graphical User Interfaces crashing

Using OpenGL with virtual machines on VirtualBox is still in an experimental phase and may fails, in particular with nvidia graphic cards. To install nvidia drivers, enable non-free packages and install nvidia-detect to retrieve a suitable driver:

sudo apt update
sudo apt -y install nvidia-detect

Then, install the nvidia driver (or whatever the previous command recommended):

sudo apt install nvidia-driver

Reboot Debian to finalize:

systemctl reboot