sudo vim /etc/pacman.conf
#
symbols. I was missing SigLevel
in my conf so if you are also missing just add it in the correct spot as shown.
[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
sudo pacman -Syyu
sudo pacman -S dwarffortress
gpasswd -a [user] games
.
vim .dwarffortress/data/init/init.txt
[SOUND:YES]
to [SOUND:NO]
[PRINT_MODE:2D]
to [PRINT_MODE:TEXT]
sudo pacman -S xorg-server-xvfb
Xvfb :1 -screen 0 1024x768x16 &
export DISPLAY=:1
That's it!
Now you can log in over SSH and play Dwarf Fortress in your terminal! Keep in mind you may have to export the display before each new run if you are using tmux or screen.
To run Dwarf Fortress on Arch type: dwarffortress
Happy Fort'n!