[问题]我翻遍了无数的帖子也解决不了的关于刷新率的问题……

Ubuntu各种衍生版本
头像
cedcsm
帖子: 19
注册时间: 2006-10-03 13:11
来自: 中国

[问题]我翻遍了无数的帖子也解决不了的关于刷新率的问题……

#1

帖子 cedcsm » 2007-06-29 20:41

我是用LCD的,听说分辨率过高会损坏显示器,于是想把机器在Hiweed下的75改成60。可是苍天啊!就是没法改啊!

用了gtf,加了许多代码,结果是只能上800X600的分辨率,刷新率变成70……

直接改HorizSync VertRefresh,结果Xorg无动于衷!

把modes "1028x768“ 改成了 "1028x768_60" 现象与通过gtf出来的代码如出一辙……

我该怎么办……

代码: 全选

 SZ:    Pixels          Physical       Refresh
*0   1024 x 768    ( 260mm x 195mm )  *75
 1    800 x 600    ( 260mm x 195mm )   75
 2    640 x 480    ( 260mm x 195mm )   75
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none

代码: 全选

Section "Monitor"
	Identifier	"LCD-MONITOR"
    Option          "DPMS"	
    HorizSync    28-51
   VertRefresh   43-60
Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
	Monitor		"LCD-MONITOR"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768_60"  "800x600"  "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768_60"  "800x600"  "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768_60"  "800x600"  "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768_60"  "800x600"  "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768_60"  "800x600"  "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768_60" "800x600"  "640x480"
	EndSubSection
EndSection
sfissw
帖子: 354
注册时间: 2007-06-21 1:30
来自: Shanghai
联系:

#2

帖子 sfissw » 2007-06-29 22:08

抱歉

我只查到我的nvidia卡可以装受限驱动然后用nvidia-settings
里面有设置分辨率的
你好像是intel的板载卡我没用过不知道用什么工具。。。
我也不是配置文件达人。。。
纯粹帮你顶一下
头像
huangjiahua
帖子: 3294
注册时间: 2005-03-30 0:27
联系:

#3

帖子 huangjiahua » 2007-06-29 22:39

分辨率在显示器额定范围内就行。

现在一般的 LCD 刷新率都是 75 的, 你不用修改。
跃过无数的时间断层,只为了在
头像
drivel
帖子: 1918
注册时间: 2006-07-08 9:21
来自: University of Science and Technology Beijing
联系:

#4

帖子 drivel » 2007-06-29 22:44

什么的显卡?驱动如何?
头像
cedcsm
帖子: 19
注册时间: 2006-10-03 13:11
来自: 中国

#5

帖子 cedcsm » 2007-06-30 8:49

huangjiahua 写了:分辨率在显示器额定范围内就行。

现在一般的 LCD 刷新率都是 75 的, 你不用修改。
问题是我的LCD比较老,而且我想知道改不了的原因……

我是Inter的板载显卡,驱动不太清楚。
头像
goodhebin
帖子: 101
注册时间: 2006-10-14 15:41
来自: 厦门

#6

帖子 goodhebin » 2007-06-30 10:08

找到default depth的项,在底下加上modeline,写上分辨率和刷新率就好了。
CPU:P4 2.93G
主板:sis661fx
ati 9600移动卡
512M
头像
cedcsm
帖子: 19
注册时间: 2006-10-03 13:11
来自: 中国

#7

帖子 cedcsm » 2007-06-30 10:42

goodhebin 写了:找到default depth的项,在底下加上modeline,写上分辨率和刷新率就好了。
这位仁兄是不是这个意思?
Section "Monitor"
Identifier "LCD-MONITOR"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "LCD-MONITOR"
DefaultDepth 24
Modeline "1024x768_60.00"
不过加了之后,X也启动不了了……
头像
drivel
帖子: 1918
注册时间: 2006-07-08 9:21
来自: University of Science and Technology Beijing
联系:

#8

帖子 drivel » 2007-06-30 11:00

cedcsm 写了:
huangjiahua 写了:分辨率在显示器额定范围内就行。

现在一般的 LCD 刷新率都是 75 的, 你不用修改。
问题是我的LCD比较老,而且我想知道改不了的原因……

我是Inter的板载显卡,驱动不太清楚。
板载显卡记得在哪里有解决方案,我找找去……
头像
drivel
帖子: 1918
注册时间: 2006-07-08 9:21
来自: University of Science and Technology Beijing
联系:

#9

帖子 drivel » 2007-06-30 11:01

头像
biowee
帖子: 287
注册时间: 2006-07-31 22:55
联系:

indentifier需要修改

#10

帖子 biowee » 2007-06-30 11:16

Section "Monitor"
Identifier "LCD-MONITOR"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "LCD-MONITOR"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768_60" "800x600" "640x480"
EndSubSection
intel集成显卡其Monitor可以默认为Generic Monitor,而HorizSync和VertRefresh需要指定正确(既然一正确识别显卡类型,表明驱动已经安装正确。如下修改为:


Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection

试试再。另外,intel集成显卡驱动有815resolution和910resolution,建议安装910resolution.
头像
huangjiahua
帖子: 3294
注册时间: 2005-03-30 0:27
联系:

#11

帖子 huangjiahua » 2007-06-30 11:53

试试 915resolution 或者 xserver-xorg-video-intel

请参阅 https://help.ubuntu.com/community/FixVi ... utionHowto
跃过无数的时间断层,只为了在
头像
cedcsm
帖子: 19
注册时间: 2006-10-03 13:11
来自: 中国

Re: indentifier需要修改

#12

帖子 cedcsm » 2007-06-30 14:54

biowee 写了:
Section "Monitor"
Identifier "LCD-MONITOR"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "LCD-MONITOR"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768_60" "800x600" "640x480"
EndSubSection
intel集成显卡其Monitor可以默认为Generic Monitor,而HorizSync和VertRefresh需要指定正确(既然一正确识别显卡类型,表明驱动已经安装正确。如下修改为:


Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection

试试再。另外,intel集成显卡驱动有815resolution和910resolution,建议安装910resolution.
我发现我已经装过910resolution了。

现在发觉 HorizSync 和 VertRefresh 改了多少遍都起不了作用……按你给的方法做也没有效果……不过,
Thanks anyway
头像
cedcsm
帖子: 19
注册时间: 2006-10-03 13:11
来自: 中国

#13

帖子 cedcsm » 2007-06-30 15:03

huangjiahua 写了:试试 915resolution 或者 xserver-xorg-video-intel

请参阅 https://help.ubuntu.com/community/FixVi ... utionHowto
文档中关于Inter显卡的问题好象是专门解决分辨率的,我的分辨率没问题。

Undetected Monitor Specs
这一段好像跟刷新率有关,但是选定范围的命令我已经会用,而且无论我怎么调整HorizSync VertRefresh 都没用……

有没有能设定一个具体刷新率的命令或程序呢?
头像
drivel
帖子: 1918
注册时间: 2006-07-08 9:21
来自: University of Science and Technology Beijing
联系:

#14

帖子 drivel » 2007-06-30 18:07

cedcsm 写了:
huangjiahua 写了:试试 915resolution 或者 xserver-xorg-video-intel

请参阅 https://help.ubuntu.com/community/FixVi ... utionHowto
文档中关于Inter显卡的问题好象是专门解决分辨率的,我的分辨率没问题。

Undetected Monitor Specs
这一段好像跟刷新率有关,但是选定范围的命令我已经会用,而且无论我怎么调整HorizSync VertRefresh 都没用……

有没有能设定一个具体刷新率的命令或程序呢?
有时候显卡会在某个分辨率上,强制使用刷新。
比如800X600,60hz就可以,但是1024X768,就感觉很晃了……这时,可能显卡会强制使用75HZ
头像
zero_XP
帖子: 23
注册时间: 2006-11-01 10:47

#15

帖子 zero_XP » 2007-07-01 1:49

如果你的LCD显示器是数字接口的,那么完全没有影响。

网上流行说的LINUX容易烧坏液晶显示器,或者高刷新率容易烧毁液晶显示器,仅仅是对于模拟接口的LCD显示器,烧坏的部分是显示器内部那块模拟转数字接口芯片而已,而且仅仅是对于那些采用不太好的转换芯片的显示器。所以不用担心。
回复