Ubuntu 18.04 doesn't use my Radeon HD 8670M, uses intel insteadproblem in installing amd driver radeon hd 5460How to install Radeon HD 8670A/8670M/8750M graphic card driver on Ubuntu 16.04?16.04 change from Intel HD Graphics to RadeonDoes AMDGPU on Ubuntu 16.04 supports Radeon HD 6400M/7400M Series?Hanging on AMD GPU PRO DriversIs there a way to switch between Intel/Radeon graphic driver on Ubuntu 18.04?
Should I report a security vulnerability?
Why do some papers have so many co-authors?
Ungrouping French Guiana from France in Natural Earth data using QGIS?
What is my volume?
Extract all keys from an object (json)
Translation Golf XLIX - An Accurate Shot
Log monitoring with pythonic tail -f and process killing
Source of an alternate universe puzzle game with a cymbal-sporting singing monkey toy
Does milk make your bones stronger?
"Chess is 90% tactics" - should a player focus more on tactics in order to improve?
Identify the Eeveelutions
What's an "add" chord?
Is a mixed strategy ever the best response to a pure strategy?
My boss wants me to recreate everything I have done for my previous employer
How to write numbers in the form of using foreach or ...?
Using Gauss's law to prove that a field is zero
Perils of having a moon consisting of valuable material
how to make a twisted wrapper
Grep over multiple files redirecting to a different filename each time
How does sudo handle $HOME differently since 19.10?
Why rounding odd font sizes to even?
How much money would I need to feel secure in my job?
My mysterious "ruins" wander around and change on their own, what'd be a rational way for them to do that?
How to present boolean options along with selecting exactly 1 of them as "primary"?
Ubuntu 18.04 doesn't use my Radeon HD 8670M, uses intel instead
problem in installing amd driver radeon hd 5460How to install Radeon HD 8670A/8670M/8750M graphic card driver on Ubuntu 16.04?16.04 change from Intel HD Graphics to RadeonDoes AMDGPU on Ubuntu 16.04 supports Radeon HD 6400M/7400M Series?Hanging on AMD GPU PRO DriversIs there a way to switch between Intel/Radeon graphic driver on Ubuntu 18.04?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
After a lot of research, I stumbled upon a problem I cannot resolve.
I am trying to make ubuntu use my dedicated Radeon graphics card (HD 8670M), but no matter what I try (and trust me, I did go over every single thread related to my problem here) Ubuntu doesn't want to use it. Which is a problem, because the integrated intel one doesn't support 3D acceleration. I have installed the open-source AMD driver already (xorg amd and mesa), but this doesn't solve my problem.
To add insult to injury when I run lscpi | grep VGA
- only intel is listed. That being said - if I run lspci -nn | grep -E 'VGA|Display'
I get the following:
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06)
01:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / Radeon 520 Mobile] [1002:6660]
One more thing - when I run sudo apt-get upgrade
I get the following odd message:
The following packages have been kept back:
libgl1-mesa-dri libgl1-mesa-dri:i386 libglapi-mesa libglapi-mesa:i386
libglx-mesa0 libglx-mesa0:i386 libosmesa6 libosmesa6:i386 linux-generic
linux-headers-generic linux-headers-lowlatency linux-image-generic
linux-image-lowlatency linux-lowlatency ubuntu-desktop
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
Please advise on how to proceed.
drivers 18.04 graphics radeon amd-graphics
add a comment
|
After a lot of research, I stumbled upon a problem I cannot resolve.
I am trying to make ubuntu use my dedicated Radeon graphics card (HD 8670M), but no matter what I try (and trust me, I did go over every single thread related to my problem here) Ubuntu doesn't want to use it. Which is a problem, because the integrated intel one doesn't support 3D acceleration. I have installed the open-source AMD driver already (xorg amd and mesa), but this doesn't solve my problem.
To add insult to injury when I run lscpi | grep VGA
- only intel is listed. That being said - if I run lspci -nn | grep -E 'VGA|Display'
I get the following:
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06)
01:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / Radeon 520 Mobile] [1002:6660]
One more thing - when I run sudo apt-get upgrade
I get the following odd message:
The following packages have been kept back:
libgl1-mesa-dri libgl1-mesa-dri:i386 libglapi-mesa libglapi-mesa:i386
libglx-mesa0 libglx-mesa0:i386 libosmesa6 libosmesa6:i386 linux-generic
linux-headers-generic linux-headers-lowlatency linux-image-generic
linux-image-lowlatency linux-lowlatency ubuntu-desktop
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
Please advise on how to proceed.
drivers 18.04 graphics radeon amd-graphics
answer to the last part: upgrades. Simply runsudo apt dist-upgrade
to upgrade the 15 remaining packages andsudo apt autoremove
to do some cleaning
– cmak.fr
Jul 27 at 4:29
Thanks, I'll do that. It didn't occur to me, as I did a dist upgrade just a few days ago (I haven't used my laptop for about one year).
– Storm Phoenix
Jul 27 at 19:40
add a comment
|
After a lot of research, I stumbled upon a problem I cannot resolve.
I am trying to make ubuntu use my dedicated Radeon graphics card (HD 8670M), but no matter what I try (and trust me, I did go over every single thread related to my problem here) Ubuntu doesn't want to use it. Which is a problem, because the integrated intel one doesn't support 3D acceleration. I have installed the open-source AMD driver already (xorg amd and mesa), but this doesn't solve my problem.
To add insult to injury when I run lscpi | grep VGA
- only intel is listed. That being said - if I run lspci -nn | grep -E 'VGA|Display'
I get the following:
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06)
01:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / Radeon 520 Mobile] [1002:6660]
One more thing - when I run sudo apt-get upgrade
I get the following odd message:
The following packages have been kept back:
libgl1-mesa-dri libgl1-mesa-dri:i386 libglapi-mesa libglapi-mesa:i386
libglx-mesa0 libglx-mesa0:i386 libosmesa6 libosmesa6:i386 linux-generic
linux-headers-generic linux-headers-lowlatency linux-image-generic
linux-image-lowlatency linux-lowlatency ubuntu-desktop
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
Please advise on how to proceed.
drivers 18.04 graphics radeon amd-graphics
After a lot of research, I stumbled upon a problem I cannot resolve.
I am trying to make ubuntu use my dedicated Radeon graphics card (HD 8670M), but no matter what I try (and trust me, I did go over every single thread related to my problem here) Ubuntu doesn't want to use it. Which is a problem, because the integrated intel one doesn't support 3D acceleration. I have installed the open-source AMD driver already (xorg amd and mesa), but this doesn't solve my problem.
To add insult to injury when I run lscpi | grep VGA
- only intel is listed. That being said - if I run lspci -nn | grep -E 'VGA|Display'
I get the following:
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06)
01:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / Radeon 520 Mobile] [1002:6660]
One more thing - when I run sudo apt-get upgrade
I get the following odd message:
The following packages have been kept back:
libgl1-mesa-dri libgl1-mesa-dri:i386 libglapi-mesa libglapi-mesa:i386
libglx-mesa0 libglx-mesa0:i386 libosmesa6 libosmesa6:i386 linux-generic
linux-headers-generic linux-headers-lowlatency linux-image-generic
linux-image-lowlatency linux-lowlatency ubuntu-desktop
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
Please advise on how to proceed.
drivers 18.04 graphics radeon amd-graphics
drivers 18.04 graphics radeon amd-graphics
edited Jul 27 at 0:15
Storm Phoenix
asked Jul 26 at 20:09
Storm PhoenixStorm Phoenix
13 bronze badges
13 bronze badges
answer to the last part: upgrades. Simply runsudo apt dist-upgrade
to upgrade the 15 remaining packages andsudo apt autoremove
to do some cleaning
– cmak.fr
Jul 27 at 4:29
Thanks, I'll do that. It didn't occur to me, as I did a dist upgrade just a few days ago (I haven't used my laptop for about one year).
– Storm Phoenix
Jul 27 at 19:40
add a comment
|
answer to the last part: upgrades. Simply runsudo apt dist-upgrade
to upgrade the 15 remaining packages andsudo apt autoremove
to do some cleaning
– cmak.fr
Jul 27 at 4:29
Thanks, I'll do that. It didn't occur to me, as I did a dist upgrade just a few days ago (I haven't used my laptop for about one year).
– Storm Phoenix
Jul 27 at 19:40
answer to the last part: upgrades. Simply run
sudo apt dist-upgrade
to upgrade the 15 remaining packages and sudo apt autoremove
to do some cleaning– cmak.fr
Jul 27 at 4:29
answer to the last part: upgrades. Simply run
sudo apt dist-upgrade
to upgrade the 15 remaining packages and sudo apt autoremove
to do some cleaning– cmak.fr
Jul 27 at 4:29
Thanks, I'll do that. It didn't occur to me, as I did a dist upgrade just a few days ago (I haven't used my laptop for about one year).
– Storm Phoenix
Jul 27 at 19:40
Thanks, I'll do that. It didn't occur to me, as I did a dist upgrade just a few days ago (I haven't used my laptop for about one year).
– Storm Phoenix
Jul 27 at 19:40
add a comment
|
0
active
oldest
votes
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/4.0/"u003ecc by-sa 4.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%2f1161334%2fubuntu-18-04-doesnt-use-my-radeon-hd-8670m-uses-intel-instead%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1161334%2fubuntu-18-04-doesnt-use-my-radeon-hd-8670m-uses-intel-instead%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
answer to the last part: upgrades. Simply run
sudo apt dist-upgrade
to upgrade the 15 remaining packages andsudo apt autoremove
to do some cleaning– cmak.fr
Jul 27 at 4:29
Thanks, I'll do that. It didn't occur to me, as I did a dist upgrade just a few days ago (I haven't used my laptop for about one year).
– Storm Phoenix
Jul 27 at 19:40