为什么刷新率就是上不去啊?

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

为什么刷新率就是上不去啊?

#1

帖子 zerox7 » 2009-11-07 19:02

请问一下,我的设置有什么问题了?在显示选项那里只有1024X768 @60HZ的选择。
没有85HZ,为什么会这样的?怎样才可以加入85HZ的选择啊?





Section "ServerLayout"

Identifier "aticonfig Layout"

Screen 0 "aticonfig-Screen[0]-0" 0 0

EndSection



Section "Files"

EndSection



Section "Module"

Load "glx"

EndSection



Section "ServerFlags"

Option "Xinerama" "off"

EndSection



Section "Monitor"

Identifier "0-CRT1"

ModeLine "1024x768" 65.0 1024 1024 1032 1045 768 768 776 776 +hsync +vsync

Option "VendorName" "ATI Proprietary Driver"

Option "ModelName" "Generic Autodetecting Monitor"

Option "DPMS" "true"

Option "PreferredMode" "1024x768"

Option "TargetRefresh" "60" (这里改成85也没有任何变化,已经重启试过了。)

Option "Position" "0 0"

Option "Rotate" "normal"

Option "Disable" "false"

EndSection



Section "Device"

Identifier "aticonfig-Device[0]-0"

Driver "fglrx"

Option "Monitor-CRT1" "0-CRT1"

BusID "PCI:1:0:0"

EndSection



Section "Screen"

Identifier "aticonfig-Screen[0]-0"

Device "aticonfig-Device[0]-0"

Monitor "aticonfig-Monitor[0]-0"

DefaultDepth 24

SubSection "Display"

Viewport 0 0

Virtual 1024 768

Depth 24

Modes "1024x768@85"

EndSubSection

EndSection



请问这里应该怎样改啊?希望高手可以帮帮忙,谢谢
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 为什么刷新率就是上不去啊?

#2

帖子 leeaman » 2009-11-07 19:15

Section "Monitor"

Identifier "0-CRT1"

ModeLine "1024x768" 65.0 1024 1024 1032 1045 768 768 776 776 +hsync +vsync

Option "VendorName" "ATI Proprietary Driver"

Option "ModelName" "Generic Autodetecting Monitor"

Option "DPMS" "true"

Option "PreferredMode" "1024x768"

Option "TargetRefresh" "60" (这里改成85也没有任何变化,已经重启试过了。)

Option "Position" "0 0"

Option "Rotate" "normal"

Option "Disable" "false"

EndSection
在这里添加水平 垂直那个参数
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
zerox7
帖子: 9
注册时间: 2007-07-13 13:33

Re: 为什么刷新率就是上不去啊?

#3

帖子 zerox7 » 2009-11-07 19:32

HorizSync 31.5 - 70.0
VertRefresh 50.0 - 160.0

是不是这两个?
回复