About this mod
tips and guia to help install Doom The Dark Ages on GPU without RT support already working and with save everything correctly.
- Permissions and credits
In the video there is a real test that has already been used, this guide
🔹 How to Install Garuda Linux on Your PCStep 1: Download Garuda Linux
- Visit the official Garuda Linux website.
- Choose the version you want to install (KDE, GNOME, XFCE, etc.).
- Download the corresponding ISO file.
- Download and install Balena Etcher or Rufus.
- Insert a USB drive of at least 8GB into your PC.
- Use the program to flash the Garuda Linux ISO onto the USB drive.
- Restart your PC and enter the BIOS (
F2
,F12
,DEL
, orESC
, depending on your model). - Set the boot priority to start from the USB drive.
- Choose "Install Garuda Linux" from the boot menu.
- Follow the installation wizard to configure language, keyboard, and disk settings.
- Once the installation is complete, restart your PC and remove the USB drive.
🔹 How to Install Steam on LinuxStep 1: Update the SystemOpen the terminal and run:
sudo apt update && sudo apt upgrade -y
This ensures your system is up to date.Step 2: Install SteamFor Debian/Ubuntu-based distributions, use:
sudo apt install steam -y
For Arch Linux (including Garuda), use:sudo pacman -S steam
For Fedora, use:sudo dnf install steam
Step 3: Configure Steam- Open Steam from the application menu or the terminal (
steam
). - Log into your account.
- Go to Settings > Steam Play and enable Proton to run Windows games.
🔹 How to Install Lutris on LinuxStep 1: Install LutrisFor Ubuntu/Debian, use:
sudo add-apt-repository ppa:lutris-team/lutrissudo apt update
sudo apt install lutris -y
For Arch Linux (including Garuda), use:sudo pacman -S lutris
For Fedora, use:sudo dnf install lutris
Step 2: Configure Lutris- Open Lutris from the application menu or the terminal (
lutris
). - Log in and add your game store (Steam, Epic, GOG).
- Install games directly through Lutris or add them manually.