无法在 Oneiric 中加载 ATI 专有图形

无法在 Oneiric 中加载 ATI 专有图形

我无法启动到图形界面。如果我尝试在文本模式下启动 x。它会输出以下消息:

X.Org X Server 1.10.2.902 (1.10.3 RC 2)
Release Date: 2011-07-01
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
Current Operating System: Linux host 3.0.0-8-generic-pae #11-Ubuntu SMP Fri Aug 12 22:20:08 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-8-generic-pae root=UUID=f7e8be67-a239-439b-90b4-ba4c634da473 ro quiet splash vt.handoff=7
Build Date: 13 July 2011  12:18:21AM
xorg-server 2:1.10.2.902-1ubuntu3 (For technical support please see http://www.ubuntu.com/support) 
Current version of pixman: 0.22.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 15 01:11:23 2011
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) Failed to load module "fglrx" (module does not exist, 0)
(II) [KMS] Kernel modesetting enabled.

但是我已经通过“apt-get install fglrx”成功安装了fglrx。如果我手动insmod fglrx.so,我可以看到:

$ lsmod | grep fglrx
fglrx                2553695  0

startx仍然输出相同的消息。

非常感谢任何帮助或建议。

答案1

您似乎正在使用 3.0 内核 - natty 附带的默认催化剂驱动程序可能无法与该内核兼容。

我可以建议切换回标准 natty 内核吗?

或者,您应该从 ATI 网站下载并安装 Catalyst 11.7 或 Catalyst 11.6。

答案2

安装后必须运行sudo aticonfig --initial一次。如果你还没有运行此命令,它可能是导致问题的原因

相关内容