LinuxSir.cn,穿越时空的Linuxsir!

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

帮我看看我的X86Config文件那里不对?

[复制链接]
发表于 2004-5-11 20:01:12 | 显示全部楼层 |阅读模式
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/misc/"  
FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"  
FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"  
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"  
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"  
EndSection  
  
Section "Module"  
Load  "dbe"  
Load  "dri"  
Load  "extmod"  
Load  "glx"  
Load  "record"  
Load  "xtrap"  
Load  "speedo"  
Load  "type1"  
EndSection  
  
Section "InputDevice"  
Identifier  "Keyboard0"  
Driver      "keyboard"  
EndSection  
  
Section "InputDevice"  
Identifier  "Mouse0"  
Driver      "mouse"  
Option     "rotocol" "auto"  
Option     "Device" "/dev/sysmouse"  
EndSection  
  
Section "Monitor"  
Identifier   "Monitor0"  
VendorName   "Monitor Vendor"  
ModelName    "Monitor Model"  
EndSection  
  
Section "Device"  
  
        ### Available Driver options are:-  
        ### Values: : integer, <f>: float, <bool>: "True"/"False",  
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"  
        ### [arg]: arg optional  
        #Option     "ShadowFB"            # [<bool>]  
        #Option     "DefaultRefresh"      # [<bool>]  
Identifier  "Card0"  
Driver      "ati"  
VendorName  "ATI Technologies Inc"  
BoardName   "Unknown Board"  
BusID       "CI:1:0:0"  
EndSection  
  
Section "Screen"  
Identifier "Screen0"  
Device     "Card0"  
Monitor    "Monitor0"  
SubSection "Display"  
Depth     1  
EndSubSection  
SubSection "Display"  
Depth     4  
EndSubSection  
SubSection "Display"  
Depth     8  
EndSubSection  
SubSection "Display"  
Depth     15  
EndSubSection  
SubSection "Display"  
Depth     16  
EndSubSection  
SubSection "Display"  
Depth     24  
EndSubSection  
EndSection
 楼主| 发表于 2004-5-11 20:02:08 | 显示全部楼层
我是ATI9800SE显卡用的是BSD5.1帮我改改,,现在这个只能免强上X
发表于 2004-5-11 21:26:08 | 显示全部楼层
这位兄弟,怎么不说一下你使用X时有什么不对劲啊?这样有针对性一点
 楼主| 发表于 2004-5-11 21:52:50 | 显示全部楼层
我说了免强能上 X,,,分辨率什么的都不对,,帮我调调
发表于 2004-5-12 09:08:39 | 显示全部楼层
XF86Config中需要手工设置的参数,你根本没有。缺少显示器的纵横刷新率、屏幕的缺省色深、分辩率列表。
发表于 2004-5-12 13:06:04 | 显示全部楼层
帖出我的,给个参考
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/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/TrueType/"
EndSection

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

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

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

Section "Monitor"
        #DisplaySize          320   240        # mm
        Identifier   "Monitor0"
        VendorName   "IQT"
        ModelName    "F776"
        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     "ShowCache"                  # [<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      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV17 [GeForce4 MX 440]"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth        24
        SubSection "Display"
                Depth     1
                Modes        "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes        "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes        "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes        "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes        "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes        "1024x768"
        EndSubSection
EndSection
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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