God of War FPS fix for Linux

11 months ago
27

So, to unlock the FPS of God of War on Linux to anything higher than 40 you need to modify Grub.
1. In Ubuntu or Fedora(Fedora you will need to install gedit or open with whatever text editor you have) you can open up the terminal and type this command: sudo gedit /etc/default/grub
2. Find GRUB_CMDLINE_LINUX_DEFAULT
3. In that line are a set of " " and inside the quotations are the words "quiet splash" or something like it. Put a space after the word splash and then put split_lock_detect=off inside the quotations.
4. Click save
5. Ubuntu/Debian distros then update grub in terminal by typing: sudo update-grub
6. In Fedora type: sudo grub2-mkconfig --output=/boot/grub2/grub.cfg
7. Reboot your PC and now you'll get high FPS in God of War.

Loading comments...