Jump to content

Setting up Freesync in Pop!_OS

So I just made the switch from windows to linux, and I'm trying to setup freesync in linux. My distro is Pop!_OS. I have gotten freesync to work on windows, so I know it's not a hardware problem. I'm fairly certain that I am using the amdgpu drivers needed for this to work. My problem is that I can't get Pop!_OS to tell me if freesync is running or not. I've been following the directions from the amd website, which can be found here, and I can't find the correct field after I run this command: "DISPLAY=:0 xrandr --prop". I'm supposed to be looking for anything that says "freesync", but the only thing I can find is "tearfree" which I don't think is the right thing.

 

I thought maybe I should just try enabling freesync anyway, so I ran the command "DISPLAY=:0 xrandr --output DisplayPort-1 --set "freesync" 1", but then I get an error. The error shows up like this:image.png.25c6d405aa219606c25514c9a6bb2d28.png

But when the terminal listed my displays earlier, "displayport-1" was apart of that list. So not only am I unable to find the correct field for freesync, I am also unable to change the "freesync field."

 

Any help with these errors would be appreciated.

Link to comment
Share on other sites

Link to post
Share on other sites

9 hours ago, Nayr438 said:

sudo gedit /etc/X11/xorg.conf.d/20-amdgpu.conf


Section "Device"
	Identifier "AMD"
	Driver "amdgpu"
	Option "VariableRefresh" "true"
EndSection

save and reboot

 

https://wiki.archlinux.org/index.php/AMDGPU#Xorg_configuration

 

if /etc/X11/xorg.conf.d/ doesnt exist then do sudo mkdir /etc/X11/xorg.conf.d/

After trying this, I get a warning.

image.png.1f0074e24ae09cc584e6272578105fea.png

 

Any idea what that's about?

Link to comment
Share on other sites

Link to post
Share on other sites

  • 1 year later...
On 7/12/2020 at 5:56 PM, Nayr438 said:

sudo gedit /etc/X11/xorg.conf.d/20-amdgpu.conf

Section "Device"
	Identifier "AMD"
	Driver "amdgpu"
	Option "VariableRefresh" "true"
EndSection

save and reboot

 

https://wiki.archlinux.org/index.php/AMDGPU#Xorg_configuration

 

if /etc/X11/xorg.conf.d/ doesnt exist then do sudo mkdir /etc/X11/xorg.conf.d/

Thanks mate, works perfectly

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×