-
-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Nvidia Reflex patches. #104
Add Nvidia Reflex patches. #104
Conversation
Requires at least Nvidia 545.xx drivers. The patches are from the following pull requests: [wine](ValveSoftware/wine#200) [dxvk-nvapi](jp7677/dxvk-nvapi#147) [vkd3d-proton](HansKristian-Work/vkd3d-proton#1739) [dxvk](doitsujin/dxvk#3690) Thanks also goes to @ptr1337 for initially building and testing the patchset.
Don't forget that the Vulkan Headers for vkd3d and dxvk needs to be updated to commit |
I have added the required update to these libraries directly in protonprep-valve-staging.sh so it doesn't require any further intervention in that regard. |
i tried this build and in apex does it seem to work but not for Cyberpunk 2077 where it crashes when turning any option on with this in the console. Assertion failed: !status && "vkGetLatencyTimingsNV", file ../src-wine/dlls/winev pid 901203 != 901202, skipping destruction (fork without exec?) i have Nvidia 545.29.06 drivers and have the required vulkan extension for it. |
I can also confirm that this worked for me in that it let me enable reflex, but I still have stutters/etc.... I see the poster above has their launch options so I'll still those and see if they help. My issues might be hyprland related though (even though I have the config patch). |
for more context i forgot is i use Fedora 39 with KDE Plasma 5.27.10 on Wayland. |
Why did I get this email🤣
…---Original---
From: ***@***.***>
Date: Sat, Dec 30, 2023 12:05 PM
To: ***@***.***>;
Cc: ***@***.***>;
Subject: Re: [GloriousEggroll/proton-ge-custom] Add Nvidia Reflex patches. (PR#104)
for more context i forgot is i use Fedora 39 with KDE Plasma 5.27.10 on Wayland.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
@Weikugian because of the way github resolves references to issues and PRs, the PRs in this repo are getting associated with issues on Valve's repo. It's a github problem. |
Wow, on KDE+X11 this makes all Apex Legends stuttering go away completely! However it still has lag on:
I don't think it's because of this PR, but perhaps a useful data point for future bug reports. |
Please let me know if anyone is running Apex or similar games with this stuttering issue on any wayland desktop environment or window manager too, since I'd prefer to use wayland if it doesn't have worse performance here. |
Are Nvidia 545.xx still.required or will the vulkan dev 535.xx be suitable? |
@ryanmusante if you have them installed then can you check if they work if this command returns 2 low_latency extensions: |
@ParetoOptimalDev i do run Apex on wayland and get no stutters but i did not try it on X11 and am not able to test X11. |
Is this implemented in GE-Proton-9.2 ? I can't find the option on OW2. I'm on the latest Nvidia Drivers on Fedora 39 Gnome + Wayland. PROTON_ENABLE_NVAPI=1 %command% on Steam doesn't change a thing |
No |
Sadge wasn't it released nearly two weeks before tho ? |
The
vkd3d-proton
patch had to be rebased, nothing major though. Test build available here and heresoon(tm)Requires at least Nvidia 545.xx drivers and
PROTON_ENABLE_NVAPI=1
.The patches are from the following pull requests:
wine
dxvk-nvapi
vkd3d-proton
dxvk
Thanks also goes to @ptr1337 for initially building and testing the patchset.