FreeSync not working for me
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I was wondering if anyone could point out what in doing wrong my specs are
Ubuntu 18.04
5.0.7-050007-generic
mesa 19.0.2 from ppa:ubuntu-x-swat/updates
Im using a RX-580
the file at /usr/share/X11/xorg.conf.d/10-amdgpu.conf is
Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "DRI" "3"
Option "VariableRefresh" "true"
EndSection
the output of xrandr --props includes vrr_capable: 1
the output of cat ~/.local/share/xorg/Xorg.0.log | grep amdgpu is
[ 14.653] (II) LoadModule: "amdgpu"
[ 14.654] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 14.656] (II) Module amdgpu: vendor="X.Org Foundation"
All GPUs supported by the amdgpu kernel drive
and sadly the output of cat ~/.local/share/xorg/Xorg.0.log | grep Variable is
[ 14.794] (WW) AMDGPU(0): Option "VariableRefresh" is not used[ 14.794] (WW) AMDGPU(0): Option "VariableRefresh" is not used
amdgpu
New contributor
Cody Leonard 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 |
I was wondering if anyone could point out what in doing wrong my specs are
Ubuntu 18.04
5.0.7-050007-generic
mesa 19.0.2 from ppa:ubuntu-x-swat/updates
Im using a RX-580
the file at /usr/share/X11/xorg.conf.d/10-amdgpu.conf is
Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "DRI" "3"
Option "VariableRefresh" "true"
EndSection
the output of xrandr --props includes vrr_capable: 1
the output of cat ~/.local/share/xorg/Xorg.0.log | grep amdgpu is
[ 14.653] (II) LoadModule: "amdgpu"
[ 14.654] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 14.656] (II) Module amdgpu: vendor="X.Org Foundation"
All GPUs supported by the amdgpu kernel drive
and sadly the output of cat ~/.local/share/xorg/Xorg.0.log | grep Variable is
[ 14.794] (WW) AMDGPU(0): Option "VariableRefresh" is not used[ 14.794] (WW) AMDGPU(0): Option "VariableRefresh" is not used
amdgpu
New contributor
Cody Leonard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
You need to edit your question and ask it in the form of a question. You also need to give more information about your problem, and what you've done to try and fix it.
– heynnema
8 hours ago
add a comment |
I was wondering if anyone could point out what in doing wrong my specs are
Ubuntu 18.04
5.0.7-050007-generic
mesa 19.0.2 from ppa:ubuntu-x-swat/updates
Im using a RX-580
the file at /usr/share/X11/xorg.conf.d/10-amdgpu.conf is
Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "DRI" "3"
Option "VariableRefresh" "true"
EndSection
the output of xrandr --props includes vrr_capable: 1
the output of cat ~/.local/share/xorg/Xorg.0.log | grep amdgpu is
[ 14.653] (II) LoadModule: "amdgpu"
[ 14.654] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 14.656] (II) Module amdgpu: vendor="X.Org Foundation"
All GPUs supported by the amdgpu kernel drive
and sadly the output of cat ~/.local/share/xorg/Xorg.0.log | grep Variable is
[ 14.794] (WW) AMDGPU(0): Option "VariableRefresh" is not used[ 14.794] (WW) AMDGPU(0): Option "VariableRefresh" is not used
amdgpu
New contributor
Cody Leonard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I was wondering if anyone could point out what in doing wrong my specs are
Ubuntu 18.04
5.0.7-050007-generic
mesa 19.0.2 from ppa:ubuntu-x-swat/updates
Im using a RX-580
the file at /usr/share/X11/xorg.conf.d/10-amdgpu.conf is
Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "DRI" "3"
Option "VariableRefresh" "true"
EndSection
the output of xrandr --props includes vrr_capable: 1
the output of cat ~/.local/share/xorg/Xorg.0.log | grep amdgpu is
[ 14.653] (II) LoadModule: "amdgpu"
[ 14.654] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 14.656] (II) Module amdgpu: vendor="X.Org Foundation"
All GPUs supported by the amdgpu kernel drive
and sadly the output of cat ~/.local/share/xorg/Xorg.0.log | grep Variable is
[ 14.794] (WW) AMDGPU(0): Option "VariableRefresh" is not used[ 14.794] (WW) AMDGPU(0): Option "VariableRefresh" is not used
amdgpu
amdgpu
New contributor
Cody Leonard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Cody Leonard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 8 hours ago
Jeff
849819
849819
New contributor
Cody Leonard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 9 hours ago
Cody LeonardCody Leonard
1
1
New contributor
Cody Leonard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Cody Leonard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Cody Leonard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
You need to edit your question and ask it in the form of a question. You also need to give more information about your problem, and what you've done to try and fix it.
– heynnema
8 hours ago
add a comment |
2
You need to edit your question and ask it in the form of a question. You also need to give more information about your problem, and what you've done to try and fix it.
– heynnema
8 hours ago
2
2
You need to edit your question and ask it in the form of a question. You also need to give more information about your problem, and what you've done to try and fix it.
– heynnema
8 hours ago
You need to edit your question and ask it in the form of a question. You also need to give more information about your problem, and what you've done to try and fix it.
– heynnema
8 hours ago
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
});
}
});
Cody Leonard 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%2f1134125%2ffreesync-not-working-for-me%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
Cody Leonard is a new contributor. Be nice, and check out our Code of Conduct.
Cody Leonard is a new contributor. Be nice, and check out our Code of Conduct.
Cody Leonard is a new contributor. Be nice, and check out our Code of Conduct.
Cody Leonard 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.
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%2f1134125%2ffreesync-not-working-for-me%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
2
You need to edit your question and ask it in the form of a question. You also need to give more information about your problem, and what you've done to try and fix it.
– heynnema
8 hours ago