2010-05-03

ubuntu 因解析度過大 舊螢幕 變黑的問題

sudo vim /etc/X11/xorg.conf
Section "Screen"
Identifier "amdcccle-Screen[1]-0"
Device "amdcccle-Device[1]-0"
Monitor "amdcccle-Monitor[1]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" # <---- 這行原本沒有,是我新增加的。
EndSubSection
EndSection


改好就 重開機 或 "sudo /etc/init.d/gdm restart"

ps:若沒 xorg.conf 時 ,使用 nvidia-xconfig ,若 nvidia-xconfig 沒有,就要安裝 "sudo apt-get install nvidia-glx-xxx" xxx是數字 如:180 , 185

Console 解析度調整
如果是 文字模式 (TTY) 的解析度
sudo vim /etc/default/grub 
找到
GRUB_GFXMODE=640x480 # 可改800x600
取消註解
儲存
sudo update-grub


參考來源:http://superuser.com/questions/178641/ubuntu-10-04-console-resolution

沒有留言: