Ubuntu 14.04 ATI/Intel 混合图形 DPM

Ubuntu 14.04 ATI/Intel 混合图形 DPM

我有一台配备混合 ATI/Intel 显卡的 Dell Inspiron 3521。(AMD Radeon 7670M / Intel HD 4000)使用带有开源显卡驱动程序的 Ubuntu 14.04。(xserver-xorg-video-ati)

我读到,Ubuntu 14.04 的 Linux 内核版本 3.13 支持图形和动态电源管理之间的自动切换。这是正确的吗?

无论如何,如果这是真的,我不认为它在我的系统中起作用,因为风扇一直在运转并且电池备用时间不到 2 小时。

lspci | grep -i 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 7500M/7600M Series] (rev ff)

我该怎么办?
将来的内核能否修复此问题?

答案1

尝试安装fglrx驱动程序,如官方 ubuntu wiki 中所述 https://wiki.ubuntu.com/X/Config/HybridGraphics

sudo apt-get install fglrx

相关内容