关于刷新率

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
zhwlyfx
帖子: 440
注册时间: 2007-01-21 15:44

关于刷新率

#1

帖子 zhwlyfx » 2007-01-28 14:09

我的屏幕刷新率怎么只能是75阿,怎么不能选择其他的呢,我的显卡是要站住915主板几成的,显示器是lcd
头像
donny
帖子: 335
注册时间: 2005-10-03 15:25

#2

帖子 donny » 2007-01-28 15:30

gtf 1024 768 85 按照我的格式输
ghost0
帖子: 364
注册时间: 2006-08-11 0:28

#3

帖子 ghost0 » 2007-01-28 15:43

编辑xorg.conf
在最下面分辨率那段在你用的分辨率后面都加上_刷新率

比如你液晶是用“1280x1024”,改成“1280x1024_60",这样改以后你看gnome菜单里的屏幕分辨率得到的数值可能是不准确的,你直接按显示器上的按钮看状态就知道是否有效了。

gtf生成的配置对液晶似乎无效的,不知道是不是因为我是DVI的关系

这是我的配置,供你参考
……………………
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024_60" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024_60" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024_60" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024_60" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024_60" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024_60" "1024x768" "800x600" "640x480"
EndSubSection
……………………
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#4

帖子 skyx » 2007-01-28 16:23

lcd 75HZ是其上限,不能再往上调了

对于lcd

60 和75没什么区别,低点还好些,个人认为调成60还有助于提升3d性能(猜想)
no security measure is worth anything if an attacker has physical access to the machine
zhwlyfx
帖子: 440
注册时间: 2007-01-21 15:44

#5

帖子 zhwlyfx » 2007-01-28 17:16

不是吧,我这个只能是75啊,没有60阿
头像
karron
帖子: 6226
注册时间: 2005-06-11 14:03
来自: 不明真相的群众
联系:

#6

帖子 karron » 2007-01-28 17:23

可以如楼上的楼上所做强制使用某个刷新频率
我的blog,关于技术,软件,linux,vim <---- 所有博客均被河蟹.
回复