LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: Surf

配置X没有成功

[复制链接]
 楼主| 发表于 2003-9-7 01:49:37 | 显示全部楼层
谢谢哈兄,现在贴上我的配置文件在下面,另外还有一个问题要请教.
Section "Monitor"中的HorizSync 30.0-54.0和VertRefresh 50.0-110.0我要怎么加?我的显示器不是太好



  1. Section "ServerLayout"
  2.         Identifier     "XFree86 Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Mouse0" "CorePointer"
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection

  7. Section "Files"
  8.         RgbPath      "/usr/X11R6/lib/X11/rgb"
  9.         ModulePath   "/usr/X11R6/lib/modules"
  10.         FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
  11.         FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
  12.         FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
  13.         FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
  14.         FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
  15. EndSection

  16. Section "Module"
  17.         Load  "dbe"
  18.         Load  "dri"
  19.         Load  "extmod"
  20.         Load  "glx"
  21.         Load  "record"
  22.         Load  "xtrap"
  23.         Load  "speedo"
  24.         Load  "type1"
  25. EndSection

  26. Section "InputDevice"
  27.         Identifier  "Keyboard0"
  28.         Driver      "keyboard"
  29. EndSection

  30. Section "InputDevice"
  31.         Identifier  "Mouse0"
  32.         Driver      "mouse"
  33.         Option            "Protocol" "auto"
  34.         Option            "Device" "/dev/sysmouse"
  35. EndSection

  36. Section "Monitor"
  37.         #DisplaySize          280   210        # mm
  38.         Identifier   "Monitor0"
  39.         VendorName   "AOC"
  40.         ModelName    "5EBB"
  41.         Option            "DPMS"       
  42. EndSection

  43. Section "Device"
  44.         ### Available Driver options are:-
  45.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  46.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  47.         ### [arg]: arg optional
  48.         #Option     "SWcursor"                   # [<bool>]
  49.         #Option     "HWcursor"                   # [<bool>]
  50.         #Option     "NoAccel"                    # [<bool>]
  51.         #Option     "ShowCache"                  # [<bool>]
  52.         #Option     "ShadowFB"                   # [<bool>]
  53.         #Option     "UseFBDev"                   # [<bool>]
  54.         #Option     "Rotate"                     # [<str>]
  55.         #Option     "VideoKey"                   # <i>
  56.         #Option     "FlatPanel"                  # [<bool>]
  57.         #Option     "FPDither"                   # [<bool>]
  58.         #Option     "CrtcNumber"                 # <i>
  59.         Identifier  "Card0"
  60.         Driver      "nv"
  61.         VendorName  "nVidia Corporation"
  62.         BoardName   "NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
  63.         BusID       "PCI:1:0:0"
  64. EndSection

  65. Section "Screen"
  66.         Identifier "Screen0"
  67.         Device     "Card0"
  68.         Monitor    "Monitor0"
  69.         DefaultColorDepth 24

  70.         Subsection "Display"
  71.         Depth 8
  72.         Modes "800x600" "640x480"
  73.         EndSubsection

  74.         Subsection "Display"
  75.         Depth 15
  76.         Modes "800x600" "640x480"
  77.         EndSubsection

  78.         Subsection "Display"
  79.         Depth 16
  80.         Modes "800x600" "640x480"
  81.         EndSubsection

  82.         Subsection "Display"
  83.         Depth 24
  84.         Modes "800x600" "640x480"
  85.         EndSubSection
  86. EndSection

复制代码
发表于 2003-9-7 18:53:54 | 显示全部楼层
不需要加了,XFree86已把你显示器型号识别出来了.你的刷新率已自已配置好了.
 楼主| 发表于 2003-9-7 19:22:30 | 显示全部楼层
谢谢密瓜大哥.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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