https://nas.austin.st.aubin.io/sharing/ZN47fa5xN ### NVIDIA Driver Download and Install wget https://us.download.nvidia.com/XFree86/Linux-x86_64/570.144/NVIDIA-Linux-x86_64-570.144.run chmod +x NVIDIA-Linux-x86_64*.run # Install NVIDIA Drivers on Proxmox Host ./NVIDIA-Linux-x86_64*.run --dkms # Install Qemu Guest Agent apt-get install qemu-guest-agent # Depending on the distribution, the guest agent might not start automatically after the installation. # Start service (temporarily) systemctl start qemu-guest-agent # Enable service to autostart (permanently) systemctl enable qemu-guest-agent