linux修改xwindows分辨率:
linux系統包括啦大部分驅動,我安裝網fedora9后發現我的xwindows顯示的768*467 屏幕很不適應,那么我們如何修改呢
#cd /etc/X11
#vi xf86config
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024*768" "800*600" //原來是"800*600" "600*480"
EndSubSection
EndSection
就是在 Depth 24下加入
Modes "1024*768" "800*600" //原來是"800*600" "600*480"
保存重啟系統OK!
本文出自:億恩科技【www.vbseamall.com】
服務器租用/服務器托管中國五強!虛擬主機域名注冊頂級提供商!15年品質保障!--億恩科技[ENKJ.COM]
|