LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: 小水手

怎么改分辨率和刷新率?

[复制链接]
发表于 2005-4-8 09:40:08 | 显示全部楼层
我一直没搞懂这:
作者: Freebird
#xrandr -s 800x600

注意是x不是*.
是什么意思啊,能说明白点吗
回复 支持 反对

使用道具 举报

发表于 2005-4-9 22:50:47 | 显示全部楼层
办法有不少,比如图形界面可用 kchshell display ,字符界面可用 xrandr 。大家尽管试一试。
回复 支持 反对

使用道具 举报

发表于 2005-10-3 16:09:10 | 显示全部楼层
本人/ect/X11/XF86config的部分内容:
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "783V"
        DisplaySize  320        240
        HorizSync    30.0 - 87.0
        VertRefresh  50.0 - 160.0
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "vesa"
        VendorName  "Videocard vendor"
        BoardName   "VESA driver (generic)"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x960" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
无法改变
用xvidtune命令会有提示:
video modes are not tunable on this chip
大侠如何解释???
回复 支持 反对

使用道具 举报

发表于 2005-10-6 20:03:05 | 显示全部楼层
我在ubuntu 下:
请问怎么把刷新率调到85HZ?

yun@CHENG:~$ gtf 1024 768 85

  # 1024x768 @ 85.00 Hz (GTF) hsync: 68.60 kHz; pclk: 94.39 MHz
  Modeline "1024x768_85.00"  94.39  1024 1088 1200 1376  768 769 772 807  -HSync +Vsync

yun@CHENG:~$ xrandr
SZ:    Pixels          Physical       Refresh
*0   1024 x 768    ( 347mm x 260mm )  *60
1    800 x 600    ( 347mm x 260mm )   72   60   56
2    640 x 480    ( 347mm x 260mm )   60
3    640 x 384    ( 347mm x 260mm )   60
4    576 x 384    ( 347mm x 260mm )   55
5    512 x 384    ( 347mm x 260mm )   60
6    400 x 300    ( 347mm x 260mm )   72   60   56
7    320 x 240    ( 347mm x 260mm )   60
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
回复 支持 反对

使用道具 举报

发表于 2005-10-9 19:33:36 | 显示全部楼层
郁闷。 我照上面说的都试过了,可显示器还是工作在1024x768 60HZ下。怎么办?
我用的是FC4
我的显示器 Sumsung SyncMaster 753DFX
gtf 显示
[root@localhost X11]# gtf 1024 768 85 -x
  # 1024x768 @ 85.00 Hz (GTF) hsync: 68.60 kHz; pclk: 94.39 MHz
  Modeline "1024x768_85.00"  94.39  1024 1088 1200 1376  768 769 772 807  -HSync +Vsync
Modeline一行已经加到xorg.conf里了。
[root@localhost X11]# xvidtune
Vendor: Monitor Vendor, Model: Samsung SyncMaster 753DF(X)/703DF(X)/783DF(X)/CD173A(T)
Num hsync: 1, Num vsync: 1
hsync range 0:  30.00 -  71.00
vsync range 0:  50.00 - 160.00
Video are not settable on this chip
显示器说明书上没有 hsync和vsync范围。
回复 支持 反对

使用道具 举报

发表于 2005-10-18 13:06:30 | 显示全部楼层
各位高手我的还没解决,先看一下xf86config文件:
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "SyncMaster"
        DisplaySize  310        230
        HorizSync    30.0 - 71.0
        VertRefresh  50.0 - 75.0
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "i810"
        VendorName  "Videocard vendor"
        BoardName   "Intel 845"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

要如何修改才能修改刷新率?我运行xrandr竟然显示:
[root@linuxzhao root]# xrandr
SZ:    Pixels          Physical       Refresh
*0   1024 x 768    ( 313mm x 232mm )  *85
1    800 x 600    ( 313mm x 232mm )   85
2    640 x 480    ( 313mm x 232mm )   85
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
[root@linuxzhao root]#
这样应该是已经设成85MHz了,但还是闪的厉害,看来是没起作用,到底该怎么办?成功的高手能否详细说明!!!!
回复 支持 反对

使用道具 举报

发表于 2005-10-19 23:44:15 | 显示全部楼层
我是9.0的系统,,怎么找了半天在setup里面就没有X Config*****的呢?郁闷~~~
回复 支持 反对

使用道具 举报

发表于 2005-10-20 09:16:41 | 显示全部楼层
Post by xie.xiande
我是9.0的系统,,怎么找了半天在setup里面就没有X Config*****的呢?郁闷~~~

是呀!我的也找不到!本贴上的方法全试过,全无效!
回复 支持 反对

使用道具 举报

发表于 2005-10-20 12:03:51 | 显示全部楼层
我的现在也遇到这个问题了啊,好郁闷,我现在用的是redhat9,直接vi /etc/X11/XF86config 都不行。用xrandr和xuidtune命令显示的是,can't open dispaly(null) 真是无敌,在安装的时候,好像不认识我的显示器,以前在redhat10.0和knoppix下没有遇到这种问题。不知是不是驱动的问题。请问那儿有通用的显卡和显示器驱动,最好能给个详细地址,3Q,我也不知道是不是这个原因。还有没有其它可能哦,麻烦大家帮帮忙。
回复 支持 反对

使用道具 举报

发表于 2005-10-20 12:05:46 | 显示全部楼层
对了,我现在的刷新率是31.5~37.9,75~85,显示模式是,640x480看起来真的很头痛啊。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表