Zero_ashtray 发表于 2004-6-18 12:39:49

请教如何 给一个系统不能识别的显示器设置分辨虑和刷新频率

安装的是 redhat9.0

显卡 是gf2-64m显存

看faq上写的文章,共有两种方法

1.在x下的命令行下输入 xrandr -s 1024*768 -r 84

就可以了 ,但是我的总是提示我的 输入有问题

下面是我的输入结果

# xrandr
SZ:    Pixels          Physical       Refresh
*0   1024 x 768    ( 321mm x 241mm )*60
1    800 x 600    ( 321mm x 241mm )   75   72   60   56
2    640 x 480    ( 321mm x 241mm )   75   72   60
3    832 x 624    ( 321mm x 241mm )   74
4    576 x 384    ( 321mm x 241mm )   54
5    512 x 384    ( 321mm x 241mm )   60
6    416 x 312    ( 321mm x 241mm )   74
7    400 x 300    ( 321mm x 241mm )   75   72   60   56
8    320 x 240    ( 321mm x 241mm )   75   72   60

# xrandr -s 1024 x 768 -r 84
usage: xrandr
where options are:
-display <display> or -d <display>
-help
-o <normal,inverted,left,right,0,1,2,3>
            or --orientation <normal,inverted,left,right,0,1,2,3>
-q      or --query
-s <size>/<width>x<height> or --size <size>/<width>x<height>
-r <rate> or --rate <rate>
-v      or --version
-x      (reflect in x)
-y      (reflect in y)
--screen <screen>
--verbose
#

请问这个是什么原因?

2,开始的时间只能设置800*600
我是在系统设置-显示 - 高级-显示器配置,,将水平频率

写成31.5-50 垂直的 写成50-70

将分辨虑设置成1024*768

就出现了 1024*768 但是刷新率是60 很晃眼

谢谢解答

cobranail 发表于 2004-6-18 12:59:21

选个相近的

或者xrandr -s 1024x768 -r 84
x两边没有空格

Zero_ashtray 发表于 2004-6-18 13:11:29

# xrandr -s 1024x768 -r 84
X Error of failed request:BadValue (integer parameter out of range for operation)
Major opcode of failed request:155 (RANDR)
Minor opcode of failed request:2 (RRSetScreenConfig)
Value in failed request:0x54
Serial number of failed request:12
Current serial number in output stream:12

这个就是结果,呵呵,还不行阿

hew 发表于 2004-6-18 13:16:32

redhat-config-xfree86
在配置显示器的时候用自定义,然后按你显示器的规格写上场频,行频。

Zero_ashtray 发表于 2004-6-18 13:49:28

回hew
1。如何知道自己的显示器的规格的场频与行频---这个是二手的显示器

   知道是17crt 视觉纯平

2。redhat-config-xfree86是在终端下输入吗?

   我是刚开始接触linux,我输入后,直接出现了,在显示哪个设置一样的对话框

   而且还不知道怎么修改他们的内容

   可以给一个详细的介绍吗?

   谢谢

12543122 发表于 2004-6-18 13:55:11

17纯平HorizSync30 - 70         VertRefresh50 - 160      应该没问题吧。 或者稍调小一点。 知道显示器型号吧,可以google一下。


终端下运行。
页: [1]
查看完整版本: 请教如何 给一个系统不能识别的显示器设置分辨虑和刷新频率