Friday, May 10, 2024
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 101897  / 2 Years ago, mon, october 17, 2022, 12:37:41

I'm new to linux and I don't know how to install redshift 1.9.1, configure the color temperature and make it automatically start. I'm using Ubuntu 14.04 LTS.


More From » software-installation

 Answers
1

Finally, it works, thanks to user2832080. This is what I did:




  1. Install randr dependency.



    $ sudo apt-get install libxcb1-dev libxcb-randr0-dev libx11-dev

  2. Download redshift 1.9.1 and extract it.


  3. change to redshift 1.9.1 directory and type:



    $ ./configure --enable-randr --enable-gui --enable-ubuntu 
    --with-systemduserunitdir=$HOME/.config/systemd/user

  4. $ make


  5. $ sudo make install

  6. create redshift.conf at ~/.config, see this link.


  7. go to /usr/local/bin and run redshift-gtk.


  8. turn on autostart.


[#24671] Tuesday, October 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fulpu

Total Points: 116
Total Questions: 118
Total Answers: 104

Location: Solomon Islands
Member since Fri, Oct 8, 2021
3 Years ago
;