ubuntu-drivers devices
ubuntu-drivers devices
ubuntu-drivers devices
sudo apt install nvidia-driver-xxx
sudo apt install nvidia-driver-xxx
sudo apt install nvidia-driver-xxx
sudo nano /etc/default/grub
sudo nano /etc/default/grub
sudo nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
sudo update-grub
sudo reboot
sudo update-grub
sudo reboot
sudo update-grub
sudo reboot - The screen goes black
- The boot process freezes
- The login screen doesn't appear - Display the GRUB menu at boot (press the Shift key repeatedly)
- Press e before selecting "Ubuntu"
- Change quiet splash to quiet splash nomodeset
- Boot with Ctrl + X - For AMD: Check if the amdgpu driver is applied, and install the proprietary driver if necessary.
- For Intel: Check if the i915 driver is applied.