Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 9131  / 1 Year ago, sun, may 14, 2023, 3:26:55

I need to change my monitor's gamma settings permanently to the value of 0.7. I've tried using xgamma for this, but the thing is I have to execute this command everytime I start my laptop. Also, the gamma settings seem to revert to their original values (1.0) if something significant happens - when I copy/delete something, when I play media from my external hard disk, etc.

I tried making a custom script which reads like:



#!/bin/bash
xgamma -gamma 0.7


Saved it as gammasettings.sh, put it up into my list of start-up applications; but it fails to work for some reason.



Changing these settings again and again is a really cumbersome. Is there a way to make these changes permanent (edit any .conf file or something)?


More From » 14.04

 Answers
2

  1. Install redshift, sudo apt-get install redshift

  2. In terminal, gnome-session-properties

  3. Add redshift -t 6500k:6500k -g .7:.7:.7 (the first 6500k is temp color for day, the second for night, - 6500k is default temp color- you can change the values) (.7 is my gamma setting)

  4. Install dconf-editor sudo apt-get install dconf-editor

  5. Open dconf-editor, org->gnome ->gnome-session and check "auto-save-session"

  6. Reboot


[#25529] Sunday, May 14, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
polcomposte

Total Points: 421
Total Questions: 92
Total Answers: 109

Location: Uzbekistan
Member since Mon, Jul 20, 2020
4 Years ago
polcomposte questions
Wed, Dec 14, 22, 02:45, 1 Year ago
Sat, Apr 9, 22, 01:36, 2 Years ago
Mon, Dec 26, 22, 01:52, 1 Year ago
Fri, May 20, 22, 12:03, 2 Years ago
;