我的笔记本电脑有 Intel 和 AMD 显卡:
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] Chelsea LP [Radeon HD 7730M] (rev ff)
我的笔记本电脑上安装了以下 AMD 驱动程序:
Using X.Org X server - AMD/ATI display driver wrapper from xserver-xorg-video-ati (open source, tested)
有什么办法吗?只需按一下按钮即可在使用独立显卡和仅使用英特尔卡之间切换?
谢谢!
答案1
我有同样的问题。dell inspiron 7520 ubuntu 15.10
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] Chelsea LP [Radeon HD 7730M] (rev ff)
sudo aticonfig --initial -f
未检测到受支持的适配器
如果你正在使用多张 AMD 显卡或 AMD 双显卡(即笔记本电脑用户),使用:
sudo amdconfig --adapter=all --initial
结果:
Using /etc/X11/xorg.conf
Saving back-up to /etc/X11/xorg.conf.fglrx-0
- Catalyst 控制中心现在应该提供集成英特尔显卡和专用 AMD 显卡之间的选择。要切换,请选择要运行的显卡。由于更改不是动态的,因此需要重新启动。
...并使用这个脚本
cd ~
wget -c --referer='http://support.amd.com/ru-ru/download/desktop?os=Linux+x86_64' https://www2.ati.com/drivers/linux/radeon-crimson-15.12-15.302-151217a-297685e.zip
unzip radeon-crimson-15.12-15.302-151217a-297685e.zip
cd fglrx-15.302
sudo sh amd-driver-installer-15.302-x86.x86_64.run --buildandinstallpkg
sudo apt-get -fy install
sudo amdconfig --initial -f
cd ~
sudo rm -r fglrx-15.302