Skip to content

Releases: lunkums/DOOM_fixed

linuxdoom-1.10

05 Oct 02:39
Compare
Choose a tag to compare

Requirements

  • xserver-xephyr (sudo apt-get install xserver-xephyr)
  • OSS Proxy Daemon (sudo apt-get install osspd)

Instructions

  1. Download the x64 (64-bit) or x86 (32-bit) release depending on your requirements.
  2. Open up two terminals:
  3. In the first one, run Xephyr :2 -ac -screen 320x200x8 (320x200 is the base resolution, but I recommend scaling this by at least a factor of two).
  4. In the second one, navigate to the extracted folder and run DISPLAY=:2, then run ./linuxxdoom (if you scaled up your resolution in the previous step, add the -X argument replacing X with the resolution scale [i.e. if you chose a window resolution of 960x600, then add the -3 argument after the ./linuxxdoom command])