使用后,sudo lshw -c video
我获得了有关系统中图形处理单元的信息,如下所示:
p@prikarsystem:~/Downloads$ sudo lshw -c video
*-display
description: VGA compatible controller
product: Skylake GT2 [HD Graphics 520]
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 07
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:128 memory:a0000000-a0ffffff memory:90000000-9fffffff ioport:5000(size=64) memory:c0000-dffff
*-display
description: Display controller
product: Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / Radeon 520 Mobile]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:03:00.0
version: 83
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:129 memory:80000000-8fffffff memory:a1000000-a103ffff ioport:3000(size=256) memory:a1040000-a105ffff
显示Skylake GT2 [HD Graphics 520]
来自Intel Corporation
;这是VGA compatible controller
我获得另一个选项,Display controller
表示产品名称是Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / Radeon 520 Mobile]
。前者有physical_ID=2
,后者,physical_ID=0
。
我个人对图形处理单元及其与操作系统交互的细节没有太多经验,但我记得当我使用 Windows 时,视频规格还不错,但当我现在使用 Linux 时,在许多情况下,视频需要很长时间才能渲染。此外,我的系统上还有一张 amd-radeon 显卡的标签。
我想知道我实际拥有哪个物理设备,以便继续安装其驱动程序。解释和帮助将非常有益。
编辑:
使用相应规格的 linux-installable amd 驱动程序,我遇到了这个麻烦:
sudo apt install -f ./fglrx_15.200-0ubuntu1_amd64_ub_14.01.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'fglrx' instead of './fglrx_15.200-0ubuntu1_amd64_ub_14.01.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
fglrx : Depends: fglrx-core but it is not installable
Recommends: fglrx-amdcccle but it is not installable
E: Unable to correct problems, you have held broken packages.
我应该怎么做才能在这里安装我想要的东西?