当前位置: 技术问答>linux和unix
关于显示器的分辨率
来源: 互联网 发布时间:2015-05-23
本文导语: 我想在linux 中配置我的显卡和显示器,但我不知道如何获得我的显示器的有关显示器的垂直刷新频率(垂直同步)和水平刷新频率(水平同步)两项参数,有没有人可以帮我。 我的显示卡是ncidia riva tnt2 model 64...
我想在linux 中配置我的显卡和显示器,但我不知道如何获得我的显示器的有关显示器的垂直刷新频率(垂直同步)和水平刷新频率(水平同步)两项参数,有没有人可以帮我。
我的显示卡是ncidia riva tnt2 model 64,我在windows 2000下设的是800*600 85 hz的刷新
我的显示卡是ncidia riva tnt2 model 64,我在windows 2000下设的是800*600 85 hz的刷新
|
更改/etc/X11/XF86Config文件中
"Section Monitor" 字段中的
HorizSync xxx - xxx
VertRefresh xxx - xxx
分别表示水平频率范围和垂直刷新频率
如:
Section "Monitor"
HorizSync 30.0 - 85.0
VertRefresh 60.0 - 160.0
EndSection
然后注消重新进入即可^_^
"Section Monitor" 字段中的
HorizSync xxx - xxx
VertRefresh xxx - xxx
分别表示水平频率范围和垂直刷新频率
如:
Section "Monitor"
HorizSync 30.0 - 85.0
VertRefresh 60.0 - 160.0
EndSection
然后注消重新进入即可^_^
|
你应该给出的是显示器的型号,不是显卡的型号
|
在命令行下键入setup,可以调出配置框,选xconfigration(好象没拼对)进入就可以配置了
|
是xconfiguration :)
|
if Redhat Linux
{
[localhost@root]#redhat-config-xfree86
}
{
[localhost@root]#redhat-config-xfree86
}
|
直接修改/etc/X11/XF86Config-4
其他同意 byzs(maxiaojun)
其他同意 byzs(maxiaojun)
|
修改/etc/X11/XF86Config-4
片断:
……
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-60
VertRefresh 50-75
Option "DPMS"
EndSection
……
……
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
……
片断:
……
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-60
VertRefresh 50-75
Option "DPMS"
EndSection
……
……
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
……
|
你应该看一下显示器的说明书。里面应该有说明的!!!!
|
x86config
|
我的是philips 105s的显示器,在windows下为800x600@85Hz,
在linux中:
HorizSync 30.0-60.0
VertRefresh 50.0-120.0
你的显示器要是有超频保护的话,你就放心改吧,大不了超了再给他改回来
在linux中:
HorizSync 30.0-60.0
VertRefresh 50.0-120.0
你的显示器要是有超频保护的话,你就放心改吧,大不了超了再给他改回来
|
你看下显示器包装或者后面的铭牌吧,应该有的,然后在XF86Config下更改