upon using sudo lshw -c video
I obtain the information about the graphics processing units in my system as following:
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
showing Skylake GT2 [HD Graphics 520]
from Intel Corporation
; which this being a VGA compatible controller
I obtain another option with Display controller
that says the product name is Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / Radeon 520 Mobile]
. The former has physical_ID=2
and the latter, physical_ID=0
.
I personally do not have much experience with the nitty-gritties with graphics processing units and its interaction with operating systems, but I do remember having decent video specs back when I used windows, but when I'm in Linux now, in many situations a video takes a long time to render. Besides there's a sticker of amd-radeon graphics on my system.
I wish to know which physical device I actually have, in order to proceed to install specificaly its drivers. Explanation and help will be really beneficial.
EDIT:
using linux-installable amd driver of corresponding specifications, I obtain this trouble :
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.
what should I do in order to install what I wish here?