Skip to content

Instantly share code, notes, and snippets.

View JamesTheAwesomeDude's full-sized avatar

James E. A. JamesTheAwesomeDude

View GitHub Profile
@JamesTheAwesomeDude
JamesTheAwesomeDude / 10-LVDS-gamma.conf
Last active June 21, 2018 19:26
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