我在配有 ATI Radeon HD 7730M 显卡的 Dell Inspiron 上安装了 Ubuntu 15.04。我原以为 Ubuntu 会将我的显卡用作默认图形设备,但事实并非如此。
在系统设置的详细信息部分,我看到以下内容:
Graphics: Intel® Ivybridge Mobile
但在其他驱动程序中,我看到此功能已启用并推荐:
Using X.Org X Server - AMD/ATI display driver wrapper from xserver-xorg-video-ati(open source, tested)
lshw 的输出如下:
dataslayer@ds-Inspiron-7520:~$sudo lshw -c video
*-display
description: VGA compatible controller
product: 3rd Gen Core processor Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:31 memory:c1000000-c13fffff memory:b0000000-bfffffff ioport:4000(size=64)
这说明驱动程序是 i915,我认为是英特尔驱动程序。
我需要一些帮助来设置我的系统以使用 ATI 显卡而不是英特尔显卡。
我还没有安装 fglrx,并且除非绝对必要,否则不打算安装。
感谢您的任何帮助。
答案1
您需要安装 AMD 专有驱动程序。
sudo apt-get install fglrx
然后您将能够通过以下方式在 Catalyst 控制中心或终端中切换适配器:
sudo aticonfig --px-dgpu
至 AMD,或
sudo aticonfig --px-igpu
英特尔。