我查看了以下内容:
sudo lshw -c 视频
*-display
description: VGA compatible controller
product: Haswell-ULT Integrated 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
sudo lspci -nnk | grep -i vga -A3 | grep ‘正在使用’
Kernel driver in use: i915
Kernel driver in use: radeon
sudo lspci-nnk| grep -i vga -A2
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 09)
Subsystem: Dell Device [1028:0609]
Kernel driver in use: i915
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Venus PRO [Radeon HD 8850M] [1002:6823] (rev ff)
Kernel driver in use: radeon
我想要实现的目标:我想知道 Radeon VGA 是否是我系统上的主要使用设备。如果不是,我想将其设置为默认设备。我该怎么做?
如果需要,我可以提供更多信息。
编辑:
我尝试安装专有驱动程序
sudo apt-get 安装 fglrx-updates
之后,我无法正常启动 Ubuntu,因为“系统正在低图形模式下运行”。所以我不得不通过终端登录,运行以下命令:
sudo apt-get purge fglrx-*
我也尝试过从系统设置->软件和更新->附加驱动程序安装专有驱动程序,但是当我尝试运行 Catalyst 控制中心时,出现错误消息,提示找不到任何已安装的驱动程序。
有什么建议吗?
答案1
首先,通过终端运行安装 AMD 专有驱动程序
sudo apt-get install fglrx-updates
之后,您应该能够在 Catalyst 控制中心切换适配器。