Click to See Complete Forum and Search --> : Gamma


SkyNet
11-22-2000, 02:16 AM
How can you change the Gamma for Linux Mandrake 7.2? In particular the gamma for Q3A. Take into account I use a Nvidia based graphics card.

SkyNet
11-22-2000, 08:29 PM
bump

pbharris
11-22-2000, 09:22 PM
if you are using Nvidia then I assume you are using NVdriver 0.95 and you have xfree86 4.01. Older versions of the Nvidia driver don't work, anyway:
xgamma -gamma value,
where value is less than 10 and greater than 0.1

SkyNet
11-23-2000, 02:29 AM
I tried xgamma -gamma 5 however it say's bash: xgamma: command not found...

I'm typing it in as su too. Is there another way? and thx for the reply.

update: Does not work if your in X but if you drop out of X you can startx -- -gamma "value" and that will work however it's a global solution to everything including Q3A...Now to find a solution for just Q3A.

[This message has been edited by SkyNet (edited 23 November 2000).]

pbharris
11-23-2000, 12:13 PM
what version of Xfree86 are you using? xgamma should be in /usr/X11R6/bin/ , which all users have access to. I know mandrake has the option to install two versions of Xfree86.

when I play a game which needs higher gamma i set it in an xterm just prior to launching the game, then set it back. You could make a little script which does it all automatically.

SkyNet
11-23-2000, 04:27 PM
I'm using XFree86 4.0.1

I don't know how to write scripts. I'll look into it though thx.