Skip to content

Instantly share code, notes, and snippets.

@JamesTheAwesomeDude
Last active June 21, 2018 19:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JamesTheAwesomeDude/d961e6c721711b66dd2819dbb80624c1 to your computer and use it in GitHub Desktop.
Save JamesTheAwesomeDude/d961e6c721711b66dd2819dbb80624c1 to your computer and use it in GitHub Desktop.
Fix laptop blue hue on Linux
# /etc/X11/xorg.conf.d/10-LVDS-gamma.conf
# Works on Debian and Ubuntu for at least the last 5 years
Section "Monitor"
Identifier "LVDS"
# Identifier "eDP-1"
Gamma 1.15 0.8 0.78 #tune to taste or accuracy
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment