[quake2] Troubles with loki installer version of 0.16

Paul subsolar at subsolar.org
Sun Jan 23 08:07:07 EST 2005


On Sun, 2005-01-23 at 09:50 +0000, Nick Warne wrote:
> Hi Paul,
> 
> On Sunday 23 January 2005 05:14, Paul wrote:
> > > Now if I could get it so the screen was not so dark that would be icing.
> >
> > I found a work-aound I'm using a shell script to use xgamma to change
> > the gamma and switch it back after I exit out of the game.
> 
> That's interesting.  I have a GeForce4 here with nVidia module, and have to 
> use the KDE Monitor applet->Gamma sliders before I start Quake2 to get the 
> level right.
> 
> Can you show the script you use to do this automagically?

#!/bin/sh
xgamma -gamma 1.5
/usr/local/bin/quake2
xgamma -gamma 1
exit 0

I actually got it from the GLquake page.

Regards,
Paul





More information about the quake2 mailing list