Skip to content

Instantly share code, notes, and snippets.

@lukaszlach
Created November 4, 2020 22:04
Show Gist options
  • Save lukaszlach/f613994aa89f975ddc4ccbcacf176017 to your computer and use it in GitHub Desktop.
Save lukaszlach/f613994aa89f975ddc4ccbcacf176017 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
RESOLUTION=800x600x24
DISPLAY=:1
Xvfb $DISPLAY -screen 0 $RESOLUTION &
sleep 2
x11vnc -display $DISPLAY -bg -nopw -listen 0.0.0.0 -xkb
sleep 2
cd /eduke3d
exec wine eduke32.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment