Displaying 1 result from an estimated 1 matches for "winerun".
Did you mean:
kierun
2006 Jul 08
0
[tip] running games on a dedicated display
...avoid manually switching my main resolution back and forth
- to avoid problems where quitting a games leaves my desktop in the
wrong resolution
The idea is as follows. Each game has its own script (war3.sh,
starcraft.sh, etc), in which parameters to run the game are defined.
The game script calls winerun.sh, responsible of starting a new display
with the desired res and bpp and running the game. Common resolutions
and depths are defined in advance in /etc/X11/xorg.conf.
Here's what my war3.sh script looks like:
[snip]
#!/bin/sh
# Game parameters.
PROGRAM="c:/Program Files/Warcraft III/w...