Config tested on 09/10/24:
I9 Gen9, RTX 2070 super, 32GoRAM, installed on NVME, nvidia driver 550.
SOFTS: LUTRIS With parameters:
install with lutris script first
executor options:
- wine ge-9-15-x86_64
- DXVK : dxvk-gplasync-V2.4.1-1
- VKD3D : vk3d-proton-v1.1
- D3D extra v2
- DXVK-NVAPI /DLSS v0.7.1
- E-Sync OFF
-Dll subsitution : ( amd_ags_x64 :builtin / libglesv2:builtin/powershell.exe:disabled )
System options:
- Prefer system libraries
- if multiscreen choose your master screen.
- Dedicated Graphical card :Nvidia Proprietary Geforce RTX xxxXXXxxxXXXxxxx
Game execution Env Vars : ( DXVK_HUD:0 / EOS_USE_ANTICHEATCLIENTNULL:1/__GL_SHADER_DISK_CACHE:1/__GL_SHADER_DISK_CACHE_SIZE:1073741824/dual_color_blend_by_location:true)
Add a prelaunch script ( awaiting execution of script)
* may evolve....
JOYSTICKS
if you have joystick+throotle+rudders, you had to resolve SDL problems first. for exemple my Trudder is badly detected by system, so wine do not recognize it. From last update adding rules into /etc/udev/rules.d (or lib/udev/rules.d) as : "60-Thrustmaster-trudder.rules" with content as:
actually do not work more for me...
I9 Gen9, RTX 2070 super, 32GoRAM, installed on NVME, nvidia driver 550.
SOFTS: LUTRIS With parameters:
install with lutris script first
executor options:
- wine ge-9-15-x86_64
- DXVK : dxvk-gplasync-V2.4.1-1
- VKD3D : vk3d-proton-v1.1
- D3D extra v2
- DXVK-NVAPI /DLSS v0.7.1
- E-Sync OFF
-Dll subsitution : ( amd_ags_x64 :builtin / libglesv2:builtin/powershell.exe:disabled )
System options:
- Prefer system libraries
- if multiscreen choose your master screen.
- Dedicated Graphical card :Nvidia Proprietary Geforce RTX xxxXXXxxxXXXxxxx
Game execution Env Vars : ( DXVK_HUD:0 / EOS_USE_ANTICHEATCLIENTNULL:1/__GL_SHADER_DISK_CACHE:1/__GL_SHADER_DISK_CACHE_SIZE:1073741824/dual_color_blend_by_location:true)
Add a prelaunch script ( awaiting execution of script)
Code:
#!/bin/sh if [ -d \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\" ]; then rm -rf \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\"; fi rm -rf \"$WINEPREFIX/drive_c/users/$USER/Temp/*\" rm -rf \"$WINEPREFIX/GLCache/*\"
JOYSTICKS
if you have joystick+throotle+rudders, you had to resolve SDL problems first. for exemple my Trudder is badly detected by system, so wine do not recognize it. From last update adding rules into /etc/udev/rules.d (or lib/udev/rules.d) as : "60-Thrustmaster-trudder.rules" with content as:
Code:
SUBSYSTEM=="input*", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="b679", MODE="0664", TAG+="uaccess", ENV{ID_CLASS}="joystick", ENV{ID_INPUT_JOYSTICK}="1"