Skip to content

Instantly share code, notes, and snippets.

@taeber
Created June 24, 2013 14:52
Show Gist options
  • Save taeber/5850616 to your computer and use it in GitHub Desktop.
Save taeber/5850616 to your computer and use it in GitHub Desktop.
Launch HOMM2 in separate X session
#!/bin/sh
# https://bbs.archlinux.org/viewtopic.php?id=150620
# xinit homm2.xinitrc -- :1
startx -- -depth 16 homm2.xinitrc :1
#!/bin/sh
#xrandr -s 640x480
xrandr --mode 640x480
wine "C:\Program Files\Heroes2\heroes2w.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment