0

I'm trying to disable Vsync on my BARTS radeon card (source game stuck at 60 fps)

I was directed to the file /usr/share/x11/xorg.conf.d/10-amdgpu.conf to add Option "SwapBuffersWait" "false" I'm finding I have no permission to edit the file? What gives?

screenshot

Any responses / wishes for luck appreciated. I have no idea what I'm doing.

anonymous2
  • 4,298
chedca
  • 1

1 Answers1

0

You will need root privileges to edit this file. Open it with sudo.

sudo nano /usr/share/x11/xorg.conf.d/10-amdgpu.conf

now you can add option

SwapBuffersWait false

Save and close the file.

Rahul
  • 1,673