HOWTO:如何调整屏幕分辨率和刷新率

CPU/显卡/打印机/USB设备等硬件问题
头像
aqua203
帖子: 283
注册时间: 2007-03-01 21:04
来自: 福建

#16

帖子 aqua203 » 2007-06-14 18:15

nano编辑器较好
应该只是进不了X吧?用
sudo nano /etc/X11/xorg.conf
编辑文件就可以了,屏幕底部有快捷键的提示
VertRefresh垂直刷新率
还有一个水平刷新率
如果正常就不要去调了,调刷新率还是看看显示器说明书
Feisty/Athlon1800+/512M/80G/MX440/SIS746
Linux 不是Windows
www.pendriverlinux.com
www.puppyos.com
allanpun
帖子: 5
注册时间: 2007-06-12 17:31

#17

帖子 allanpun » 2007-06-15 14:23

你好,我用你的方法去查我的显示器的型号,可是没有任何反应,是怎么回事呢? 谢谢
NetRube
帖子: 3
注册时间: 2007-06-15 14:41

#18

帖子 NetRube » 2007-06-15 14:55

俺也是
sudo ddcprobe | grep monitorrange
没有显示什么出来
而且 /etc/X11/xorg.conf 文件改后也没效果

代码: 全选

Section "Device"
	Identifier	"通用显示卡"
	Driver		"nvidia"
	Busid		"PCI:1:0:0"
	Option		"AddARGBVisuals"	"True"
	Option		"AddARGBGLXVisuals"	"True"
	Option		"NoLogo"	"True"
EndSection

Section "Monitor"
	Identifier	"通用显示器"
	Option		"DPMS"
	Horizsync	28-85
	Vertrefresh	43-160
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"通用显示卡"
	Monitor		"通用显示器"
	Defaultdepth	24
	SubSection "Display"
		Depth	1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth	4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth	8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth	15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth	16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth	24
		Modes		"1024x768"
	EndSubSection
EndSection
显卡驱动已经安装好
附件
Screenshot-屏幕分辨率首选项.png
Screenshot-NVIDIA X Server Settings.png
zhudachang
帖子: 40
注册时间: 2007-06-25 8:19
来自: 德国

#19

帖子 zhudachang » 2007-06-27 10:52

我的情况和楼上的两位一个样,
sudo ddcprobe | grep monitorrange
没有任何反应
greyhound
帖子: 27
注册时间: 2006-11-10 11:02

#20

帖子 greyhound » 2007-06-28 16:48

我也是这种情况啊
真是同病相怜啊
哪位兄弟支个招啊
andrea_chiang
帖子: 2
注册时间: 2007-07-09 14:10

#21

帖子 andrea_chiang » 2007-07-09 14:15

我照着楼主的方法试了,现在使用的是1440x900@60Hz的分辨率,但是每次重启之后屏幕就会挤在中间一段,要重新设置屏幕分辨率才行,这样自非常麻烦,请问哪位知道该如何解决?
谢谢!
yunpengwu
帖子: 294
注册时间: 2007-08-26 10:35
来自: 上海
联系:

不起作用

#22

帖子 yunpengwu » 2007-08-27 19:08

我的电脑/etc/X11/xorg.conf原来的设置就都是1280*800,但是可选择的分辨率最高还是1024*768

还需要怎么改?

高手指点一下!
garry
帖子: 57
注册时间: 2007-08-23 8:05
联系:

#23

帖子 garry » 2007-08-30 14:58

手头上刚好一个飞利浦17寸CRT的广告,107S7的
水平扫描频率: 30 - 71 KHz
垂直扫描频率: 50 - 160 Hz
chmchm
帖子: 22
注册时间: 2007-08-29 23:25

#24

帖子 chmchm » 2007-08-31 1:15

装了显卡驱动后没有自动识别最大分辨率。。。所以按此操作。。。确实可以设置为1680x1050
sudo ddcprobe | grep monitorrange
后得到的minitorrange 是 24-82, 48-76
但是按此操作后职能将扫描频率设置为50或者55Hz,但是产品说明书(HP W2207)上说明的是60Hz
请问如何解决此问题?谢谢!
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#25

帖子 skyx » 2007-08-31 1:21

ddc 50、51之类的问题,我整理了下,现在这个帖子置顶了,可供参考:


viewtopic.php?t=69241
no security measure is worth anything if an attacker has physical access to the machine
chmchm
帖子: 22
注册时间: 2007-08-29 23:25

#26

帖子 chmchm » 2007-08-31 9:34

谢谢楼上!
头像
tornado
帖子: 49
注册时间: 2007-08-29 20:27

Re: HOWTO:如何调整屏幕分辨率和刷新率

#27

帖子 tornado » 2007-09-01 8:50

好帖!!!默认60的刷新有点闪
我只改了HorizSync 30-81 VertRefresh 56-75两项为32-70 50-120 BenQ的,新手注意牌子可以不改,我改过不能进图形界面,又cp回来
jazzi 写了:1。首先,确保手上有显示器的相关参数
没有说明书可查的话可以用下面这个命令查看

代码: 全选

sudo ddcprobe | grep monitorrange
2。备份Xorg.conf

代码: 全选

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
3。添加你所需的分辨率和刷新率

代码: 全选

sudo gedit /etc/X11/xorg.conf
a.找到Section "Monitor"
这里,根据你显示器的型号改好,相关的信息可以从网上或者说明书里找到,我的是这样:

Section "Monitor"
Identifier "Sumsang 913N"
Option "DPMS"
HorizSync 30-81
VertRefresh 56-75
(这里我就是手动输入了显示器的型号和两个刷新频率)

b.找到下面Section "Screen"
根据需要,我只是改了最后两项SubSection,16位深和24位深:
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
我只是加入了原先没有的1280x1024的分辨率,要是愿意,你也可以改1,4,8,15位色深时的分辩率。保存,然后重启你的Ubuntu,应该就搞定了,还有别忘了按下显示器的AUTO键,让它自动设好最佳效果。

这时候,你会发现桌面的壁纸需要换成1280x1024的,然后,应该没有什么问题了,enjoy it!
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#28

帖子 skyx » 2007-09-01 9:31

关于ddc 的问题,我也整理了下,见这个帖子:


viewtopic.php?t=69241

What is DDC?

Short for Display Data Channel, a VESA standard for communication between a monitor and a video adapter. Using DDC, a monitor can inform the video card about its properties, such as maximum resolution and color depth. The video card can then use this information to ensure that the user is presented with valid options for configuring the display.

显卡DDC功能正常的情况下,可用sudo ddcprobe | grep monitorrange 命令查看显示器参数,一般live cd 启动后自动生成的xorg.conf应该包含有正确的显示器工作参数
显卡DDC功能不正常或显示器不提供DDC功能,则以显示器说明书或显示器后面的铭牌为准来修改xorg.conf 
no security measure is worth anything if an attacker has physical access to the machine
头像
shanei5107
帖子: 22
注册时间: 2006-11-29 20:30
系统: win7 / Ubuntu 14.04

#29

帖子 shanei5107 » 2007-09-04 15:39

搞不定呀,修改了没反应!其它像1600*1200的分辨率有,少1440*900

Section "Monitor"
Identifier "通用显示器"
HorizSync 30.0 - 80.0
VertRefresh 55.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "RADEON 9550"
Driver "fglrx"
Option "PseudoColorVisuals" "off"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "on"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "RADEON 9550"
Monitor "通用显示器"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection
dragon1225
帖子: 75
注册时间: 2007-08-29 16:33

#30

帖子 dragon1225 » 2008-03-06 10:44

sudo ddcprobe | grep monitorrange
输入后说没有ddcprobe这个命令,怎么办啊?

我的是:
AOC 193P+
水平:30-80
垂直:55-75
分:1280*1024

显示器的牌子可以随便写吗?
回复