• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: July 5th, 2023

help-circle
rss

  • VirualtoLinux@lemmy.mlRoast my aliases!
    link
    fedilink
    English
    11
    edit-2
    5 months ago

    They sorta do. Flatpak user install puts shims in ~/.local/share/flatpak/exports/bin/. You just need to add it to your path.

    I’m pretty sure flatpak system installs are at /var/lib/flatpak/exports/bin/ so you’d just add that to path.



  • VirualtoLinux Gaming@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    0
    edit-2
    8 months ago

    I had the exact same issue as you in Apex Legends, and I was able to find a workaround. Basically, nvidia reflex didn’t work with dx11 (DXVK) at all, but forcing the game into dx12 (VKD3D) mode worked without issue.

    To enable, you just need to set this in your launch options.

    %command% -anticheat_settings=SettingsDX12.json

    Also, you may need to set the nvapi environmental variable, but I’m pretty sure nvapi is already enabled in proton for Apex Legends.

    I recommend using proton experimental as it uses an up-to-date version of dxvk-nvapi