Ubuntu 12.10 和 AMD Radeon 13.1 驱动程序

Ubuntu 12.10 和 AMD Radeon 13.1 驱动程序

我有一台 Inspiron 7520,还有一台 i7 2.1ghz,最高可达 3.1 ghz。我还有一块混合显卡,带有 Intel HD 4000 和 AMD Radeon HD 7730m 2go。我的 Linux 操作系统是 Ubuntu 12.10 64 位。

我的问题很简单,我去了 AMD 并下载了我的 GPU 的驱动程序。版本是新的,是 13.1。AMD 建议我为我的显卡使用此驱动程序,因此它一定是适合我的显卡的驱动程序。而且它们都是 64 位的。所以我手动安装它并使用我们在互联网上针对这种特定类型的显卡提供的教程之一。

我安装了教程中推荐的软件包

sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6
sudo apt-get install linux-headers-generic xserver-xorg-core libgcc1
sudo apt-get install dkms libqtgui4 wget execstack libelfg0 dh-modaliases

我安装了所需的 64 位软件包:

sudo apt-get 安装 ia32-libs lib32gcc1 libc6-i386 cd /usr ; sudo ln -svT lib /usr/lib64

然后我解压所有驱动程序,使我的.run可执行,你知道安装驱动程序必须做什么。

每个都安装了,但是在安装过程中我可以看到;

update-alternatives: using /usr/lib/fglrx/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode
update-alternatives: warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken
update-alternatives: using /usr/lib/fglrx/alt_ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode
update-initramfs: deferring update (trigger activated)

好吧,安装后您必须生成 Xorg.conf,所以我执行以下命令;

sudo amdconfig --initial -f

上面写着:

amdconfig: No supported adapters detected

另外,我不知道它是否有用,但我已经安装了开源驱动程序

sudo apt-get install xserver-xorg-video-ati*

我没有任何可以获取不同开源驱动程序的 ppa,它们直接来自 Ubuntu

这可能是问题所在吗?

非常感谢您的帮助!

另外,如果我有运行驱动程序的文件,但由于缺少工具而无法快速安装它,我该怎么办?

答案1

手动创建 xorg.conf。从步骤 3 中复制 xorg.conf我的帖子,并配置正确的 BusID(使用 lspci | grep VGA,步骤 3 中也提到了这一点)。我在reddit 帖子也。

祝你好运 !!!

答案2

最新的 AMD 驱动程序不再支持 4000 系列或以下的显卡。您需要使用 12.6 旧版驱动程序,该驱动程序不支持 xorg 1.13,因此您需要降级 xorg 或恢复到 12.04。

答案3

最新版本的驱动程序可用!请访问网站。

http://wiki.cchtml.com/index.php/Ubuntu_Quantal_Installation_Guide

按照他们说的做,它就会起作用。我从 ppa:andrikos/ppa 获取了英特尔驱动程序。

=我很高兴现在可以使用 Linux Ubuntu 了!哈哈 =)

相关内容