blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
(remember last space)
sudo gdm-stop
sudo apt-get --purge remove nvidia-*
RESTART
(after this ubuntu boots with some graphical errors like white lines and incorrect resolution)
sudo gdm-stop
sudo apt-get --purge remove xserver-xorg-video-nouveau
RESTART
(after this, ubuntu boots with no graphical errors BUT CANT GET INTO TERMINAL with gdm stopped so cant install nvidia drivers)
So heres the tricky part
sudo nano /etc/modprobe.d/blacklist-framebuffer.conf
and you need to comment 'blacklist vesafb' and add 'blacklist vgafb16' (both without quotes)
sudo nano /etc/initramfs-tools/modules
and add 'fbcon' and 'vesafb' (dont forget last space)
sudo update-initramfs -u
sudo nano /etc/default/grub
search for 'GRUB_CMDLINE_LINUX=' and ADD (dont delete) vga=771 or 795 (according to your resolution)
sudo update-grub
RESTART
sudo gdm-stop
now can enter terminal and install NVIDIA drivers. and they will install without errors.
{ 0 komentar... Views All / Send Comment! }
Posting Komentar