Ubuntu 10.04 (ATI 或 Nvidia )顯示卡驅動程式安裝完後 TTY 無法顯示的問題
ubuntu 10.04 顯示卡驅動程式 (Ati 或 Nvidia ) 安裝完後 TTY 無法顯示的問題,在國外的網站上找到了一個解決方式.
這邊 How to Fix the Big and Ugly Plymouth Logo in Ubuntu 10.04
總共7個步驟
Step 1. 在終端機輸入 sudo apt-get install v86d 像作者的作法也可以
Step 2. 在終端機輸入 gksu gedit /etc/default/grub 檔案打開後
A.用這行 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap" 替換第9行 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
B.用這行 GRUB_GFXMODE=1280x1024 (PS. 這個要看你的顯示器我是用 640x480)
替換第18行 #GRUB_GFXMODE=640x480
Step 3. 在終端機輸入 gksu gedit /etc/initramfs-tools/modules
在該檔案最後面加上行 uvesafb mode_option=1280x1024-24 mtrr=3 scroll=ywrap
Step 4. 在終端機輸入 echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
Step 5. 在終端機輸入 sudo update-grub2
Step 6. 在終端機輸入 sudo update-initramfs -u
Step 7. 重新啟動 Ubuntu
我自己試了這個方法有效 ^.^ ,重開機後 yes ! Ctrl+Alt+F1 ~ F6 可以正常顯示了
標籤: Ubuntu
0 個意見:
張貼留言
訂閱 張貼留言 [Atom]
<< 首頁