Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I swapped to proton GE, and then installed the meta-git experimental drivers.
Seems to be quite a lot smoother, especially after toggling off "Upscaling" under video settings.
EDIT: Keeping FSR enabled actually improves my FPS significantly now, over 140FPS with it on highest setting
Hi Bonesdog.
Ok, so let me start by giving a list in order of what you should do.
1. Download these files from your package manager, AUR if you are on Arch
aur/ntsync-common 6.14-2 [+3 ~0.10] [Installed]
NT synchronization primitive driver - common files
aur/ntsync-dkms 6.14-2 [+3 ~0.10] [Installed]
NT synchronization primitive driver - out-of-tree module
aur/ntsync-header 6.14-2 [+3 ~0.10] [Installed]
NT synchronization primitive driver - Linux API header file
2. Download a compatible kernel, as of now, latest linux kernels supports NTSync. Although I would recommend xanmod or zen, these I have personally used.
3. Now you must enable NTSync, you can type:
sudo modprobe ntsync - in terminal
You will need to do that command every time you start up your machine, unless you set it to load on boot, check archwiki on how to do this.
4. As far as I know protonTKG doesn't provide prebuilt packages, you will need to do this manually
clone this repo: https://github.com/Frogging-Family/wine-tkg-git
enter protonTKG directory and edit proton-tgk.cfg
set values
_use_ntsync="true"
_use_esync="false"
_use_fsync="false"
4.1
_wayland_driver="false" #Set this to true if you use wayland, then to use this in steam launch options: DISPLAY="" %command%
5. Have a look at the other values you can edit and check if there is anything you would like, build it using ./proton.tkg.sh
6. It should automatically put it in your steam compatibility.d dir, and NTSync should now also be enabled, also
7. If you are using AMD, I would recommend keeping FSR enabled, when I turn it off, I get like 70FPS, however, when enabled on highest quality setting i get 140+FPS
8. These are my launch options on steam: DISPLAY="" gamemoderun %command%