Dec 26

19宽屏在FC5 linux下的设置 不指定

ouwsh , 13:59 , 技术随笔 , 评论(2) , 引用(0) , 阅读(5292) , Via 本站原创 | |
很多LINUX系统默认还没有支持宽屏分辩率,要让xorg支持宽屏(注:此方法适合nv和ati的卡)
首先确认你的显卡支持非标准的分辨率(上官方网站查),也就是可以手动添加分辩率
最佳解决方案:

#gtf 1440 900 60
# 1440x900 @ 60.00 Hz (GTF) hsync: 55.92 kHz; pclk: 106.47 MHz
Modeline "1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync

示出1440x900@60Hz的modeline,将其添加到xorg.conf的Section "Monitor"中
比如我的:

Section "Monitor"
Identifier "Monitor0"
VendorName "SyncMaster 940BW"
ModelName "General LCD Panel"
Option "DPMS" "True"
HorizSync 30.0-80.0
VertRefresh 55.0-75.0
ModeLine "1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
EndSection

当然还有比较次的解决方案:
将Virtual 1440 900添加到Section "Screen"中。
比如这样:

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Virtual 1440 900
Depth 24
EndSubSection


----------------------------
安装越来越方便了,指定ISO文件时都不要求提供文件名。

装好后,进入GNOME,找菜单调分BIAN率,没有提供1440x900的。把startx看了一个,哎哟,Xserver用的是Xorg咧,不是以前的XFree86了。

把/etc/X11/xorg.conf改改就行了:

Section "Monitor"

HorizSync 30.0 - 80.0

VertRefresh 55.0 - 75.0 //这个照显示器手册上填的

然后是

Section "Screen", 只要下面的SubSection,其它注释掉:
SubSection "Display"
ViewPort 0 0
Depth 24
Modes "1440x900"
EndSubSection

我的显示器是SyncMaster 940BW,
然后启动startx,进入桌面后调出显示器菜单->“桌面-分辩率“可确认分辨率确为:
1440x900, H 56KHz, V 60Hz, 数字输入
January 30, 2007 22:26
在网上找了上百种方法,只有你的有用,专业级别!谢谢了。显示正常了,还有一个小问题:显示设置中选择分辨率那里显示是1600*1200还是没有1440*900的选项。虽然现在明明是正常的1440*900。请问有什么解决方法吗? 如有,请发MAIL给我linminmail@sohu.com,谢谢!!!
ouwsh 回复于 February 7, 2007 22:33
客气。。
你用上面的最后一个方法可以实现在选择栏有的。。
nick
September 25, 2008 16:46
shy
分页: 1/1 第一页 1 最后页
发表评论
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]