
cgkades
Published
DXVK_FILTER_DEVICE_NAME="NVIDIA GeForce RTX 4060 Ti" %command% --launcher-skip -skipStartScreen
TURN OFF RAY TRACING!! The game runs just fine as soon as you turn this off!
Proton seems to get confused about my graphics card, so I have to specify which one to use.
The game is extreemly slow unless (as mentioned below) you turn off split lock mitigation. I only do the temp change on my system, but I'll put both a temporary change and the perminant change in here. Temporary change:
sudo sysctl -w kernel.split_lock_mitigate=0
Perminant chang if you don't have a /etc/sysctl.d/
directory, put it at the end of /etc/sysctl.conf
:
echo kernel.split_lock_mitigate=0 | sudo tee /etc/sysctl.d/10-farcry6-settings.conf
sudo sysctl -p
5-20 fps
I'm not 100% sure of all functionality as I was excited to finally get it to run after a week of trying.
DXVK_FILTER_DEVICE_NAME="NVIDIA GeForce RTX 4060 Ti" %command%
I could not get this to work until I combined a few tricks. You'll probably have to use the sysctl settings others mentioned, but my system was already set up.
I had to switch to 9.0 Beta and then also enter my graphics card manually.
To find the correct card: vulcaninfo | grep -i so for mine i did: vulcaninfo | grep -i nvidia --- snip --- GPU id = 0 (NVIDIA GeForce RTX 4060 Ti) --- /snip ---
so i would put the following into launch options. DXVK_FILTER_DEVICE_NAME="NVIDIA GeForce RTX 4060 Ti" %command%
You have to turn off split_lock_mitigate in order to get this to play smooth.
sudo sysctl -w kernel.split_lock_mitigate=0