WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: How to make it run
by Johan Palmqvist on Thursday January 14th 2010, 16:44
Something like this should do it (run it in the background while the game is running):

#!/bin/sh

# Infinite loop
while [ 1 ]; do
# Reset gamma
xgamma -gamma 1.0
# Modify sleep time (in seconds) as needed below
sleep 2
done

[post new] [reply to this]

Page loaded in 0.00366 seconds.