Nukem9 / dlssg-to-fsr3

Adds AMD FSR 3 Frame Generation to games by replacing Nvidia DLSS-G Frame Generation (nvngx_dlssg).
GNU General Public License v3.0
4.36k stars 163 forks source link

3DMark DLSS3 Benchmark #121

Open jojodunet opened 11 months ago

jojodunet commented 11 months ago

It would be great to be able to test the mod in 3DMark.

I've tried installing the mod in different locations within the 3DMark folders and renaming files, but without success.

Would anyone know how to investigate and unlock DLSS3 and FG options in 3DMark? (with DLSS3 and the ability to choose between FG or no FG for testing and comparison).

Asus RTX 3090 graphics card AMD 5950X CPU / 32GB RAM Windows 11 Home

Before DLSS3 4K Quality NA (DLSS3 locked)

Weather-OS commented 11 months ago

You might get away with using DXVK and these configs inside dxvk.conf:

dxgi.customDeviceId = 2684 #NVIDIA GeForce RTX 4090
dxgi.customVendorId = 10DE #NVIDIA Corporation

This of coarse is provided that the application relies on DXGI's DeviceId and VendorId to check what GPU You have. It may not work

jojodunet commented 11 months ago

@Weather-OS, I truly appreciate your suggestion, but I cannot find any *.conf files in the 3DMark directory and subdirectories.

Perhaps @Nukem9 can hear us and share the approach to follow 🙏

Weather-OS commented 11 months ago

I never said there were any conf files inside 3DMark’s installation. You’ll need to install DXVK manually and then add the conf file with those options yourself.