linux mint 18.1 用了.. 什麼?居然才三年?
因為關機異常的緩慢,amule 持績性的 crash,firefox 的音效有雜音,好久沒看到可愛的 (?) 更新圖示了
遂起了昇級的念頭
上一次 是 16 -> 18
這一次是 18 -> 19
看來昇級的週期變慢了 (我是說 linux mint 的版次)
算一算從 12 用到現在好象也八年了
這個看起來是解法,改天遇到再來試不過我已經把 linux mint 重裝了... U_U
log out
press control + alt + F1
Log in to (text only terminal) and type the following commands:Now find a line with:Code:sudo apt-get purge nvidia* sudo apt-get purge xserver-xorg-video-nv sudo apt-get purge xserver-xorg-video-nouveau sudo apt-get purge nouveau-firmware sudo nano /etc/X11/xorg.conf
Driver "nvidia"
and replace nvidia with vesa
Now save it with control + o -> enter and control + x to exit.
(you might need a reboot here because the nouveau driver is persistent and still isn't unloaded)
One more last command:Code:sudo service gdm start