f.lux

    f.lux forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Installing f.lux on Ubuntu via Terminal

    Linux
    7
    7
    51517
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Fredo_p
      Fredo_p last edited by

      Just wanted to comment that the FAQ, at the very bottom, has an archived link on how to install f.lux on Ubuntu. However, you need to make sure that you are using the right file type and bit version. I've included it so you can just copy/paste it into the terminal. Maybe this could be added into the FAQ vs using an old/archived link that doesn't cover all the links available for Linux users?

      64-bit version with multiple monitor

      wget -c https://justgetflux.com/linux/xflux64.tgz
      $tar -xvzf xflux64.tgz
      $rm -rf xflux64.tgz
      $sudo cp xflux /usr/bin/
      $sudo chmod 755 /usr/bin/xflux

      32-bit build with support for multiple monitors

      wget -c https://justgetflux.com/linux/xflux-pre.tgz
      $tar -xvzf xflux-pre.tgz
      $rm -rf xflux-pre.tgz
      $sudo cp xflux /usr/bin/
      $sudo chmod 755 /usr/bin/xflux

      1 Reply Last reply Reply Quote 1
      • Dimitrie Strătilă
        Dimitrie Strătilă last edited by

        doesn't work, no response at all on Kubuntu 14.04.4, 64-bit

        M 1 Reply Last reply Reply Quote 0
        • M
          murrayzz1 last edited by murrayzz1

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • M
            murrayzz1 @Dimitrie Strătilă last edited by murrayzz1

            @Dimitrie-Strătilă

            These instructions install it on your machine. To run xflux, do the following:

            Run flux with xflux command, you can also add it to your start up, But first you have to define your zipcode or latitude.Example :

            $xflux -l 33.55, -g 44.55

            To find your latitude and longitude, go to http://www.mapcoordinates.net/

            Or you can define zipcode -z instead of -l -g

            Now add it to your startup :

            System > Preferences > Sessions (or click the "System" icon and type "startup apps")

            Name : Xflux
            Command : xflux -l 33.55 -g 44.55 (DO NOT FORGET TO CHANGE the latitude or Zip!)
            Comment : F.lux , Better lighting For Your Computer

            Y 1 Reply Last reply Reply Quote 1
            • Y
              yodok @murrayzz1 last edited by

              Yes, it's works, but be careful to remove the $ if you copy the line

              1 Reply Last reply Reply Quote 0
              • F
                forastero last edited by forastero

                Running 64 bit Mint 18. Install worked just fine. The instruction to run xflux was fine. Just one point, if you live in the western hemisphere don''t forget to put a - in front of your longitude. For example, -95.55 instead of 95.55. When I put in 95.55 it told me it was night and the screen dimmed down. At least I knew it worked. I imagine the same holds true for those in the southern hemisphere.

                Look forward to playing with this tool.

                1 Reply Last reply Reply Quote 0
                • J
                  Juergen57 last edited by

                  Have installed the application on my desktop, but whenever I start it with

                  $xflux -l 37.xx -g -2.xx

                  my desktop changes into an art studio and I can't read it anymore, quite colorful.

                  Not compatible with Lubuntu 18.04? What is going wrong?

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post
                  Copyright © 2014 NodeBB Forums | Contributors