protonscr

GTAV low fps

dxvkclosed
doitsujin/dxvk#1187 · opened 2019-09-07 by mrdev023 · updated 2019-09-07 · 9 comments · github
Mmrdev023 2019-09-07 github

I'm turn around 20-30fps with any settings (low, high).

Important: When reporting an issue with a specific game or application, such as crashes or rendering issues, please include log files and a D3D11 Apitrace (see https://github.com/apitrace/apitrace) so that the issue can be reproduced. In order to create a trace, run wine apitrace.exe trace -a dxgi YOURGAME.exe. DO NOT use DXVK together with apitrace!

Software information

GTAV (Low or High settings)

System information

  • GPU: RTX 2080ti
  • Driver: NVIDIA 430.40
  • Wine version: lutris-4.13-x86_64
  • DXVK version: 1.3.3

Apitrace file(s)

Log files

?ghost 2019-09-07 github

What DE are you using?
CPU model?
Are you using FSYNC or ESYNC?
Are you using borderless window or full screen?
Try to kill GTAVLauncher.ex process, it eats CPU while you are playing the game and is not necessary to be running at all.

Ddoitsujin maintainer 2019-09-07 github

Please try with Proton instead of your Lutris setup. While this game isn't known to run particularly well on DXVK, if you get 20 FPS it's probably an issue on your end (or just an underpowered CPU).

Mmrdev023 2019-09-07 github

I have a AMD THREADTRIPPER 2990WX CPU
KDE Plasma
Manjaro
Yes i use ESYNC
With PROTON i have same problem

Mmrdev023 2019-09-07 github

I have this only with GTAV on any other Game i have a very good performance

Ddoitsujin maintainer 2019-09-07 github

That sounds like a case of having too many cores then. It's a known issue that (especially the 32-core) Threadripper CPUs don't work well in some games. Please try disabling all but eight cores before running the game.

Mmrdev023 2019-09-07 github

How ?

With that

for x in /sys/devices/system/cpu/cpu[9-63]*/online; do
echo 0 >"$x"
done

Ddoitsujin maintainer 2019-09-07 github

You'll probably want to disable 16-63, not 9-63, but yes, that's how it works (as root).

Note that some people seem to have issues doing this on some kernels.

Mmrdev023 2019-09-07 github

It resolve my issue but why it doesn't work with a lot of CPU because on windows it work perfectly

Ddoitsujin maintainer 2019-09-07 github

Don't know, but that's either a wine issue or a kernel issue, not something I can fix inside DXVK.

Nothing extracted yet.