Tag: nvidia
Running Ubuntu/Mint with pci passthrough
For the nvidia card to output something from the virtual machine I had to, of course install the proper drivers but before that I had to enable secure boot, or at least...
CUDA – Compute Unified Device Architecture
sudo apt remove –autoremove nvidia-* Remove any cuda related from /etc/apt/sources.list.d/ sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt update sudo apt install nvidia-driver-525-server sudo apt -y install nvidia-utils-525-server sudo apt -y install nvidia-settings sudo...
CUDA – Compute Unified Device Architecture
Installation https://linuxconfig.org/how-to-install-cuda-on-ubuntu-20-04-focal-fossa-linux Not entirely for 22.04LTS but with some minor modifications… However, there seems to be some issues with this way of installing nvidia/cuda. I ended up with apt stating that the...