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 or try add vc++ 2015-19 x86x64
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....
3 JOYSTICKS ( solution for Thrustmaster Trudder pedals maj kernel -47 )
if you have joystick+throotle+rudders, you had to resolve some problems first. for example my Trudder is badly detected by system, so wine do not recognize it. From last update adding changes to rules into lib/udev/rules.d...
Create "/etc/udev/rules.d/10-Trudder.rules" with content :
and edit : /lib/udev/rules.d/70-uaccess.rules, seek for "#joysticks" and add near:
reload your devices:
!!! thinking this could be erased with an other maj, so keep the info under your hands.!!!
reasons seems, personnal rules tag+ is not listened yet...... and default rules for joystick in lib is BAAAAAADDDDDDD.
EAC
Unfortunatly you were explused of the game because of an EAC error into de 15 minutes of games....
I9 Gen9, RTX 2070 super, 32GoRAM, installed on NVME, nvidia driver 550.
SOFTS: LUTRIS With parameters:
install with lutris script first or try add vc++ 2015-19 x86x64
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/*\"
3 JOYSTICKS ( solution for Thrustmaster Trudder pedals maj kernel -47 )
if you have joystick+throotle+rudders, you had to resolve some problems first. for example my Trudder is badly detected by system, so wine do not recognize it. From last update adding changes to rules into lib/udev/rules.d...
Create "/etc/udev/rules.d/10-Trudder.rules" with content :
Code:
SUBSYSTEM=="input", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="b679", MODE="0664", ENV{ID_CLASS}="joystick", ENV{ID_INPUT_JOYSTICK}="1"
Code:
[FONT=monospace][COLOR=#000000]SUBSYSTEM=="input", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="b679", TAG+="uaccess"[/COLOR][/FONT]
Code:
[FONT=monospace][COLOR=#000000]udevadm control --reload-rules && udevadm trigger[/COLOR][/FONT]
reasons seems, personnal rules tag+ is not listened yet...... and default rules for joystick in lib is BAAAAAADDDDDDD.
EAC
Unfortunatly you were explused of the game because of an EAC error into de 15 minutes of games....