好的,所以我有 5650 作为独立 gpu 和集成 4200。问题是我无法切换到 5650。fglrxinfo 显示 4200 已开启,但 aticonfig -px-list 显示独立 GPU 处于活动状态。
lspci 显示:
01:05.0 VGA compatible controller [0300]: ATI Technologies Inc M880G [Mobility Radeon HD 4200] [1002:9712]
02:00.0 VGA compatible controller [0300]: ATI Technologies Inc Madison [AMD Radeon HD 5000M Series] [1002:68c1] (rev ff)
xorg 如下所示:
xorg device section:
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:5:0"
EndSection
我认为如果我将 busid 更改为 PCI:2:0:0 会有所帮助,但事实并非如此。看起来 ubuntu 无法看到 5650,因为 PCI:2:0:0 我无法运行 X。有什么建议吗?
另外我无法在 BIOS 中禁用 4200
答案1
你试过用 吗vgaswitcheroo
?有关此主题的更多信息,请查看Ubuntu 中的混合图形。当谈到拥有时vgaswitcheroo
,我使用:
sudo chmod -R 705 /sys/kernel/debug
和
sudo chown -R $YOURUSERNAME:$YOURUSERNAME /sys/kernel/debug/vgaswitcheroo
但我不使用专有驱动程序。