我正在尝试在我的 Linux Mint 17(Ubuntu 14.04)操作系统上安装 AMD Catalyst。
我的笔记本有可切换的显卡,Intel HD 3000 和 Radeon HD 7550M。
按照这里和其他博客的大量说明,我能够安装 Catalyst 14.9。(链接至说明)
但是下面的命令给了我“amdconfig:未检测到支持的适配器”:
sudo aticonfig --initial --adapter=all
以下是输出lspci | grep VGA
:
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7550M/7570M/7650M] (rev ff)
fglrxinfo
输出:
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel® Ivybridge Mobile
OpenGL version string: 1.4 (3.0 Mesa 10.1.0)
/etc/rc.local
文件:
sudo chmod -R 705 /sys/kernel/debug
sudo chown -R MYUSERNAME:MYUSERNAME /sys/kernel/debug/vgaswitcheroo
echo ON > /sys/kernel/debug/vgaswitcheroo/switch
和/etc/default/grub
:
…
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
…
如何解决这个问题?
答案1
首先使用此代码更改为独立卡:
sudo amdconfig --px-dgpu
然后执行以下操作:
sudo amdconfig --initial -f
重启。
您也可以激活trusty-proposed
并尝试安装fglrx
。