LinuxSir.cn,穿越时空的Linuxsir!

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

问一个xorg.conf文件的生成问题

[复制链接]
发表于 2007-3-27 09:36:39 | 显示全部楼层 |阅读模式
一开始我是用xorgconfig来配置的,没什么特别的,自己指定键盘鼠标显卡显示器,显卡显示器都不认识,后来装了Nvidia的显卡驱动。
我记不得是用什么工具配置过,现在的的xorg.conf是重新生成的,没有任何注释,也没有分辩率的设置,但是它里面认出了我的显卡和显示器的型号。谁知道这个文件是由哪个程序生成的呢?
我用过的配置工具就只有xorgconfig, xorgcfg, nvidia-xconfig这几个,但是我现在再次把xorg.conf文件删除后这三个工具却都不能生成能认出显卡和显示器型号的xorg.conf文件了。

我把文件贴出来吧:
  1. Section "ServerLayout"
  2.     Identifier     "X.org Configured"
  3.     Screen      0  "Screen0" 0 0
  4.     InputDevice    "Mouse0" "CorePointer"
  5.     InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection
  7. Section "Files"
  8.     RgbPath         "/usr/share/X11/rgb"
  9.     ModulePath      "/usr/lib/xorg/modules"
  10.     FontPath        "/usr/share/fonts/TTF"
  11.     FontPath        "/usr/share/fonts/OTF"
  12.     FontPath        "/usr/share/fonts/Type1"
  13.     FontPath        "/usr/share/fonts/misc"
  14.     FontPath        "/usr/share/fonts/75dpi/:unscaled"
  15. EndSection
  16. Section "Module"
  17.     Load           "glx"
  18.     Load           "extmod"
  19.     Load           "xtrap"
  20.     Load           "record"
  21.     Load           "dbe"
  22.     Load           "freetype"
  23. #    Load           "type1"
  24. EndSection
  25. Section "InputDevice"
  26.     Identifier     "Keyboard0"
  27.     Driver         "kbd"
  28. EndSection
  29. Section "InputDevice"
  30.     Identifier     "Mouse0"
  31.     Driver         "mouse"
  32.     Option         "Protocol" "auto"
  33.     Option         "Device" "/dev/input/mice"
  34.     Option         "ZAxisMapping" "4 5 6 7"
  35. EndSection
  36. Section "Monitor"
  37.         #DisplaySize          340   270        # mm
  38. ### Comment all HorizSync and VertRefresh values to use DDC:
  39.     Identifier     "Monitor0"
  40.     VendorName     "BNQ"
  41.     ModelName      "BenQ FP71G+"
  42.     HorizSync       31.0 - 83.0
  43.     VertRefresh     56.0 - 76.0
  44.     Option         "DPMS"
  45. EndSection
  46. Section "Device"
  47.         ### Available Driver options are:-
  48.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  49.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  50.         ### [arg]: arg optional
  51.         #Option     "SWcursor"                   # [<bool>]
  52.         #Option     "HWcursor"                   # [<bool>]
  53.         #Option     "NoAccel"                    # [<bool>]
  54.         #Option     "ShadowFB"                   # [<bool>]
  55.         #Option     "UseFBDev"                   # [<bool>]
  56.         #Option     "Rotate"                     # [<str>]
  57.         #Option     "VideoKey"                   # <i>
  58.         #Option     "FlatPanel"                  # [<bool>]
  59.         #Option     "FPDither"                   # [<bool>]
  60.         #Option     "CrtcNumber"                 # <i>
  61.         #Option     "FPScale"                    # [<bool>]
  62.         #Option     "FPTweak"                    # <i>
  63.     Identifier     "Card0"
  64.     Driver         "nvidia"
  65.     VendorName     "nVidia Corporation"
  66.     BoardName      "NV18 [GeForce4 MX 440 AGP 8x]"
  67. EndSection
  68. Section "Screen"
  69.     Identifier     "Screen0"
  70.     Device         "Card0"
  71.     Monitor        "Monitor0"
  72.     SubSection     "Display"
  73.         Viewport    0 0
  74.     EndSubSection
  75.     SubSection     "Display"
  76.         Viewport    0 0
  77.         Depth       4
  78.     EndSubSection
  79.     SubSection     "Display"
  80.         Viewport    0 0
  81.         Depth       8
  82.     EndSubSection
  83.     SubSection     "Display"
  84.         Viewport    0 0
  85.         Depth       15
  86.     EndSubSection
  87.     SubSection     "Display"
  88.         Viewport    0 0
  89.         Depth       16
  90.     EndSubSection
  91.     SubSection     "Display"
  92.         Viewport    0 0
  93.         Depth       24
  94.     EndSubSection
  95. EndSection
复制代码

:ask :ask :ask :ask
发表于 2007-3-27 10:59:39 | 显示全部楼层
显示器和显卡的型号不是都在文件里面吗?
回复 支持 反对

使用道具 举报

发表于 2007-3-27 11:26:08 | 显示全部楼层
X -configure
回复 支持 反对

使用道具 举报

发表于 2007-3-27 22:46:14 | 显示全部楼层
nvidia 的驱动安装到最后是询问是否生成新的配置文件。

你可以重新运行 nvidia 的安装程序 先提示你删除已安装的 nvidia 安装,然后按照正常的安装提示完成驱动安装,最后 nvidia 会提示你是否生成新的 xorg.conf 配置文件,选择确定,就行了。

上述提示,仅供参考(我现在用的机器没有 nvidia 的卡,可能不正确了)。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-28 15:39:07 | 显示全部楼层
Post by windrose
显示器和显卡的型号不是都在文件里面吗?


是啊,但我不知道这个文件是哪个程序生成的。显然不是xorgconfig这个程序。

现在这个文件用得很好。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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