Ubuntu 18.04.1 LTS and Radeon R9 390 - can't install video drivers (not proprietary, not additional)
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
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
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
Hello! Does anyone know the solution for my problem? I'm still stuck. :(
– Ubusm
Jan 12 at 15:37
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
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
edited Dec 31 '18 at 14:11
Ubusm
asked Dec 30 '18 at 21:16
UbusmUbusm
12
12
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
Hello! Does anyone know the solution for my problem? I'm still stuck. :(
– Ubusm
Jan 12 at 15:37
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
Hello! Does anyone know the solution for my problem? I'm still stuck. :(
– Ubusm
Jan 12 at 15:37
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
Hello! Does anyone know the solution for my problem? I'm still stuck. :(
– Ubusm
Jan 12 at 15:37
Hello! Does anyone know the solution for my problem? I'm still stuck. :(
– Ubusm
Jan 12 at 15:37
add a comment |
3 Answers
3
active
oldest
votes
I don't have an answer, but I'm experiencing exactly the same thing. amdgpu-pro-18.50-708488-ubuntu-18.04 driver doesn't work and the generic display driver installed with Ubuntu 18.04.1 LTS doesn't work either. I am only able to use recovery mode (NOMODESET) to run my system, and am still needing a solution. I'll try opening a request with AMD. My system processor is an AMD Ryzen 5 1600 six core, my graphics card is a Radeon RX570. Linux kernel supplied with Ubuntu is version 4.15.0-43-generic.
New contributor
I disagree with you that this isn't an answer. It is an answer because the author of the question can install the missing graphics driver problem by selecting the root option in recovery mode
– karel
Jan 23 at 3:10
add a comment |
I solved this by installing 18.04 with a nvidia card.
Then, installed the amd (amdgpu pro 18.50 in my case) drivers.
Shutdown, remove nvidia card, and boot.
Hope this helps.
:)
AndyBurn
New contributor
add a comment |
Part 2:
You can also install using another PC.
I used a G4400 Intel mobo (nvidia video) to install Ubuntu Mate 18.04 OS and amdgpu drivers before shutting down and moving the hdd (nvme) to my radeon 2400G.
It worked like a charm. I used the same AMD drivers as you.
Remove your radeon card, and try nvidia, at least for the short term.
:)
New contributor
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%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
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I don't have an answer, but I'm experiencing exactly the same thing. amdgpu-pro-18.50-708488-ubuntu-18.04 driver doesn't work and the generic display driver installed with Ubuntu 18.04.1 LTS doesn't work either. I am only able to use recovery mode (NOMODESET) to run my system, and am still needing a solution. I'll try opening a request with AMD. My system processor is an AMD Ryzen 5 1600 six core, my graphics card is a Radeon RX570. Linux kernel supplied with Ubuntu is version 4.15.0-43-generic.
New contributor
I disagree with you that this isn't an answer. It is an answer because the author of the question can install the missing graphics driver problem by selecting the root option in recovery mode
– karel
Jan 23 at 3:10
add a comment |
I don't have an answer, but I'm experiencing exactly the same thing. amdgpu-pro-18.50-708488-ubuntu-18.04 driver doesn't work and the generic display driver installed with Ubuntu 18.04.1 LTS doesn't work either. I am only able to use recovery mode (NOMODESET) to run my system, and am still needing a solution. I'll try opening a request with AMD. My system processor is an AMD Ryzen 5 1600 six core, my graphics card is a Radeon RX570. Linux kernel supplied with Ubuntu is version 4.15.0-43-generic.
New contributor
I disagree with you that this isn't an answer. It is an answer because the author of the question can install the missing graphics driver problem by selecting the root option in recovery mode
– karel
Jan 23 at 3:10
add a comment |
I don't have an answer, but I'm experiencing exactly the same thing. amdgpu-pro-18.50-708488-ubuntu-18.04 driver doesn't work and the generic display driver installed with Ubuntu 18.04.1 LTS doesn't work either. I am only able to use recovery mode (NOMODESET) to run my system, and am still needing a solution. I'll try opening a request with AMD. My system processor is an AMD Ryzen 5 1600 six core, my graphics card is a Radeon RX570. Linux kernel supplied with Ubuntu is version 4.15.0-43-generic.
New contributor
I don't have an answer, but I'm experiencing exactly the same thing. amdgpu-pro-18.50-708488-ubuntu-18.04 driver doesn't work and the generic display driver installed with Ubuntu 18.04.1 LTS doesn't work either. I am only able to use recovery mode (NOMODESET) to run my system, and am still needing a solution. I'll try opening a request with AMD. My system processor is an AMD Ryzen 5 1600 six core, my graphics card is a Radeon RX570. Linux kernel supplied with Ubuntu is version 4.15.0-43-generic.
New contributor
edited Jan 23 at 2:35
New contributor
answered Jan 23 at 2:25
Michael AmaralMichael Amaral
11
11
New contributor
New contributor
I disagree with you that this isn't an answer. It is an answer because the author of the question can install the missing graphics driver problem by selecting the root option in recovery mode
– karel
Jan 23 at 3:10
add a comment |
I disagree with you that this isn't an answer. It is an answer because the author of the question can install the missing graphics driver problem by selecting the root option in recovery mode
– karel
Jan 23 at 3:10
I disagree with you that this isn't an answer. It is an answer because the author of the question can install the missing graphics driver problem by selecting the root option in recovery mode
– karel
Jan 23 at 3:10
I disagree with you that this isn't an answer. It is an answer because the author of the question can install the missing graphics driver problem by selecting the root option in recovery mode
– karel
Jan 23 at 3:10
add a comment |
I solved this by installing 18.04 with a nvidia card.
Then, installed the amd (amdgpu pro 18.50 in my case) drivers.
Shutdown, remove nvidia card, and boot.
Hope this helps.
:)
AndyBurn
New contributor
add a comment |
I solved this by installing 18.04 with a nvidia card.
Then, installed the amd (amdgpu pro 18.50 in my case) drivers.
Shutdown, remove nvidia card, and boot.
Hope this helps.
:)
AndyBurn
New contributor
add a comment |
I solved this by installing 18.04 with a nvidia card.
Then, installed the amd (amdgpu pro 18.50 in my case) drivers.
Shutdown, remove nvidia card, and boot.
Hope this helps.
:)
AndyBurn
New contributor
I solved this by installing 18.04 with a nvidia card.
Then, installed the amd (amdgpu pro 18.50 in my case) drivers.
Shutdown, remove nvidia card, and boot.
Hope this helps.
:)
AndyBurn
New contributor
New contributor
answered Jan 23 at 4:38
Andy BurnAndy Burn
1
1
New contributor
New contributor
add a comment |
add a comment |
Part 2:
You can also install using another PC.
I used a G4400 Intel mobo (nvidia video) to install Ubuntu Mate 18.04 OS and amdgpu drivers before shutting down and moving the hdd (nvme) to my radeon 2400G.
It worked like a charm. I used the same AMD drivers as you.
Remove your radeon card, and try nvidia, at least for the short term.
:)
New contributor
add a comment |
Part 2:
You can also install using another PC.
I used a G4400 Intel mobo (nvidia video) to install Ubuntu Mate 18.04 OS and amdgpu drivers before shutting down and moving the hdd (nvme) to my radeon 2400G.
It worked like a charm. I used the same AMD drivers as you.
Remove your radeon card, and try nvidia, at least for the short term.
:)
New contributor
add a comment |
Part 2:
You can also install using another PC.
I used a G4400 Intel mobo (nvidia video) to install Ubuntu Mate 18.04 OS and amdgpu drivers before shutting down and moving the hdd (nvme) to my radeon 2400G.
It worked like a charm. I used the same AMD drivers as you.
Remove your radeon card, and try nvidia, at least for the short term.
:)
New contributor
Part 2:
You can also install using another PC.
I used a G4400 Intel mobo (nvidia video) to install Ubuntu Mate 18.04 OS and amdgpu drivers before shutting down and moving the hdd (nvme) to my radeon 2400G.
It worked like a charm. I used the same AMD drivers as you.
Remove your radeon card, and try nvidia, at least for the short term.
:)
New contributor
New contributor
answered Jan 23 at 6:13
andyburnandyburn
1
1
New contributor
New contributor
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%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
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
Hello! Does anyone know the solution for my problem? I'm still stuck. :(
– Ubusm
Jan 12 at 15:37