Last active
June 21, 2018 19:26
-
-
Save James-E-A/d961e6c721711b66dd2819dbb80624c1 to your computer and use it in GitHub Desktop.
Fix laptop blue hue on Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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