Scamiran wrote: Sat Mar 12, 2022 12:49 am
There's a pretty easy fix to the darkness issue.
Use this as your start-up command line:
xgamma -gamma 1.5 && %command% && xgamma -gamma 1.0
What a great idea.
I found that for some reason that doesn't work on my system, but it inspired me that this is the way forward so anyway, using xrandr works for me just run the commands before and after the game. Or for steam something like
xrandr --output eDP-1-1 --gamma 1.5:1.5:1.5 && %command% &&xrandr --output eDP-1-1 --gamma 1.0:1.0:1.0
just use xrandr to find out your display (mine here is eDP-1-1) and replace it with yours.
Thanks Scamiran, that pretty much fixes things, as far as the darkness goes
