How do I kill redshift?Can't disable redshiftRedshift permission error...

Precision notation for voltmeters

Does an unused member variable take up memory?

Can I negotiate a patent idea for a raise, under French law?

How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?

Is "cogitate" used appropriately in "I cogitate that success relies on hard work"?

Short story about an infectious indestructible metal bar?

How to make sure I'm assertive enough in contact with subordinates?

How to install "rounded" brake pads

A vote on the Brexit backstop

How to educate team mate to take screenshots for bugs with out unwanted stuff

Too soon for a plot twist?

Generating a list with duplicate entries

What can I do if someone tampers with my SSH public key?

I've given my players a lot of magic items. Is it reasonable for me to give them harder encounters?

Averaging over columns while ignoring zero entries

ESPP--any reason not to go all in?

I am the person who abides by rules but breaks the rules . Who am I

How can I portion out frozen cookie dough?

Should I apply for my boss's promotion?

Why does this boat have a landing pad? (SpaceX's GO Searcher) Any plans for propulsive capsule landings?

Does the US political system, in principle, allow for a no-party system?

Professor forcing me to attend a conference, I can't afford even with 50% funding

Who has more? Ireland or Iceland?

What exactly is the meaning of "fine wine"?



How do I kill redshift?


Can't disable redshiftRedshift permission error “GDBus.Error:org.freedesktop.DBus.Error.AccessDenied”How to disable an “always there” program if it isn't in the processes list?Unable to kill process with 'kill -9' whose PPID=1 and using 100% of CPU?How to get rid of Transmission zombie process?What is the difference between using System Monitor and Terminal to kill a process?Killing processes from Javajava process hogs both cpu and net speedRedshift beahaving weirdly. Help?how to kill process if we are not able to kill using normal kill pid commandHigh CPU load on server with no processes runningHow to disable redshift for specific applications?













1















I have installed redshift using apt-get.



I started it up in a terminal window, and then accidentally killed the terminal. Redshift did not stop running itself. My screen is most certainly still under the influence of redshift.



I open Linux Mint system monitor, and I could not find anything that I thought was redshift. Certainly not anything named redshift.



So how do I go about killing redshift?










share|improve this question























  • Do ps -A | grep redshift to see if it is still running. If yes than you also get the Process ID (the first number) than do sudo kill -9 <Process ID>. There are certainly faster and beautiful one-liners to kill a process by name ;) but this should do it also

    – derHugo
    Oct 4 '17 at 5:00













  • the process name must not be redshift, because the grep did not return anything. But redshift is most certainly still running.

    – ScottF
    Oct 4 '17 at 21:16
















1















I have installed redshift using apt-get.



I started it up in a terminal window, and then accidentally killed the terminal. Redshift did not stop running itself. My screen is most certainly still under the influence of redshift.



I open Linux Mint system monitor, and I could not find anything that I thought was redshift. Certainly not anything named redshift.



So how do I go about killing redshift?










share|improve this question























  • Do ps -A | grep redshift to see if it is still running. If yes than you also get the Process ID (the first number) than do sudo kill -9 <Process ID>. There are certainly faster and beautiful one-liners to kill a process by name ;) but this should do it also

    – derHugo
    Oct 4 '17 at 5:00













  • the process name must not be redshift, because the grep did not return anything. But redshift is most certainly still running.

    – ScottF
    Oct 4 '17 at 21:16














1












1








1








I have installed redshift using apt-get.



I started it up in a terminal window, and then accidentally killed the terminal. Redshift did not stop running itself. My screen is most certainly still under the influence of redshift.



I open Linux Mint system monitor, and I could not find anything that I thought was redshift. Certainly not anything named redshift.



So how do I go about killing redshift?










share|improve this question














I have installed redshift using apt-get.



I started it up in a terminal window, and then accidentally killed the terminal. Redshift did not stop running itself. My screen is most certainly still under the influence of redshift.



I open Linux Mint system monitor, and I could not find anything that I thought was redshift. Certainly not anything named redshift.



So how do I go about killing redshift?







process kill system-monitor redshift






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Oct 4 '17 at 4:55









ScottFScottF

2611317




2611317













  • Do ps -A | grep redshift to see if it is still running. If yes than you also get the Process ID (the first number) than do sudo kill -9 <Process ID>. There are certainly faster and beautiful one-liners to kill a process by name ;) but this should do it also

    – derHugo
    Oct 4 '17 at 5:00













  • the process name must not be redshift, because the grep did not return anything. But redshift is most certainly still running.

    – ScottF
    Oct 4 '17 at 21:16



















  • Do ps -A | grep redshift to see if it is still running. If yes than you also get the Process ID (the first number) than do sudo kill -9 <Process ID>. There are certainly faster and beautiful one-liners to kill a process by name ;) but this should do it also

    – derHugo
    Oct 4 '17 at 5:00













  • the process name must not be redshift, because the grep did not return anything. But redshift is most certainly still running.

    – ScottF
    Oct 4 '17 at 21:16

















Do ps -A | grep redshift to see if it is still running. If yes than you also get the Process ID (the first number) than do sudo kill -9 <Process ID>. There are certainly faster and beautiful one-liners to kill a process by name ;) but this should do it also

– derHugo
Oct 4 '17 at 5:00







Do ps -A | grep redshift to see if it is still running. If yes than you also get the Process ID (the first number) than do sudo kill -9 <Process ID>. There are certainly faster and beautiful one-liners to kill a process by name ;) but this should do it also

– derHugo
Oct 4 '17 at 5:00















the process name must not be redshift, because the grep did not return anything. But redshift is most certainly still running.

– ScottF
Oct 4 '17 at 21:16





the process name must not be redshift, because the grep did not return anything. But redshift is most certainly still running.

– ScottF
Oct 4 '17 at 21:16










2 Answers
2






active

oldest

votes


















4














I found the clue in this answer.



Seems that redshift is not running anymore since you killed the terminal BUT the last screen settings keep being there constantly.



So you have to reset your screen manually. I'm citing:




You have two options:



Try to set the colour temperature of your screen back, manually, to
6500 (via the button menu that most screens have)



or



Reinstall Redshift; don't run the interface, but set the temperature
from command line:



redshift -O 6500 


Then uninstall redshift again.



Either one of these options should work.




So in your case if you want to keep redshift anyway you don't have to reinstall and uninstall it. Just use the command



redshift -O 6500


to reset the display color.






share|improve this answer
























  • This is correct. Because yesterday I noticed I WAS able to find the redshift process while the terminal was open.

    – ScottF
    Oct 5 '17 at 14:46



















0














Just Type



redshift -x 


it get your Screen Color to Normal



I am Also Searching for this





share








New contributor




shodkk com is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f961815%2fhow-do-i-kill-redshift%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    4














    I found the clue in this answer.



    Seems that redshift is not running anymore since you killed the terminal BUT the last screen settings keep being there constantly.



    So you have to reset your screen manually. I'm citing:




    You have two options:



    Try to set the colour temperature of your screen back, manually, to
    6500 (via the button menu that most screens have)



    or



    Reinstall Redshift; don't run the interface, but set the temperature
    from command line:



    redshift -O 6500 


    Then uninstall redshift again.



    Either one of these options should work.




    So in your case if you want to keep redshift anyway you don't have to reinstall and uninstall it. Just use the command



    redshift -O 6500


    to reset the display color.






    share|improve this answer
























    • This is correct. Because yesterday I noticed I WAS able to find the redshift process while the terminal was open.

      – ScottF
      Oct 5 '17 at 14:46
















    4














    I found the clue in this answer.



    Seems that redshift is not running anymore since you killed the terminal BUT the last screen settings keep being there constantly.



    So you have to reset your screen manually. I'm citing:




    You have two options:



    Try to set the colour temperature of your screen back, manually, to
    6500 (via the button menu that most screens have)



    or



    Reinstall Redshift; don't run the interface, but set the temperature
    from command line:



    redshift -O 6500 


    Then uninstall redshift again.



    Either one of these options should work.




    So in your case if you want to keep redshift anyway you don't have to reinstall and uninstall it. Just use the command



    redshift -O 6500


    to reset the display color.






    share|improve this answer
























    • This is correct. Because yesterday I noticed I WAS able to find the redshift process while the terminal was open.

      – ScottF
      Oct 5 '17 at 14:46














    4












    4








    4







    I found the clue in this answer.



    Seems that redshift is not running anymore since you killed the terminal BUT the last screen settings keep being there constantly.



    So you have to reset your screen manually. I'm citing:




    You have two options:



    Try to set the colour temperature of your screen back, manually, to
    6500 (via the button menu that most screens have)



    or



    Reinstall Redshift; don't run the interface, but set the temperature
    from command line:



    redshift -O 6500 


    Then uninstall redshift again.



    Either one of these options should work.




    So in your case if you want to keep redshift anyway you don't have to reinstall and uninstall it. Just use the command



    redshift -O 6500


    to reset the display color.






    share|improve this answer













    I found the clue in this answer.



    Seems that redshift is not running anymore since you killed the terminal BUT the last screen settings keep being there constantly.



    So you have to reset your screen manually. I'm citing:




    You have two options:



    Try to set the colour temperature of your screen back, manually, to
    6500 (via the button menu that most screens have)



    or



    Reinstall Redshift; don't run the interface, but set the temperature
    from command line:



    redshift -O 6500 


    Then uninstall redshift again.



    Either one of these options should work.




    So in your case if you want to keep redshift anyway you don't have to reinstall and uninstall it. Just use the command



    redshift -O 6500


    to reset the display color.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Oct 5 '17 at 6:06









    derHugoderHugo

    2,31521531




    2,31521531













    • This is correct. Because yesterday I noticed I WAS able to find the redshift process while the terminal was open.

      – ScottF
      Oct 5 '17 at 14:46



















    • This is correct. Because yesterday I noticed I WAS able to find the redshift process while the terminal was open.

      – ScottF
      Oct 5 '17 at 14:46

















    This is correct. Because yesterday I noticed I WAS able to find the redshift process while the terminal was open.

    – ScottF
    Oct 5 '17 at 14:46





    This is correct. Because yesterday I noticed I WAS able to find the redshift process while the terminal was open.

    – ScottF
    Oct 5 '17 at 14:46













    0














    Just Type



    redshift -x 


    it get your Screen Color to Normal



    I am Also Searching for this





    share








    New contributor




    shodkk com is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.

























      0














      Just Type



      redshift -x 


      it get your Screen Color to Normal



      I am Also Searching for this





      share








      New contributor




      shodkk com is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.























        0












        0








        0







        Just Type



        redshift -x 


        it get your Screen Color to Normal



        I am Also Searching for this





        share








        New contributor




        shodkk com is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.










        Just Type



        redshift -x 


        it get your Screen Color to Normal



        I am Also Searching for this






        share








        New contributor




        shodkk com is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.








        share


        share






        New contributor




        shodkk com is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 5 mins ago









        shodkk comshodkk com

        1




        1




        New contributor




        shodkk com is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        shodkk com is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        shodkk com is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f961815%2fhow-do-i-kill-redshift%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

            Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

            Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...