LinuxSir.cn,穿越时空的Linuxsir!

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

:help xorg为什么不能调节分辨率?晕

[复制链接]
发表于 2004-11-8 16:04:58 | 显示全部楼层 |阅读模式
我成功安装了XORG的最新版,能够执行startx进入Xwindows,但是不能调节分辨率,是不是XORG的BUG问题呀!下面是我的xorg.conf文件。我的显示器是三星的550S在windows下能够上到1024*768 72HZ

Section "ServerLayout"
        Identifier     "X.org 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/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

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

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "auto"
        Option      "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
        #DisplaySize      280   210     # mm
        Identifier   "Monitor0"
        VendorName   "SAM"
        ModelName    "1035"
### Uncomment if you don't want to default to DDC:
#       HorizSync    30.0 - 61.0
#       HorizSync    14393.0 - 0.0
#       VertRefresh  50.0 - 0.0
        Option      "DPMS"
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     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        Identifier  "Card0"
        Driver      "nv"
        VendorName  "nVidia Corporation"
        BoardName   "NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 16
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes   "1024X768"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes  "1024X768"
        EndSubSection
EndSection

:help
发表于 2004-11-8 18:18:21 | 显示全部楼层

回复: :help xorg为什么不能调节分辨率?晕

按以下的修改这里,看可否。。。

Section "Screen"
           Identifier "Screen0"
           Device     "Card0"
           Monitor    "Monitor0"
           DefaultColorDepth 24  //此处以及以下的24也可为16
           SubSection "Display"
               
                Depth     24
                Modes   "1024x768"
           EndSubSection
        
     EndSection
发表于 2004-11-8 19:08:29 | 显示全部楼层
看到下面说的没有?
### Uncomment if you don't want to default to DDC:
# HorizSync 30.0 - 61.0
# HorizSync 14393.0 - 0.0
# VertRefresh 50.0 - 0.0
去掉这么行的注释。
如果不行先xorgcfg -textmode一次,
再删去那几行前面的注释。
发表于 2004-11-10 17:37:42 | 显示全部楼层
还有一个问题可能是,xorg默认是读用户目录下的xorg.conf(如果这个文件存在的话),没有再去读/etc/X11/xorg.conf,我就遇到过这样的情况,明明将/etc/X11/xorg.conf改好了,一点反应都没有,后来想起在家目录做过测试,是不是这个文件的问题,删掉之后就正常了
发表于 2004-11-10 22:31:38 | 显示全部楼层
没装显卡驱动的原因。到/usr/port/x11/nvidia-driver/下面把驱动装上,把Driver "nv"改成Driver "nvidia"就行了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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