Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
No change when trying to change gamma lavel
Oblidor Offline
Junior Member

Posts: 23
Threads: 2
Joined: Sep 2010
Reputation: 0
#3
Solved: 8 Years, 2 Months ago RE: No change when trying to change gamma lavel

(09-13-2010, 02:40 PM)Urkle Wrote: It seems as though the ATI drivers do not support gamma changes via the SDL_SetGamma call, which performs an XF86VidModeSetGamma in X11.

I see the same issue on my ATI HD 3000 card as well, but not on my Nvidia 7300.

Yes, seems gamma changes are not possible in game. I solved the problem by a small script:
------
#!/bin/sh

xgamma -gamma 0.7
./Amnesia.bin64
xgamma -gamma 1.0
----

(from memory)

Running this starts amnesia with the gamma level that works best for me. This also solved the ugly shadow effects I got due to that the gamma was too high.
09-14-2010, 10:59 AM
Find


Messages In This Thread
RE: No change when trying to change gamma lavel - by Oblidor - 09-14-2010, 10:59 AM



Users browsing this thread: 1 Guest(s)