Ubuntu 18.04.1 LTS and Radeon R9 390 - can't install video drivers (not proprietary, not additional)

Multi tool use
First of all sory for any nonsense, but after days and days of trying to set it up and reading forums, I still fell like I have missed something important. I am totaly new in Linux world. And sorry for bad english :)
So, previously using Windows 10, now dual booting W10 and Ubuntu 18.04.1 LTS with hopes to learn about it and eventualy switch to it. But seem like graphic card does not let me.
The first and biggest obstacle with which I am dealing now for few days is Radeon R9 390. Black screens, tearing picture (when triyng to install Linux Mint),... Ok, I quickly found instructions to add "nomodeset" at start when installing Ubuntu, so now I do this procedure:
- Booting in USB with Ubuntu ISO, pressing "e" to add "nomodeset" (without nomodeset I get black screen),
- installation succesfull,
- restart,
- in grub2 before starting freshly installed Ubuntu again adding "nomodeset".
So when I am on installed ubuntu desktop, first I update sistem, restart, again in grub add " nomodeset", then I go to "AMD download drivers" website, download amdgpu-pro drivers, extract drivers, go to Terminal, write "cd amdgpu-pro-17.30-NNNNNN", then "./amdgpu-pro-install –y"......
....instalation seems to go nicely, but then I get this line:
"WARNING: nomodeset detected in kernel parameters, amdgpu requires KMS"
Terminal text
http://shrani.si/f/R/GX/3nIBaOOE/img20181220125732.jpg
What does this KMS mean?
Now I do not know if the drivers were installed. If I restart and select Ubuntu in grub menu, I get this list and I am stuck. The only thing I know to do on this point is to install Ubuntu again... And hope I will magicly find something. :P
http://shrani.si/f/3X/aa/3TfGnJAr/img20181230224309.jpg
After installing AMD drivers, and restarting, should I change anything in grub? I have tried, as suggested on one forum, to add "blacklist=radeon".
Grub after restart http://shrani.si/f/W/fR/jcyEbL0/img20181230224141.jpg
Please help me. Thanks :)
.
.
.
*EDITED:
I have tried to install additional drivers, like Kristopher Ives suggested in comment, but here is the next problem. There are no additional drivers available. (Looks like this: https://i.stack.imgur.com/jFgJI.png )
To solve this i have tried this solutions
- I have added repository with "sudo add-apt-repository ppa:xorg-edgers/ppa AND sudo apt-get update"
List is still empty.
I am totally lost :( Am I missing something? Is there any other way?
Firstly, I have tried to install proprietary AMD drivers, since some says these are better, but with no luck (problem described above). After this, I have no luck with additional drivers... How is this possible. Should I buy some other video card?
drivers grub2 graphics nomodeset kms
New contributor
Ubusm is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
First of all sory for any nonsense, but after days and days of trying to set it up and reading forums, I still fell like I have missed something important. I am totaly new in Linux world. And sorry for bad english :)
So, previously using Windows 10, now dual booting W10 and Ubuntu 18.04.1 LTS with hopes to learn about it and eventualy switch to it. But seem like graphic card does not let me.
The first and biggest obstacle with which I am dealing now for few days is Radeon R9 390. Black screens, tearing picture (when triyng to install Linux Mint),... Ok, I quickly found instructions to add "nomodeset" at start when installing Ubuntu, so now I do this procedure:
- Booting in USB with Ubuntu ISO, pressing "e" to add "nomodeset" (without nomodeset I get black screen),
- installation succesfull,
- restart,
- in grub2 before starting freshly installed Ubuntu again adding "nomodeset".
So when I am on installed ubuntu desktop, first I update sistem, restart, again in grub add " nomodeset", then I go to "AMD download drivers" website, download amdgpu-pro drivers, extract drivers, go to Terminal, write "cd amdgpu-pro-17.30-NNNNNN", then "./amdgpu-pro-install –y"......
....instalation seems to go nicely, but then I get this line:
"WARNING: nomodeset detected in kernel parameters, amdgpu requires KMS"
Terminal text
http://shrani.si/f/R/GX/3nIBaOOE/img20181220125732.jpg
What does this KMS mean?
Now I do not know if the drivers were installed. If I restart and select Ubuntu in grub menu, I get this list and I am stuck. The only thing I know to do on this point is to install Ubuntu again... And hope I will magicly find something. :P
http://shrani.si/f/3X/aa/3TfGnJAr/img20181230224309.jpg
After installing AMD drivers, and restarting, should I change anything in grub? I have tried, as suggested on one forum, to add "blacklist=radeon".
Grub after restart http://shrani.si/f/W/fR/jcyEbL0/img20181230224141.jpg
Please help me. Thanks :)
.
.
.
*EDITED:
I have tried to install additional drivers, like Kristopher Ives suggested in comment, but here is the next problem. There are no additional drivers available. (Looks like this: https://i.stack.imgur.com/jFgJI.png )
To solve this i have tried this solutions
- I have added repository with "sudo add-apt-repository ppa:xorg-edgers/ppa AND sudo apt-get update"
List is still empty.
I am totally lost :( Am I missing something? Is there any other way?
Firstly, I have tried to install proprietary AMD drivers, since some says these are better, but with no luck (problem described above). After this, I have no luck with additional drivers... How is this possible. Should I buy some other video card?
drivers grub2 graphics nomodeset kms
New contributor
Ubusm is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
KMS means Kernel Mode Set, which is being disabled when you add thenomodeset
boot option.
– Kristopher Ives
Dec 31 '18 at 0:11
Have you tried using the built in Ubuntu Drivers manager instead of using the AMD download? It's often much better / easier to use the built in software from Ubuntu than to download proprietary third party stuff.
– Kristopher Ives
Dec 31 '18 at 0:14
I have updated post, with new problems. Thank you for help anyway :) Now I have empty list in additionaly drivers. And no suggestions I can find on google sems to work...
– Ubusm
Dec 31 '18 at 14:13
add a comment |
First of all sory for any nonsense, but after days and days of trying to set it up and reading forums, I still fell like I have missed something important. I am totaly new in Linux world. And sorry for bad english :)
So, previously using Windows 10, now dual booting W10 and Ubuntu 18.04.1 LTS with hopes to learn about it and eventualy switch to it. But seem like graphic card does not let me.
The first and biggest obstacle with which I am dealing now for few days is Radeon R9 390. Black screens, tearing picture (when triyng to install Linux Mint),... Ok, I quickly found instructions to add "nomodeset" at start when installing Ubuntu, so now I do this procedure:
- Booting in USB with Ubuntu ISO, pressing "e" to add "nomodeset" (without nomodeset I get black screen),
- installation succesfull,
- restart,
- in grub2 before starting freshly installed Ubuntu again adding "nomodeset".
So when I am on installed ubuntu desktop, first I update sistem, restart, again in grub add " nomodeset", then I go to "AMD download drivers" website, download amdgpu-pro drivers, extract drivers, go to Terminal, write "cd amdgpu-pro-17.30-NNNNNN", then "./amdgpu-pro-install –y"......
....instalation seems to go nicely, but then I get this line:
"WARNING: nomodeset detected in kernel parameters, amdgpu requires KMS"
Terminal text
http://shrani.si/f/R/GX/3nIBaOOE/img20181220125732.jpg
What does this KMS mean?
Now I do not know if the drivers were installed. If I restart and select Ubuntu in grub menu, I get this list and I am stuck. The only thing I know to do on this point is to install Ubuntu again... And hope I will magicly find something. :P
http://shrani.si/f/3X/aa/3TfGnJAr/img20181230224309.jpg
After installing AMD drivers, and restarting, should I change anything in grub? I have tried, as suggested on one forum, to add "blacklist=radeon".
Grub after restart http://shrani.si/f/W/fR/jcyEbL0/img20181230224141.jpg
Please help me. Thanks :)
.
.
.
*EDITED:
I have tried to install additional drivers, like Kristopher Ives suggested in comment, but here is the next problem. There are no additional drivers available. (Looks like this: https://i.stack.imgur.com/jFgJI.png )
To solve this i have tried this solutions
- I have added repository with "sudo add-apt-repository ppa:xorg-edgers/ppa AND sudo apt-get update"
List is still empty.
I am totally lost :( Am I missing something? Is there any other way?
Firstly, I have tried to install proprietary AMD drivers, since some says these are better, but with no luck (problem described above). After this, I have no luck with additional drivers... How is this possible. Should I buy some other video card?
drivers grub2 graphics nomodeset kms
New contributor
Ubusm is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
First of all sory for any nonsense, but after days and days of trying to set it up and reading forums, I still fell like I have missed something important. I am totaly new in Linux world. And sorry for bad english :)
So, previously using Windows 10, now dual booting W10 and Ubuntu 18.04.1 LTS with hopes to learn about it and eventualy switch to it. But seem like graphic card does not let me.
The first and biggest obstacle with which I am dealing now for few days is Radeon R9 390. Black screens, tearing picture (when triyng to install Linux Mint),... Ok, I quickly found instructions to add "nomodeset" at start when installing Ubuntu, so now I do this procedure:
- Booting in USB with Ubuntu ISO, pressing "e" to add "nomodeset" (without nomodeset I get black screen),
- installation succesfull,
- restart,
- in grub2 before starting freshly installed Ubuntu again adding "nomodeset".
So when I am on installed ubuntu desktop, first I update sistem, restart, again in grub add " nomodeset", then I go to "AMD download drivers" website, download amdgpu-pro drivers, extract drivers, go to Terminal, write "cd amdgpu-pro-17.30-NNNNNN", then "./amdgpu-pro-install –y"......
....instalation seems to go nicely, but then I get this line:
"WARNING: nomodeset detected in kernel parameters, amdgpu requires KMS"
Terminal text
http://shrani.si/f/R/GX/3nIBaOOE/img20181220125732.jpg
What does this KMS mean?
Now I do not know if the drivers were installed. If I restart and select Ubuntu in grub menu, I get this list and I am stuck. The only thing I know to do on this point is to install Ubuntu again... And hope I will magicly find something. :P
http://shrani.si/f/3X/aa/3TfGnJAr/img20181230224309.jpg
After installing AMD drivers, and restarting, should I change anything in grub? I have tried, as suggested on one forum, to add "blacklist=radeon".
Grub after restart http://shrani.si/f/W/fR/jcyEbL0/img20181230224141.jpg
Please help me. Thanks :)
.
.
.
*EDITED:
I have tried to install additional drivers, like Kristopher Ives suggested in comment, but here is the next problem. There are no additional drivers available. (Looks like this: https://i.stack.imgur.com/jFgJI.png )
To solve this i have tried this solutions
- I have added repository with "sudo add-apt-repository ppa:xorg-edgers/ppa AND sudo apt-get update"
List is still empty.
I am totally lost :( Am I missing something? Is there any other way?
Firstly, I have tried to install proprietary AMD drivers, since some says these are better, but with no luck (problem described above). After this, I have no luck with additional drivers... How is this possible. Should I buy some other video card?
drivers grub2 graphics nomodeset kms
drivers grub2 graphics nomodeset kms
New contributor
Ubusm is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ubusm is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Dec 31 '18 at 14:11
New contributor
Ubusm is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Dec 30 '18 at 21:16
Ubusm
12
12
New contributor
Ubusm is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ubusm is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Ubusm is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
KMS means Kernel Mode Set, which is being disabled when you add thenomodeset
boot option.
– Kristopher Ives
Dec 31 '18 at 0:11
Have you tried using the built in Ubuntu Drivers manager instead of using the AMD download? It's often much better / easier to use the built in software from Ubuntu than to download proprietary third party stuff.
– Kristopher Ives
Dec 31 '18 at 0:14
I have updated post, with new problems. Thank you for help anyway :) Now I have empty list in additionaly drivers. And no suggestions I can find on google sems to work...
– Ubusm
Dec 31 '18 at 14:13
add a comment |
KMS means Kernel Mode Set, which is being disabled when you add thenomodeset
boot option.
– Kristopher Ives
Dec 31 '18 at 0:11
Have you tried using the built in Ubuntu Drivers manager instead of using the AMD download? It's often much better / easier to use the built in software from Ubuntu than to download proprietary third party stuff.
– Kristopher Ives
Dec 31 '18 at 0:14
I have updated post, with new problems. Thank you for help anyway :) Now I have empty list in additionaly drivers. And no suggestions I can find on google sems to work...
– Ubusm
Dec 31 '18 at 14:13
KMS means Kernel Mode Set, which is being disabled when you add the
nomodeset
boot option.– Kristopher Ives
Dec 31 '18 at 0:11
KMS means Kernel Mode Set, which is being disabled when you add the
nomodeset
boot option.– Kristopher Ives
Dec 31 '18 at 0:11
Have you tried using the built in Ubuntu Drivers manager instead of using the AMD download? It's often much better / easier to use the built in software from Ubuntu than to download proprietary third party stuff.
– Kristopher Ives
Dec 31 '18 at 0:14
Have you tried using the built in Ubuntu Drivers manager instead of using the AMD download? It's often much better / easier to use the built in software from Ubuntu than to download proprietary third party stuff.
– Kristopher Ives
Dec 31 '18 at 0:14
I have updated post, with new problems. Thank you for help anyway :) Now I have empty list in additionaly drivers. And no suggestions I can find on google sems to work...
– Ubusm
Dec 31 '18 at 14:13
I have updated post, with new problems. Thank you for help anyway :) Now I have empty list in additionaly drivers. And no suggestions I can find on google sems to work...
– Ubusm
Dec 31 '18 at 14:13
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/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
});
}
});
Ubusm is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1105697%2fubuntu-18-04-1-lts-and-radeon-r9-390-cant-install-video-drivers-not-propriet%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
Ubusm is a new contributor. Be nice, and check out our Code of Conduct.
Ubusm is a new contributor. Be nice, and check out our Code of Conduct.
Ubusm is a new contributor. Be nice, and check out our Code of Conduct.
Ubusm is a new contributor. Be nice, and check out our Code of Conduct.
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1105697%2fubuntu-18-04-1-lts-and-radeon-r9-390-cant-install-video-drivers-not-propriet%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
SK41tPhC6s2,tLaBCYp4jSbU O2EGrsm980PIY
KMS means Kernel Mode Set, which is being disabled when you add the
nomodeset
boot option.– Kristopher Ives
Dec 31 '18 at 0:11
Have you tried using the built in Ubuntu Drivers manager instead of using the AMD download? It's often much better / easier to use the built in software from Ubuntu than to download proprietary third party stuff.
– Kristopher Ives
Dec 31 '18 at 0:14
I have updated post, with new problems. Thank you for help anyway :) Now I have empty list in additionaly drivers. And no suggestions I can find on google sems to work...
– Ubusm
Dec 31 '18 at 14:13