0 of 0

File information

Last updated

Original upload

Created by

FakeMichau

Uploaded by

FakeMichau

Virus scan

Safe to use

Tags for this mod

About this mod

Makes "DLSS" Enabler easy to install on Linux - a mod that lets you use FSR, XeSS and FG in place of DLSS

Permissions and credits
Mirrors
Game needs to support DLSS FG and/or DLSS
If you are not on Linux, use the "DLSS" Enabler directly

Installation

Method 1
Run in the terminal
curl https://raw.githubusercontent.com/FakeMichau/fgmod/main/prepare.sh | sh --

Before running it, at least take a look at prepare.sh and fgmod.sh, piping stuff blindly into sh is not wise.

Method 2 (more manual)
  • Download the files
  • Extract the files to whatever location
  • Run in the terminal in that location
    ./prepare.sh
  • You can remove the extracted files

Installation will create a folder called fgmod in your home directory with a wrapper fgmod inside of it.

Usage
After running the script, you will be given the exact command. In case you missed it, look below.

For Steam, add this to the launch options: /home/USERNAME/fgmod/fgmod %COMMAND%
For Heroic, add this as a new wrapper: /home/USERNAME/fgmod/fgmod
Just replace USERNAME with your own.

Then while in-game, select DLSS and/or Frame Generation

Projects used:
fgmod on Github
DLSS Enabler on Nexusmods
OptiScaler on Github
dlssg-to-fsr3 on Nexusmods and Github
nvapi-dummy on Github