Created
June 24, 2013 14:52
-
-
Save taeber/5850616 to your computer and use it in GitHub Desktop.
Launch HOMM2 in separate X session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# https://bbs.archlinux.org/viewtopic.php?id=150620 | |
# xinit homm2.xinitrc -- :1 | |
startx -- -depth 16 homm2.xinitrc :1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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