Hi! I post step by step tutorial how to install NVIDIA drivers on Promox server. I hope it will be usefull for someone:
1. Blacklist nouveau:
2. Paste, save and quit:
3. Update initramfs:
4. Check if nouveau is enabled:
5. Disable nouveau and verify:
6. Ensure GPU is visible...
Read more
1. Blacklist nouveau:
vi /etc/modprobe.d/blacklist-nouveau.conf
2. Paste, save and quit:
blacklist nouveau
options nouveau modeset=0
3. Update initramfs:
update-initramfs -u
4. Check if nouveau is enabled:
lsmod | grep nouveau
5. Disable nouveau and verify:
rmmod nouveau
lsmod | grep nouveau
6. Ensure GPU is visible...
Read more