출처 http://forums.linuxmint.com/viewtopic.php?f=109&p=306308
Have you put your machine to start WITHOUT X server running ?
Replace the in /etc/default/grub (sudo /kate /etc/default/grub)
the line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
with this:
- CODE: SELECT ALL
GRUB_CMDLINE_LINUX_DEFAULT="text"
and if there are someting like this (the " vga" statement can vary): GRUB_CMDLINE_LINUX=" vga=795"
replace it with:
- CODE: SELECT ALL
GRUB_CMDLINE_LINUX=""
#1
and after that run: sudo update-grub
#2
and for to be sure run: sudo update-initramfs -u
#3
and after that run: sudo apt-get --purge remove xserver-xorg-video-nouveau
I really dont know if the last step (#3) is nessceary .. well i think it will do no harm
Reboot
Now you should boot into plain text terminal with no X server running
Now you should be able to install the Nvidia drivers
'컴퓨터관련 > 리눅스' 카테고리의 다른 글
2024년 9월 7일 현재 가능한 centos 6.5 미러 사이트 (0) | 2024.09.07 |
---|---|
linux crontab -e 로 수정되지 않을 시.. (0) | 2017.07.03 |
ubuntu apt-get 서버 변경 (0) | 2013.07.23 |
Ubuntu (0) | 2013.06.18 |
gcc 버전 올리기 (설치) (0) | 2012.02.17 |