LinuxSir.cn,穿越时空的Linuxsir!

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

gentoo 2005.0配置完xorg后,进入X后死机。

[复制链接]
发表于 2005-5-9 12:19:53 | 显示全部楼层 |阅读模式
Xorg -configure

vi xorg.conf.new

  1. Section "Screen"
  2.         Identifier "Screen0"
  3.         Device     "Card0"
  4.         Monitor    "Monitor0"
  5.         DefaultDepth 24
  6.         SubSection "Display"
  7.                 Viewport  0 0
  8.                 Depth     24
  9.                 Modes     "800x600"
  10.         EndSubSection
  11. EndSection
复制代码


Xorg -config xorg.conf.new
出现黑灰的底和一个可以移动的鼠标。

cp xorg.conf.new /etc/X11/xorg.conf
startx后,先出现一个X形鼠标,而后X形鼠标鼠标消失,在黑底屏幕中间出现一个边长2公分左右的白色方框后键盘就锁死了。。。

/var/log/xorg.0.log中没发现(EE).

显卡为主板集成: 82865G
 楼主| 发表于 2005-5-9 18:33:44 | 显示全部楼层
注释掉“dir”就OK 了。

  1. Section "Module"
  2.         Load  "extmod"
  3. #        Load  "dri"
  4.         Load  "dbe"
  5.         Load  "record"
  6.         Load  "xtrap"
  7.         Load  "glx"
  8.         Load  "type1"
  9.         Load  "freetype"
  10. EndSection
复制代码
回复 支持 反对

使用道具 举报

发表于 2005-5-9 18:50:25 | 显示全部楼层
内核编译 intel 的 agp 驱动和 drm 驱动。 xorg.conf 里加
Section "DRI"
  mode 0666
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-10 08:38:06 | 显示全部楼层
还是不行 :ask

本帖子中包含更多资源

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

x
回复 支持 反对

使用道具 举报

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

本版积分规则

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