LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 953|回复: 4

怎么设置分辨率和刷新率?

[复制链接]
发表于 2003-10-4 11:07:36 | 显示全部楼层 |阅读模式
如提
发表于 2003-10-4 11:12:53 | 显示全部楼层
分辨率可以用xvidtune进行设置,也可以用xf86cfg进行设置。刷新率可以用xrandr进行设置。
 楼主| 发表于 2003-10-4 11:23:08 | 显示全部楼层
xvidtune
怎么用啊,能详细说说吗?
我怎么也调不好
谢谢 我想调1024*768
发表于 2003-10-4 11:31:08 | 显示全部楼层
最初由 andrew 发表
xvidtune
怎么用啊,能详细说说吗?
我怎么也调不好
谢谢 我想调1024*768


这样的话,你用xf86cfg -textmode更容易些
发表于 2003-10-4 11:36:48 | 显示全部楼层
Section "Monitor"
    Identifier "monitor1"
    VendorName "Acer"
    ModelName "Acer 55e"
    HorizSync  31.5-48.5
    VertRefresh 50.0-70.0
                                                                                                
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
                                                                                                
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
                                                                                                
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616

............
Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
                                                                                                
    Subsection "Display"
        Depth 8
        Modes "800x600" "640x480"           #加入1024x768
    EndSubsection
                                                                                                
    Subsection "Display"
        Depth 15
        Modes "800x600" "640x480"#加入1024x768

    EndSubsection
                                                                                                
    Subsection "Display"
        Depth 16
        Modes "800x600" "640x480"#加入1024x768

    EndSubsection
                                                                                                
    Subsection "Display"
        Depth 24
        Modes "800x600" "640x480"#加入1024x768

    EndSubsection

好象是这些吧,我也懂的,给你参考一下,我好象是800x600
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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