2010-01-15

手動調整解析度

因為我的Mozo 17" LCD無法自動吐出螢幕解析度,所以當安裝好ubuntu後,它給了一些很奇怪的解析度,而且只能讓我選擇1024x768來使用。所以這時候就需要手動來調整


gksudo gedit /etc/X11/xorg.conf


然後加入以下的資訊,就讓它至少能跳出1280x1024的選項。意思就是,如果你的解析度不對的話,也可以這樣自己修正。當然要特別注意HorizSync跟VertRefresh的數字不要超過螢幕實際規格,要不然可能會有不可預期的後果。


Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31-75
VertRefresh 50-120
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

沒有留言: