Releases: lunkums/DOOM_fixed
Releases · lunkums/DOOM_fixed
linuxdoom-1.10
Requirements
- xserver-xephyr (sudo apt-get install xserver-xephyr)
- OSS Proxy Daemon (sudo apt-get install osspd)
Instructions
- Download the
x64(64-bit) orx86(32-bit) release depending on your requirements. - Open up two terminals:
- 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). - 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-Xargument replacingXwith the resolution scale [i.e. if you chose a window resolution of 960x600, then add the-3argument after the./linuxxdoomcommand])