FreeSync fails in Ubuntu 16.04 LTS, tearing with a Radeon video adapter


up vote
0
down vote
favorite
My PC has an MSI AMD Radeon RX 580 display adapter, an AMD Ryzen 7 1800X CPU, and an AOC Gaming G2460PF 24" display. The same thing happens on Ubuntu 16.04.4 and Kubuntu 18.04 beta 2: DISPLAY=:0 xrandr --prop
tells nothing about the FreeSync (from the AMD's manual), i.e. there are no freesync_capable
and freesync
parameters at all. Installing the AMDGPU-PRO driver didn't help. Tried on the DP, DVI-D, and HDMI ports.
There is a very strong tearing when just scrolling in Chrome or playing a game (especially on Ubuntu 16.04 which is officially supported by AMD), and the Dota 2 client shows "Failed to initialize Vulkan".
16.04 kubuntu radeon tearing
add a comment |Â
up vote
0
down vote
favorite
My PC has an MSI AMD Radeon RX 580 display adapter, an AMD Ryzen 7 1800X CPU, and an AOC Gaming G2460PF 24" display. The same thing happens on Ubuntu 16.04.4 and Kubuntu 18.04 beta 2: DISPLAY=:0 xrandr --prop
tells nothing about the FreeSync (from the AMD's manual), i.e. there are no freesync_capable
and freesync
parameters at all. Installing the AMDGPU-PRO driver didn't help. Tried on the DP, DVI-D, and HDMI ports.
There is a very strong tearing when just scrolling in Chrome or playing a game (especially on Ubuntu 16.04 which is officially supported by AMD), and the Dota 2 client shows "Failed to initialize Vulkan".
16.04 kubuntu radeon tearing
Which motherboard are you using? How much RAM do you have, and what frequency does it run at?
â K7AAY
Jun 7 at 23:22
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
My PC has an MSI AMD Radeon RX 580 display adapter, an AMD Ryzen 7 1800X CPU, and an AOC Gaming G2460PF 24" display. The same thing happens on Ubuntu 16.04.4 and Kubuntu 18.04 beta 2: DISPLAY=:0 xrandr --prop
tells nothing about the FreeSync (from the AMD's manual), i.e. there are no freesync_capable
and freesync
parameters at all. Installing the AMDGPU-PRO driver didn't help. Tried on the DP, DVI-D, and HDMI ports.
There is a very strong tearing when just scrolling in Chrome or playing a game (especially on Ubuntu 16.04 which is officially supported by AMD), and the Dota 2 client shows "Failed to initialize Vulkan".
16.04 kubuntu radeon tearing
My PC has an MSI AMD Radeon RX 580 display adapter, an AMD Ryzen 7 1800X CPU, and an AOC Gaming G2460PF 24" display. The same thing happens on Ubuntu 16.04.4 and Kubuntu 18.04 beta 2: DISPLAY=:0 xrandr --prop
tells nothing about the FreeSync (from the AMD's manual), i.e. there are no freesync_capable
and freesync
parameters at all. Installing the AMDGPU-PRO driver didn't help. Tried on the DP, DVI-D, and HDMI ports.
There is a very strong tearing when just scrolling in Chrome or playing a game (especially on Ubuntu 16.04 which is officially supported by AMD), and the Dota 2 client shows "Failed to initialize Vulkan".
16.04 kubuntu radeon tearing
16.04 kubuntu radeon tearing
edited Jun 7 at 23:21


K7AAY
3,76721443
3,76721443
asked Apr 13 at 21:12
Vladiator
1116
1116
Which motherboard are you using? How much RAM do you have, and what frequency does it run at?
â K7AAY
Jun 7 at 23:22
add a comment |Â
Which motherboard are you using? How much RAM do you have, and what frequency does it run at?
â K7AAY
Jun 7 at 23:22
Which motherboard are you using? How much RAM do you have, and what frequency does it run at?
â K7AAY
Jun 7 at 23:22
Which motherboard are you using? How much RAM do you have, and what frequency does it run at?
â K7AAY
Jun 7 at 23:22
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
xrandr --output DisplayPort-0 --set TearFree on
Worked for me with the "scroll tearing".
Hope it helps ^_^
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
xrandr --output DisplayPort-0 --set TearFree on
Worked for me with the "scroll tearing".
Hope it helps ^_^
add a comment |Â
up vote
0
down vote
xrandr --output DisplayPort-0 --set TearFree on
Worked for me with the "scroll tearing".
Hope it helps ^_^
add a comment |Â
up vote
0
down vote
up vote
0
down vote
xrandr --output DisplayPort-0 --set TearFree on
Worked for me with the "scroll tearing".
Hope it helps ^_^
xrandr --output DisplayPort-0 --set TearFree on
Worked for me with the "scroll tearing".
Hope it helps ^_^
answered Sep 3 at 17:31
Jonas
1
1
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1024792%2ffreesync-fails-in-ubuntu-16-04-lts-tearing-with-a-radeon-video-adapter%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
Which motherboard are you using? How much RAM do you have, and what frequency does it run at?
â K7AAY
Jun 7 at 23:22