2012/01/19

load nvidia failed kernel conflict

昨天興沖沖的著手處理 linux mint 中 gnome shell 字很醜的問題
一路順便裝了某些東西、更新顯卡驅動程式
最後一擊是看到 apt-get upgrdae 中有 unity 的東西
更新完重開後就進不了 X

進不去 X,還發現重開 X 的指令 gdm 在 linux mint 中沒有!!

唯一和 gdm 有關的指令是 startx

問題有兩個:
1 代替 gdm 的指令是什麼
2 load nvidia failed kernel conflict 問題如何解決
這個看起來是解法,改天遇到再來試
log out
press control + alt + F1
Log in to (text only terminal) and type the following commands:
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
Now find a line with:
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
不過我已經把 linux mint 重裝了... U_U

沒有留言: