LinuxSir.cn,穿越时空的Linuxsir!

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

#X -retro -config /root/xorg.conf.new 时死机

[复制链接]
发表于 2010-7-8 00:46:32 | 显示全部楼层 |阅读模式
# Xorg -configure   结束后未报错
# X -retro -config /root/xorg.conf.new 显示黑白屏,外加一个黑色叉号鼠标,然后只有长按四秒开机键有反应,其它皆无反应。
按照http://www.gentoo.org/doc/en/xorg-config.xml操作
HP520 的本子。
估计换台式机不会出问题。
附xorg.conf.new一份

  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.         ModulePath   "/usr/lib/xorg/modules"
  9.         FontPath     "/usr/share/fonts/misc/"
  10.         FontPath     "/usr/share/fonts/TTF/"
  11.         FontPath     "/usr/share/fonts/OTF"
  12.         FontPath     "/usr/share/fonts/Type1/"
  13.         FontPath     "/usr/share/fonts/100dpi/"
  14.         FontPath     "/usr/share/fonts/75dpi/"
  15. EndSection

  16. Section "Module"
  17.         Load  "record"
  18.         Load  "extmod"
  19.         Load  "dbe"
  20.         Load  "dri"
  21.         Load  "dri2"
  22.         Load  "glx"
  23. EndSection

  24. Section "InputDevice"
  25.         Identifier  "Keyboard0"
  26.         Driver      "kbd"
  27.         #Option            "XkbModel" "pc105"
  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.         #Option      "AllowEmptyInput" "True"   
  36. EndSection

  37. Section "Monitor"
  38.         Identifier   "Monitor0"
  39.         VendorName   "Monitor Vendor"
  40.         ModelName    "Monitor Model"
  41. EndSection

  42. Section "Device"
  43.         ### Available Driver options are:-
  44.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  45.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  46.         ### [arg]: arg optional
  47.         #Option     "NoAccel"                    # [<bool>]
  48.         #Option     "SWcursor"                   # [<bool>]
  49.         #Option     "ColorKey"                   # <i>
  50.         #Option     "CacheLines"                 # <i>
  51.         #Option     "Dac6Bit"                    # [<bool>]
  52.         #Option     "DRI"                        # [<bool>]
  53.         #Option     "NoDDC"                      # [<bool>]
  54.         #Option     "ShowCache"                  # [<bool>]
  55.         #Option     "XvMCSurfaces"               # <i>
  56.         #Option     "PageFlip"                   # [<bool>]
  57.         Identifier  "Card0"
  58.         Driver      "intel"
  59.         VendorName  "Intel Corporation"
  60.         BoardName   "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
  61.         BusID       "PCI:0:2:0"
  62. EndSection

  63. Section "Screen"
  64.         Identifier "Screen0"
  65.         Device     "Card0"
  66.         Monitor    "Monitor0"
  67.         SubSection "Display"
  68.                 Viewport   0 0
  69.                 Depth     1
  70.         EndSubSection
  71.         SubSection "Display"
  72.                 Viewport   0 0
  73.                 Depth     4
  74.         EndSubSection
  75.         SubSection "Display"
  76.                 Viewport   0 0
  77.                 Depth     8
  78.         EndSubSection
  79.         SubSection "Display"
  80.                 Viewport   0 0
  81.                 Depth     15
  82.         EndSubSection
  83.         SubSection "Display"
  84.                 Viewport   0 0
  85.                 Depth     16
  86.         EndSubSection
  87.         SubSection "Display"
  88.                 Viewport   0 0
  89.                 Depth     24
  90.         EndSubSection
  91. EndSection

复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2010-7-8 07:13:19 | 显示全部楼层
回复 支持 反对

使用道具 举报

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

本版积分规则

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