AMD drivers for Ubuntu
Recently I have bought a Ubuntu based Dell vostro 3000 laptop. It comes with core i5 processor, 8gb DDR4 ram, 1 terabyte hard disk and AMD GPU. It has Ubuntu 16.04.3 operating system. Drivers for AMD GPU is not available and I am not able to use this GPU. How can I get drivers for my GPU? Thanks for any help.
amd-graphics
add a comment |
Recently I have bought a Ubuntu based Dell vostro 3000 laptop. It comes with core i5 processor, 8gb DDR4 ram, 1 terabyte hard disk and AMD GPU. It has Ubuntu 16.04.3 operating system. Drivers for AMD GPU is not available and I am not able to use this GPU. How can I get drivers for my GPU? Thanks for any help.
amd-graphics
1
Why can't you use the GPU. What is the adapter? Please edit your question and add output oflspci -k | grep -EA3 'VGA|Display'
terminal command. I suspect that everything is OK with your GPU.
– Pilot6
Aug 6 '17 at 10:56
My pc is not starting and shutting down properly, I have to contact my seller.
– Suhail Ansari
Aug 6 '17 at 12:16
add a comment |
Recently I have bought a Ubuntu based Dell vostro 3000 laptop. It comes with core i5 processor, 8gb DDR4 ram, 1 terabyte hard disk and AMD GPU. It has Ubuntu 16.04.3 operating system. Drivers for AMD GPU is not available and I am not able to use this GPU. How can I get drivers for my GPU? Thanks for any help.
amd-graphics
Recently I have bought a Ubuntu based Dell vostro 3000 laptop. It comes with core i5 processor, 8gb DDR4 ram, 1 terabyte hard disk and AMD GPU. It has Ubuntu 16.04.3 operating system. Drivers for AMD GPU is not available and I am not able to use this GPU. How can I get drivers for my GPU? Thanks for any help.
amd-graphics
amd-graphics
asked Aug 6 '17 at 10:53
Suhail AnsariSuhail Ansari
12
12
1
Why can't you use the GPU. What is the adapter? Please edit your question and add output oflspci -k | grep -EA3 'VGA|Display'
terminal command. I suspect that everything is OK with your GPU.
– Pilot6
Aug 6 '17 at 10:56
My pc is not starting and shutting down properly, I have to contact my seller.
– Suhail Ansari
Aug 6 '17 at 12:16
add a comment |
1
Why can't you use the GPU. What is the adapter? Please edit your question and add output oflspci -k | grep -EA3 'VGA|Display'
terminal command. I suspect that everything is OK with your GPU.
– Pilot6
Aug 6 '17 at 10:56
My pc is not starting and shutting down properly, I have to contact my seller.
– Suhail Ansari
Aug 6 '17 at 12:16
1
1
Why can't you use the GPU. What is the adapter? Please edit your question and add output of
lspci -k | grep -EA3 'VGA|Display'
terminal command. I suspect that everything is OK with your GPU.– Pilot6
Aug 6 '17 at 10:56
Why can't you use the GPU. What is the adapter? Please edit your question and add output of
lspci -k | grep -EA3 'VGA|Display'
terminal command. I suspect that everything is OK with your GPU.– Pilot6
Aug 6 '17 at 10:56
My pc is not starting and shutting down properly, I have to contact my seller.
– Suhail Ansari
Aug 6 '17 at 12:16
My pc is not starting and shutting down properly, I have to contact my seller.
– Suhail Ansari
Aug 6 '17 at 12:16
add a comment |
3 Answers
3
active
oldest
votes
Use this command to see your kernel version:
uname -a
If your kernel version is 4.4 so you can update your kernel to 4.10 with this command:
sudo apt install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
this kernel support amdgpu
.
add a comment |
AMD graphics drivers not available in ubuntu 18.04 LTS(Bionic bever), But In ubuntu 18.10(Cosmic cuttlefish) have the support of AMD vega graphics drivers, New features in 18.10here the release notes, New features in 18.10 at the first line they mention that information
add a comment |
I think the problem you have is the GPU-PRO driver software from AMD that is not supported bij AMD/Canonica.
read more about it here:
http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Driver-Compatibility-Advisory-with-Ubuntu-16.04.2-and-16.04.3.aspx
I't is of no use, but it will explane a lot.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f943541%2famd-drivers-for-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Use this command to see your kernel version:
uname -a
If your kernel version is 4.4 so you can update your kernel to 4.10 with this command:
sudo apt install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
this kernel support amdgpu
.
add a comment |
Use this command to see your kernel version:
uname -a
If your kernel version is 4.4 so you can update your kernel to 4.10 with this command:
sudo apt install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
this kernel support amdgpu
.
add a comment |
Use this command to see your kernel version:
uname -a
If your kernel version is 4.4 so you can update your kernel to 4.10 with this command:
sudo apt install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
this kernel support amdgpu
.
Use this command to see your kernel version:
uname -a
If your kernel version is 4.4 so you can update your kernel to 4.10 with this command:
sudo apt install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
this kernel support amdgpu
.
answered Aug 6 '17 at 11:56
NasirNasir
535
535
add a comment |
add a comment |
AMD graphics drivers not available in ubuntu 18.04 LTS(Bionic bever), But In ubuntu 18.10(Cosmic cuttlefish) have the support of AMD vega graphics drivers, New features in 18.10here the release notes, New features in 18.10 at the first line they mention that information
add a comment |
AMD graphics drivers not available in ubuntu 18.04 LTS(Bionic bever), But In ubuntu 18.10(Cosmic cuttlefish) have the support of AMD vega graphics drivers, New features in 18.10here the release notes, New features in 18.10 at the first line they mention that information
add a comment |
AMD graphics drivers not available in ubuntu 18.04 LTS(Bionic bever), But In ubuntu 18.10(Cosmic cuttlefish) have the support of AMD vega graphics drivers, New features in 18.10here the release notes, New features in 18.10 at the first line they mention that information
AMD graphics drivers not available in ubuntu 18.04 LTS(Bionic bever), But In ubuntu 18.10(Cosmic cuttlefish) have the support of AMD vega graphics drivers, New features in 18.10here the release notes, New features in 18.10 at the first line they mention that information
answered 2 days ago
NaveenNaveen
1615
1615
add a comment |
add a comment |
I think the problem you have is the GPU-PRO driver software from AMD that is not supported bij AMD/Canonica.
read more about it here:
http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Driver-Compatibility-Advisory-with-Ubuntu-16.04.2-and-16.04.3.aspx
I't is of no use, but it will explane a lot.
add a comment |
I think the problem you have is the GPU-PRO driver software from AMD that is not supported bij AMD/Canonica.
read more about it here:
http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Driver-Compatibility-Advisory-with-Ubuntu-16.04.2-and-16.04.3.aspx
I't is of no use, but it will explane a lot.
add a comment |
I think the problem you have is the GPU-PRO driver software from AMD that is not supported bij AMD/Canonica.
read more about it here:
http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Driver-Compatibility-Advisory-with-Ubuntu-16.04.2-and-16.04.3.aspx
I't is of no use, but it will explane a lot.
I think the problem you have is the GPU-PRO driver software from AMD that is not supported bij AMD/Canonica.
read more about it here:
http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Driver-Compatibility-Advisory-with-Ubuntu-16.04.2-and-16.04.3.aspx
I't is of no use, but it will explane a lot.
answered Aug 20 '17 at 20:46
miarbouwmiarbouw
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f943541%2famd-drivers-for-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Why can't you use the GPU. What is the adapter? Please edit your question and add output of
lspci -k | grep -EA3 'VGA|Display'
terminal command. I suspect that everything is OK with your GPU.– Pilot6
Aug 6 '17 at 10:56
My pc is not starting and shutting down properly, I have to contact my seller.
– Suhail Ansari
Aug 6 '17 at 12:16