幹你娘裝個nvidia driver裝三天
原來主要問題是driver會跟nouveau相沖
但blacklist nouveau似乎沒有效果
(failed attempt ref: https://linuxconfig.org/how-to-disable-blacklist-nouveau-nvidia-driver-on-ubuntu-20-04-focal-fossa-linux)
最後是靠加在grub那邊解決
(half way success ref: https://askubuntu.com/questions/1229933/login-freeze-after-update-to-20-04)
記錄一下
Version: ubuntu 20.04
Graphic card: nvidia 2080ti
Issue: Boot into black screen after installed nvidia driver (any version)
My solution: (2020/08/05)
0. Uninstall all nvidia packages
sudo apt-get remove --purge nvidia*
sudo apt-get autoremove
1. install driver version = 440
sudo apt-get install nvidia-driver-440
2. Disable quiet splash and nouveau in GRUB
- GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
+ GRUB_CMDLINE_LINUX_DEFAULT="nouveau.modeset=0"
sudo update-grub
3. reboot
sudo reboot
留言
張貼留言