LinuxSir.cn,穿越时空的Linuxsir!

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

刷新率还是没有搞定

[复制链接]
发表于 2002-12-13 15:43:02 | 显示全部楼层 |阅读模式
我的/etc/X11/XF86Config-4:
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/TrueType"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath     "/usr/X11R6/lib/X11/fonts/local"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
EndSection

Section "Module"
        Load  "xtt"
        Load  "extmod"
#        Load  "glx"
#        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "speedo"
#        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "S/2"
        Option            "Device" "/dev/psaux"
        Option          "Emulate3Buttons"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync 30-69
        VertRefresh 50-120
         # 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

EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"                   # [<bool>]
        Identifier  "Card0"
        Driver      "vesa"
        VendorName  "SiS"
        BoardName   "530"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 16

        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection
发表于 2002-12-13 15:52:13 | 显示全部楼层
有一个办法就是把你得显示器打到windows,找你最舒服得显示mod
然后,很多显示器都可以在menu里面显示info,也就是当前得刷新率,分辨率什么得。
把这个记下来,然后把XF86config里面得H,V俩刷新最高值改成你抄下来得频率
发表于 2002-12-13 16:00:44 | 显示全部楼层
我得是这样得。
和你那部分有小区别,没有modline那行。

Section "Monitor"
    Identifier  "My Monitor"
    HorizSync   31.5 - 64.0
    VertRefresh 50-60.1
EndSection

直接把那个大值设成我从win查得值了。
 楼主| 发表于 2002-12-13 20:44:47 | 显示全部楼层
还是不行,80、70、60都试了一次
调成800*600也不行
真不知道怎么好了,眼睛都要给晃坏了
 楼主| 发表于 2002-12-13 20:52:28 | 显示全部楼层
还有一个中文输入问题,我装了xsim,启动时提示
XSIM: failed create font :-*-*-*-*-*-*-16-*-*-*-*-*-iso8859-我的fontsname设为AUTO,local 是GB2312
发表于 2002-12-13 23:03:52 | 显示全部楼层
不知道jcnet兄用的是什么显卡,如果是nvidia直接安装显卡驱动程序效果要好些。
发表于 2002-12-13 23:14:34 | 显示全部楼层
觉得你的显示分辨率很奇怪,1024x480,768x576,都是很少见的
发表于 2002-12-13 23:25:49 | 显示全部楼层
最初由 windrose 发布
觉得你的显示分辨率很奇怪,1024x480,768x576,都是很少见的



It's SONY!

Sony Vaio
发表于 2002-12-13 23:55:19 | 显示全部楼层
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
你少一行1024x768的ModeLine,你可以用xvidtune来调,然后把结果填到XF86Config-4里。上面那行里的50就是刷新率,下面是我用的ModeLine:
ModeLine    "1024x768" 78.0 1024 1040 1136 1288 768 769 772 792 +hsync +vsync
发表于 2002-12-14 04:08:43 | 显示全部楼层
最初由 allen1970 发布



It's SONY!

Sony Vaio


欧?是那个可爱的PICTURE BOOK么?那可是一个好玩的小玩具。

但是那个是液晶瓶阿。你应该把设置调和我的一样才可以。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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