Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
No change when trying to change gamma lavel
Author Message
Oblidor Offline
Junior Member

Posts: 23
Joined: Sep 2010
Reputation: 0
Post: #1
No change when trying to change gamma lavel
Hi

I have tried to change the gamma level to make the grey box almost not visible. But when I change the gamma value I see no change whatsoever. This applies to Amnesia and all the Penumbria games.

I'm using the fglrx driver for Ati HD 4870 in Xorg (Ubuntu 10.04 64-bit). I also run xcalib at boot to calibrate the screen and this works. Does the xcalib prevent the the gamma change in the game? Anybody experiencing the same problems? I don't know if it is driver problem, setup problem or the games have some problems.

Any hints much appreciated.
09-13-2010 01:33 PM
Find all posts by this user Quote this message in a reply
Urkle Offline
FG - Associate

Posts: 1,101
Joined: Jul 2006
Reputation: 14
Post: #2
RE: No change when trying to change gamma lavel
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.

Developing away on one of
Mac Pro Dual 2Ghz, 7GB RAM, Snow Leopard, nVidia 8800 512MB.
Linux, 3-core AMD, 4GB RAM, Fedora 16, nVidia 450 1GB
09-13-2010 02:40 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Oblidor Offline
Junior Member

Posts: 23
Joined: Sep 2010
Reputation: 0
Post: #3
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 all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)