LinuxSir.cn,穿越时空的Linuxsir!

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

【已解决】显示很卡,ATI显卡驱动异常,求助。【已解决】

[复制链接]
发表于 2011-3-13 14:28:29 | 显示全部楼层 |阅读模式
startx启动失败,执行startx >log.txt 2>log2.txt log.txt无内容,log2.txt内容如下。

  1. hostname: Unknown host
  2. xauth:  file /home/sunday/.serverauth.18195 does not exist


  3. X.Org X Server 1.9.4
  4. Release Date: 2011-02-04
  5. X Protocol Version 11, Revision 0
  6. Build Operating System: Linux 2.6.35.10-74.fc14.x86_64 x86_64 Gentoo
  7. Current Operating System: Linux Sunday-gentoo 2.6.37-gentoo-r1 #1 SMP Sun Mar 6 00:06:03 CST 2011 x86_64
  8. Kernel command line: root=/dev/ram0 init=/linuxrc real_root=/dev/sda11
  9. Build Date: 12 March 2011  12:24:32PM

  10. Current version of pixman: 0.20.2
  11.         Before reporting problems, check http://wiki.x.org
  12.         to make sure that you have the latest version.
  13. Markers: (--) probed, (**) from config file, (==) default setting,
  14.         (++) from command line, (!!) notice, (II) informational,
  15.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  16. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 13 13:58:53 2011
  17. (==) Using config file: "/etc/X11/xorg.conf"
  18. (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  19. (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
  20. (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
  21. (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
  22. (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
  23. (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
  24. (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
  25. (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
  26. (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
  27. (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
  28. (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
  29. (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
  30. (EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work
  31. fglrx: QS connection has not been initialized
  32. (EE) fglrx(0): XMM failed to open CMMQS connection.
  33. (EE) fglrx(0): XMM failed to initialize
  34. [glesx] __glESXExtensionInit: No GL ES2.0 capable screen found!
  35. which: no keychain in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.5:/usr/games/bin)
  36. /etc/X11/xinit/xinitrc: line 61: xterm: command not found
  37. /etc/X11/xinit/xinitrc: line 63: exec: xterm: not found
  38. /etc/X11/xinit/xinitrc: line 59: twm: command not found
  39. xinit: connection to X server lost

复制代码

另外,Xorg.conf:

  1. Section "ServerLayout"
  2.         Identifier     "aticonfig Layout"
  3.         Screen      0  "aticonfig-Screen[0]-0" 0 0
  4. EndSection

  5. Section "Module"
  6. EndSection

  7. Section "Monitor"
  8.         Identifier   "aticonfig-Monitor[0]-0"
  9.         Option            "VendorName" "ATI Proprietary Driver"
  10.         Option            "ModelName" "Generic Autodetecting Monitor"
  11.         Option            "DPMS" "true"
  12. EndSection

  13. Section "Device"
  14.         Identifier  "aticonfig-Device[0]-0"
  15.         Driver      "fglrx"
  16.         BusID       "PCI:1:0:0"
  17. EndSection

  18. Section "Screen"
  19.         Identifier "aticonfig-Screen[0]-0"
  20.         Device     "aticonfig-Device[0]-0"
  21.         Monitor    "aticonfig-Monitor[0]-0"
  22.         DefaultDepth     24
  23.         SubSection "Display"
  24.                 Viewport   0 0
  25.                 Depth     24
  26.         EndSubSection
  27. EndSection
复制代码


gdm启动之后很卡,无论是移动窗口还是浏览器滚动都很卡,明显是显卡驱动的原因。

startx根本无法启动,按照手册上的说法,改xorg.conf上的driver未radeon活着radeonhd后直接无法启动X。

另外邪门的一恶搞问题是empathy点击accounts居然无反应。。。不解。

忘了说明下,我的make中的videocard是fglrx,装完xorgserver之后无法启动X,于是手动安装了ati官方的闭源驱动,于是可以启动X了,但是很卡。
不知何故,求解,谢谢。
发表于 2011-3-13 17:22:45 | 显示全部楼层
应该还是驱动没弄好吧?貌似opengl开不了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-3-14 13:39:13 | 显示全部楼层
Post by zrael;2130904
应该还是驱动没弄好吧?貌似opengl开不了
谢楼上回复,应该没涉及到opengl,问题是我安装的官方驱动啊,怎么会卡呢?

使用chroot stage3安装,母鸡是Fedora,开全部特效都完全ok啊~~~
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-3-14 15:38:18 | 显示全部楼层
我是不是不应该安装官方的闭源驱动啊。。。
没人理睬我啊。。。求救。
回复 支持 反对

使用道具 举报

发表于 2011-3-14 17:48:55 | 显示全部楼层
(EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work


你这用的不就是闭源的么?他支持你的显卡么?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-3-14 19:27:56 | 显示全部楼层
Post by wd_afei;2131007
(EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work


你这用的不就是闭源的么?他支持你的显卡么?
回楼上,我的Fedora就是用的这个。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-3-14 20:43:42 | 显示全部楼层
实在是卡的不行了,Firefox无法输入中文,启动时提示去少libcanberra-gtk-module.so和另外一个so文件,很是痛苦。。。
倒是刚刚安装了ibus和sun-pinyin感觉不错,有点win下搜狗的感觉了 。。。

又仔细看了下xorg。conf文件,我想应该不是这个的问题,托动网页都很卡,移动窗口简直就是一种折磨。
回复 支持 反对

使用道具 举报

发表于 2011-3-14 22:29:24 | 显示全部楼层
你内核配置和fedora一样吗?有试过用fedora内核启动没

你说手动安装显卡驱动,是否自己下载源码手动编译安装?貌似gentoo思想跟其他发行版不一样,如果你配置好内核和use基本能解决90%问题,gentoo一切都是自动化的。
回复 支持 反对

使用道具 举报

发表于 2011-3-14 23:53:10 | 显示全部楼层
Post by alexsunmiu;2130993
我是不是不应该安装官方的闭源驱动啊。。。
没人理睬我啊。。。求救。

你用不着手动安装吧,只要在 make.conf 里写清楚了 fglrx,就会自动安装上ati-drivers啊。

如果用gentoo的话,除非你知道自己在干什么,最好不要手动安装软件,请一律emerge。

gentoo在emerge了ati-drivers之后,会有一个opengl切换,如果没有切换过来的话,当然会很卡(其实等于根本就没有用上官方驱动)
也可以自己手动切换:eselect opengl set ati

http://www.gentoo.org/doc/zh_cn/ati-faq.xml
回复 支持 反对

使用道具 举报

发表于 2011-3-15 11:05:31 | 显示全部楼层
贴启动慢的时候的 /var/log/Xorg.0.log
回复 支持 反对

使用道具 举报

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

本版积分规则

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