configure xorg.conf.d for amd radeon rx560 laptop linux mint 19 Announcing the arrival of...
Determine the generator of an ideal of ring of integers
Recursive calls to a function - why is the address of the parameter passed to it lowering with each call?
“Since the train was delayed for more than an hour, passengers were given a full refund.” – Why is there no article before “passengers”?
Are there any AGPL-style licences that require source code modifications to be public?
Why does BitLocker not use RSA?
What could prevent concentrated local exploration?
How do I deal with an erroneously large refund?
Can the van der Waals coefficients be negative in the van der Waals equation for real gases?
How was Lagrange appointed professor of mathematics so early?
Can I ask an author to send me his ebook?
How to ask rejected full-time candidates to apply to teach individual courses?
Suing a Police Officer Instead of the Police Department
Does the universe have a fixed centre of mass?
Salesforce - multiple pre production environments
lm and glm function in R
What documents does someone with a long-term visa need to travel to another Schengen country?
What is the ongoing value of the Kanban board to the developers as opposed to management
What is the definining line between a helicopter and a drone a person can ride in?
Is my guitar’s action too high?
Married in secret, can marital status in passport be changed at a later date?
When does Bran Stark remember Jamie pushing him?
false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'
Is it OK if I do not take the receipt in Germany?
Are Flameskulls resistant to magical piercing damage?
configure xorg.conf.d for amd radeon rx560 laptop linux mint 19
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionWhy is my system freezing when I try to unbind GPU from radeon?How to activate the AMD GPU manually?AMD Radeon driver on mint 18Radeon graphics with Linux Mint 18Cinnamon and AMD Radeon Pro WX4130Bumblebee with AMD Radeon 530 (Laptop with Debian)How to switch drivers from radeon to amdgpu?Which distros build the kernel with amdgpu southern islands support enabled?AMD RADEON R600 GPU installation in debian 9Linux Mint with AMDGPU, Monitors drop signal after Mint boot animation
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have a:
Lenovo Y520-15KIBA CPU Intel i5
with GPU AMD Radeon RX560
linux kernel 4.20.47-custom (with bloobs of new firmware 1.175) DRM is 3.27.0
also kernel 4.17-generic is in the grub
I want to know how and if it is possible to setup a 10-amdgpu.conf file in a manner that my amdgpu is not showing errors like or at least give some glxgears output better than 1 FPS:
dmesg | grep amdgpu
[ 1.558902] [drm] amdgpu kernel modesetting enabled.
[ 1.559324] amdgpu 0000:01:00.0: enabling device (0000 -> 0003)
[ 1.598721] amdgpu 0000:01:00.0: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[ 1.598724] amdgpu 0000:01:00.0: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[ 1.598959] [drm] amdgpu: 2048M of VRAM memory ready
[ 1.598961] [drm] amdgpu: 3072M of GTT memory ready.
[ 1.677073] [drm:dc_create [amdgpu]] *ERROR* DC: Number of connectors is zero!
[ 1.923112] [drm] Initialized amdgpu 3.27.0 20150101 for 0000:01:00.0 on minor 1
[ 12.285945] amdgpu 0000:01:00.0: GPU pci config reset
DRI_PRIME=0 | grep -B
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2) (0x591b)
Version: 18.2.8
DRI_PRIME=1 | grep -B
Vendor: X.Org (0x1002)
Device: Radeon RX 560 Series (POLARIS11, DRM 3.27.0, 4.20.17-custom, LLVM 7
Testing my card with
DRI_PRIME=1 glxgears
gives me 0.7 (sic!) frames per second and causes system freeze
therefore I think the card is not working properly
i have tried 2019 April with:
- drivers from amd ./amdgpu-install + pro on LMDE3, Linux Mint 19 ubuntu 18.04.1 18.04.2 (amd version 17.40, 18.x and 19.10) (each fresh install)
- mesa ppa oibaf Mint 19 Ubunut 18
- mesa ppa miguel Mint 19 (install failed) and Ubuntu 18
- somehow I was able to run mesa 19 on ubuntu 18 did not make a difference in glxgears
- custom kernel build 4.20. 5.0.6 5.0.8 5.0.9 LMDE3
- rocm on linux mint19 -I always did a video group usermod *see below
- I tried various xorg.confs
- various vulkan installs and mesa-opencl-icd
*
sudo usermod -a -G video $LOGNAME
The standard configuration looks like:
sudo pico /usr/share/X11/xorg.conf.d/10-amdgpu.conf
Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
EndSection
and is not working out. I will put my literature in comments. I want to make more tags but have no reputation first post any edits welcome
linux amd-graphics graphic-card
New contributor
add a comment |
I have a:
Lenovo Y520-15KIBA CPU Intel i5
with GPU AMD Radeon RX560
linux kernel 4.20.47-custom (with bloobs of new firmware 1.175) DRM is 3.27.0
also kernel 4.17-generic is in the grub
I want to know how and if it is possible to setup a 10-amdgpu.conf file in a manner that my amdgpu is not showing errors like or at least give some glxgears output better than 1 FPS:
dmesg | grep amdgpu
[ 1.558902] [drm] amdgpu kernel modesetting enabled.
[ 1.559324] amdgpu 0000:01:00.0: enabling device (0000 -> 0003)
[ 1.598721] amdgpu 0000:01:00.0: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[ 1.598724] amdgpu 0000:01:00.0: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[ 1.598959] [drm] amdgpu: 2048M of VRAM memory ready
[ 1.598961] [drm] amdgpu: 3072M of GTT memory ready.
[ 1.677073] [drm:dc_create [amdgpu]] *ERROR* DC: Number of connectors is zero!
[ 1.923112] [drm] Initialized amdgpu 3.27.0 20150101 for 0000:01:00.0 on minor 1
[ 12.285945] amdgpu 0000:01:00.0: GPU pci config reset
DRI_PRIME=0 | grep -B
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2) (0x591b)
Version: 18.2.8
DRI_PRIME=1 | grep -B
Vendor: X.Org (0x1002)
Device: Radeon RX 560 Series (POLARIS11, DRM 3.27.0, 4.20.17-custom, LLVM 7
Testing my card with
DRI_PRIME=1 glxgears
gives me 0.7 (sic!) frames per second and causes system freeze
therefore I think the card is not working properly
i have tried 2019 April with:
- drivers from amd ./amdgpu-install + pro on LMDE3, Linux Mint 19 ubuntu 18.04.1 18.04.2 (amd version 17.40, 18.x and 19.10) (each fresh install)
- mesa ppa oibaf Mint 19 Ubunut 18
- mesa ppa miguel Mint 19 (install failed) and Ubuntu 18
- somehow I was able to run mesa 19 on ubuntu 18 did not make a difference in glxgears
- custom kernel build 4.20. 5.0.6 5.0.8 5.0.9 LMDE3
- rocm on linux mint19 -I always did a video group usermod *see below
- I tried various xorg.confs
- various vulkan installs and mesa-opencl-icd
*
sudo usermod -a -G video $LOGNAME
The standard configuration looks like:
sudo pico /usr/share/X11/xorg.conf.d/10-amdgpu.conf
Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
EndSection
and is not working out. I will put my literature in comments. I want to make more tags but have no reputation first post any edits welcome
linux amd-graphics graphic-card
New contributor
sources: askubuntu-which-driver-should-i-use-for-my-rx-560-for-game --- LMDE2-amdgpu-kernel-build --- linux-arch_amdgpu
– kamino
4 hours ago
add a comment |
I have a:
Lenovo Y520-15KIBA CPU Intel i5
with GPU AMD Radeon RX560
linux kernel 4.20.47-custom (with bloobs of new firmware 1.175) DRM is 3.27.0
also kernel 4.17-generic is in the grub
I want to know how and if it is possible to setup a 10-amdgpu.conf file in a manner that my amdgpu is not showing errors like or at least give some glxgears output better than 1 FPS:
dmesg | grep amdgpu
[ 1.558902] [drm] amdgpu kernel modesetting enabled.
[ 1.559324] amdgpu 0000:01:00.0: enabling device (0000 -> 0003)
[ 1.598721] amdgpu 0000:01:00.0: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[ 1.598724] amdgpu 0000:01:00.0: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[ 1.598959] [drm] amdgpu: 2048M of VRAM memory ready
[ 1.598961] [drm] amdgpu: 3072M of GTT memory ready.
[ 1.677073] [drm:dc_create [amdgpu]] *ERROR* DC: Number of connectors is zero!
[ 1.923112] [drm] Initialized amdgpu 3.27.0 20150101 for 0000:01:00.0 on minor 1
[ 12.285945] amdgpu 0000:01:00.0: GPU pci config reset
DRI_PRIME=0 | grep -B
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2) (0x591b)
Version: 18.2.8
DRI_PRIME=1 | grep -B
Vendor: X.Org (0x1002)
Device: Radeon RX 560 Series (POLARIS11, DRM 3.27.0, 4.20.17-custom, LLVM 7
Testing my card with
DRI_PRIME=1 glxgears
gives me 0.7 (sic!) frames per second and causes system freeze
therefore I think the card is not working properly
i have tried 2019 April with:
- drivers from amd ./amdgpu-install + pro on LMDE3, Linux Mint 19 ubuntu 18.04.1 18.04.2 (amd version 17.40, 18.x and 19.10) (each fresh install)
- mesa ppa oibaf Mint 19 Ubunut 18
- mesa ppa miguel Mint 19 (install failed) and Ubuntu 18
- somehow I was able to run mesa 19 on ubuntu 18 did not make a difference in glxgears
- custom kernel build 4.20. 5.0.6 5.0.8 5.0.9 LMDE3
- rocm on linux mint19 -I always did a video group usermod *see below
- I tried various xorg.confs
- various vulkan installs and mesa-opencl-icd
*
sudo usermod -a -G video $LOGNAME
The standard configuration looks like:
sudo pico /usr/share/X11/xorg.conf.d/10-amdgpu.conf
Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
EndSection
and is not working out. I will put my literature in comments. I want to make more tags but have no reputation first post any edits welcome
linux amd-graphics graphic-card
New contributor
I have a:
Lenovo Y520-15KIBA CPU Intel i5
with GPU AMD Radeon RX560
linux kernel 4.20.47-custom (with bloobs of new firmware 1.175) DRM is 3.27.0
also kernel 4.17-generic is in the grub
I want to know how and if it is possible to setup a 10-amdgpu.conf file in a manner that my amdgpu is not showing errors like or at least give some glxgears output better than 1 FPS:
dmesg | grep amdgpu
[ 1.558902] [drm] amdgpu kernel modesetting enabled.
[ 1.559324] amdgpu 0000:01:00.0: enabling device (0000 -> 0003)
[ 1.598721] amdgpu 0000:01:00.0: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[ 1.598724] amdgpu 0000:01:00.0: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[ 1.598959] [drm] amdgpu: 2048M of VRAM memory ready
[ 1.598961] [drm] amdgpu: 3072M of GTT memory ready.
[ 1.677073] [drm:dc_create [amdgpu]] *ERROR* DC: Number of connectors is zero!
[ 1.923112] [drm] Initialized amdgpu 3.27.0 20150101 for 0000:01:00.0 on minor 1
[ 12.285945] amdgpu 0000:01:00.0: GPU pci config reset
DRI_PRIME=0 | grep -B
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2) (0x591b)
Version: 18.2.8
DRI_PRIME=1 | grep -B
Vendor: X.Org (0x1002)
Device: Radeon RX 560 Series (POLARIS11, DRM 3.27.0, 4.20.17-custom, LLVM 7
Testing my card with
DRI_PRIME=1 glxgears
gives me 0.7 (sic!) frames per second and causes system freeze
therefore I think the card is not working properly
i have tried 2019 April with:
- drivers from amd ./amdgpu-install + pro on LMDE3, Linux Mint 19 ubuntu 18.04.1 18.04.2 (amd version 17.40, 18.x and 19.10) (each fresh install)
- mesa ppa oibaf Mint 19 Ubunut 18
- mesa ppa miguel Mint 19 (install failed) and Ubuntu 18
- somehow I was able to run mesa 19 on ubuntu 18 did not make a difference in glxgears
- custom kernel build 4.20. 5.0.6 5.0.8 5.0.9 LMDE3
- rocm on linux mint19 -I always did a video group usermod *see below
- I tried various xorg.confs
- various vulkan installs and mesa-opencl-icd
*
sudo usermod -a -G video $LOGNAME
The standard configuration looks like:
sudo pico /usr/share/X11/xorg.conf.d/10-amdgpu.conf
Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
EndSection
and is not working out. I will put my literature in comments. I want to make more tags but have no reputation first post any edits welcome
linux amd-graphics graphic-card
linux amd-graphics graphic-card
New contributor
New contributor
New contributor
asked 4 hours ago
kaminokamino
1
1
New contributor
New contributor
sources: askubuntu-which-driver-should-i-use-for-my-rx-560-for-game --- LMDE2-amdgpu-kernel-build --- linux-arch_amdgpu
– kamino
4 hours ago
add a comment |
sources: askubuntu-which-driver-should-i-use-for-my-rx-560-for-game --- LMDE2-amdgpu-kernel-build --- linux-arch_amdgpu
– kamino
4 hours ago
sources: askubuntu-which-driver-should-i-use-for-my-rx-560-for-game --- LMDE2-amdgpu-kernel-build --- linux-arch_amdgpu
– kamino
4 hours ago
sources: askubuntu-which-driver-should-i-use-for-my-rx-560-for-game --- LMDE2-amdgpu-kernel-build --- linux-arch_amdgpu
– kamino
4 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
kamino 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%2funix.stackexchange.com%2fquestions%2f513901%2fconfigure-xorg-conf-d-for-amd-radeon-rx560-laptop-linux-mint-19%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
kamino is a new contributor. Be nice, and check out our Code of Conduct.
kamino is a new contributor. Be nice, and check out our Code of Conduct.
kamino is a new contributor. Be nice, and check out our Code of Conduct.
kamino is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f513901%2fconfigure-xorg-conf-d-for-amd-radeon-rx560-laptop-linux-mint-19%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
sources: askubuntu-which-driver-should-i-use-for-my-rx-560-for-game --- LMDE2-amdgpu-kernel-build --- linux-arch_amdgpu
– kamino
4 hours ago