Mesa Vulkan drivers GPU question
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
2
down vote
favorite
I am running ubuntu 16.04.4 with budgie desktop - I just installed mesa's vulkan drivers, and when I run vulkaninfo, I can see the gpu it uses is my intel ivy bridge igpu instead of my radeon hd 7870. is there a way i can get it to use the proper gpu?
thanks!
Editing to show the output of lshw -c video
like dobey wanted
$ sudo lshw -c video
*-display
description: VGA compatible controller
product: Pitcairn XT [Radeon HD 7870 GHz Edition]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:33 memory:e0000000-efffffff memory:f7b00000-f7b3ffff ioport:e000(size=256) memory:c0000-dffff
*-display
description: Display controller
product: Xeon E3-1200 v2/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 bus_master cap_list
configuration: driver=i915 latency=0
resources: irq:32 memory:f7400000-f77fffff memory:d0000000-dfffffff ioport:f000(size=64)
16.04 amd-graphics vulkan
 |Â
show 1 more comment
up vote
2
down vote
favorite
I am running ubuntu 16.04.4 with budgie desktop - I just installed mesa's vulkan drivers, and when I run vulkaninfo, I can see the gpu it uses is my intel ivy bridge igpu instead of my radeon hd 7870. is there a way i can get it to use the proper gpu?
thanks!
Editing to show the output of lshw -c video
like dobey wanted
$ sudo lshw -c video
*-display
description: VGA compatible controller
product: Pitcairn XT [Radeon HD 7870 GHz Edition]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:33 memory:e0000000-efffffff memory:f7b00000-f7b3ffff ioport:e000(size=256) memory:c0000-dffff
*-display
description: Display controller
product: Xeon E3-1200 v2/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 bus_master cap_list
configuration: driver=i915 latency=0
resources: irq:32 memory:f7400000-f77fffff memory:d0000000-dfffffff ioport:f000(size=64)
16.04 amd-graphics vulkan
What driver is being used for the radeon card right now? (sudo lshw -c video
should show details, if you can edit your question to include that info please)
â dobey
Mar 7 at 22:38
hi dobey - added the output you wanted.
â zen
Mar 8 at 21:27
It looks like the radeon driver is being used. I'm not sure if Vulkan is supported on that driver, or on your card. I'm also not sure if that card is supported by amdgpu driver either.
â dobey
Mar 8 at 21:51
hmm ok - i have tried to install the amdgpu pro drivers with little success - i couldnt log in the last time i tried :(
â zen
Mar 9 at 10:47
hi dobey - this page seems to suggest the HD 7800 series cards are supported by the amdgpu pro driver? support.amd.com/en-us/kb-articles/Pages/â¦
â zen
Mar 13 at 23:44
 |Â
show 1 more comment
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I am running ubuntu 16.04.4 with budgie desktop - I just installed mesa's vulkan drivers, and when I run vulkaninfo, I can see the gpu it uses is my intel ivy bridge igpu instead of my radeon hd 7870. is there a way i can get it to use the proper gpu?
thanks!
Editing to show the output of lshw -c video
like dobey wanted
$ sudo lshw -c video
*-display
description: VGA compatible controller
product: Pitcairn XT [Radeon HD 7870 GHz Edition]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:33 memory:e0000000-efffffff memory:f7b00000-f7b3ffff ioport:e000(size=256) memory:c0000-dffff
*-display
description: Display controller
product: Xeon E3-1200 v2/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 bus_master cap_list
configuration: driver=i915 latency=0
resources: irq:32 memory:f7400000-f77fffff memory:d0000000-dfffffff ioport:f000(size=64)
16.04 amd-graphics vulkan
I am running ubuntu 16.04.4 with budgie desktop - I just installed mesa's vulkan drivers, and when I run vulkaninfo, I can see the gpu it uses is my intel ivy bridge igpu instead of my radeon hd 7870. is there a way i can get it to use the proper gpu?
thanks!
Editing to show the output of lshw -c video
like dobey wanted
$ sudo lshw -c video
*-display
description: VGA compatible controller
product: Pitcairn XT [Radeon HD 7870 GHz Edition]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:33 memory:e0000000-efffffff memory:f7b00000-f7b3ffff ioport:e000(size=256) memory:c0000-dffff
*-display
description: Display controller
product: Xeon E3-1200 v2/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 bus_master cap_list
configuration: driver=i915 latency=0
resources: irq:32 memory:f7400000-f77fffff memory:d0000000-dfffffff ioport:f000(size=64)
16.04 amd-graphics vulkan
16.04 amd-graphics vulkan
edited Mar 8 at 21:52
dobey
32k33585
32k33585
asked Mar 7 at 22:20
zen
162
162
What driver is being used for the radeon card right now? (sudo lshw -c video
should show details, if you can edit your question to include that info please)
â dobey
Mar 7 at 22:38
hi dobey - added the output you wanted.
â zen
Mar 8 at 21:27
It looks like the radeon driver is being used. I'm not sure if Vulkan is supported on that driver, or on your card. I'm also not sure if that card is supported by amdgpu driver either.
â dobey
Mar 8 at 21:51
hmm ok - i have tried to install the amdgpu pro drivers with little success - i couldnt log in the last time i tried :(
â zen
Mar 9 at 10:47
hi dobey - this page seems to suggest the HD 7800 series cards are supported by the amdgpu pro driver? support.amd.com/en-us/kb-articles/Pages/â¦
â zen
Mar 13 at 23:44
 |Â
show 1 more comment
What driver is being used for the radeon card right now? (sudo lshw -c video
should show details, if you can edit your question to include that info please)
â dobey
Mar 7 at 22:38
hi dobey - added the output you wanted.
â zen
Mar 8 at 21:27
It looks like the radeon driver is being used. I'm not sure if Vulkan is supported on that driver, or on your card. I'm also not sure if that card is supported by amdgpu driver either.
â dobey
Mar 8 at 21:51
hmm ok - i have tried to install the amdgpu pro drivers with little success - i couldnt log in the last time i tried :(
â zen
Mar 9 at 10:47
hi dobey - this page seems to suggest the HD 7800 series cards are supported by the amdgpu pro driver? support.amd.com/en-us/kb-articles/Pages/â¦
â zen
Mar 13 at 23:44
What driver is being used for the radeon card right now? (
sudo lshw -c video
should show details, if you can edit your question to include that info please)â dobey
Mar 7 at 22:38
What driver is being used for the radeon card right now? (
sudo lshw -c video
should show details, if you can edit your question to include that info please)â dobey
Mar 7 at 22:38
hi dobey - added the output you wanted.
â zen
Mar 8 at 21:27
hi dobey - added the output you wanted.
â zen
Mar 8 at 21:27
It looks like the radeon driver is being used. I'm not sure if Vulkan is supported on that driver, or on your card. I'm also not sure if that card is supported by amdgpu driver either.
â dobey
Mar 8 at 21:51
It looks like the radeon driver is being used. I'm not sure if Vulkan is supported on that driver, or on your card. I'm also not sure if that card is supported by amdgpu driver either.
â dobey
Mar 8 at 21:51
hmm ok - i have tried to install the amdgpu pro drivers with little success - i couldnt log in the last time i tried :(
â zen
Mar 9 at 10:47
hmm ok - i have tried to install the amdgpu pro drivers with little success - i couldnt log in the last time i tried :(
â zen
Mar 9 at 10:47
hi dobey - this page seems to suggest the HD 7800 series cards are supported by the amdgpu pro driver? support.amd.com/en-us/kb-articles/Pages/â¦
â zen
Mar 13 at 23:44
hi dobey - this page seems to suggest the HD 7800 series cards are supported by the amdgpu pro driver? support.amd.com/en-us/kb-articles/Pages/â¦
â zen
Mar 13 at 23:44
 |Â
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1012876%2fmesa-vulkan-drivers-gpu-question%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
What driver is being used for the radeon card right now? (
sudo lshw -c video
should show details, if you can edit your question to include that info please)â dobey
Mar 7 at 22:38
hi dobey - added the output you wanted.
â zen
Mar 8 at 21:27
It looks like the radeon driver is being used. I'm not sure if Vulkan is supported on that driver, or on your card. I'm also not sure if that card is supported by amdgpu driver either.
â dobey
Mar 8 at 21:51
hmm ok - i have tried to install the amdgpu pro drivers with little success - i couldnt log in the last time i tried :(
â zen
Mar 9 at 10:47
hi dobey - this page seems to suggest the HD 7800 series cards are supported by the amdgpu pro driver? support.amd.com/en-us/kb-articles/Pages/â¦
â zen
Mar 13 at 23:44