I have to restart lightdm after runhibernate after timeout in lightdmXubuntu LightDM shows blank screen half...

All ASCII characters with a given bit count

How much of a wave function must reside inside event horizon for it to be consumed by the black hole?

Who's the random kid standing in the gathering at the end?

std::unique_ptr of base class holding reference of derived class does not show warning in gcc compiler while naked pointer shows it. Why?

Find the identical rows in a matrix

What is purpose of DB Browser(dbbrowser.aspx) under admin tool?

What to do with someone that cheated their way through university and a PhD program?

How do I check if a string is entirely made of the same substring?

My bank got bought out, am I now going to have to start filing tax returns in a different state?

Von Neumann Extractor - Which bit is retained?

Why is the underscore command _ useful?

Co-worker works way more than he should

Check if a string is entirely made of the same substring

Why must Chinese maps be obfuscated?

What is this word supposed to be?

Could moose/elk survive in the Amazon forest?

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

Why do distances seem to matter in the Foundation world?

"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"

Should the Product Owner dictate what info the UI needs to display?

What is the unit of time_lock_delta in LND?

Would the change in enthalpy (ΔH) for the dissolution of urea in water be positive or negative?

Why did Rep. Omar conclude her criticism of US troops with the phrase "NotTodaySatan"?

How to have a sharp product image?



I have to restart lightdm after run


hibernate after timeout in lightdmXubuntu LightDM shows blank screen half the timeNeed restart lightdm at every startup - console login screenCannot boot normally, without restarting lightdm (or gdm)Must manually restart lightdm to have it appearHow to restore xfce4 after “accidentally” running “sudo startxfce4”?LightDm starting with black screen, but works fine after switchingneither gdm3 nor lightdm nor startx workCannot install anything via terminal after accidentally delete Lightdm because of login loopUbuntu flashes with a black screen without getting logged in






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







4















After starting the system, i've a black screen (without any screen backlight), then i have to switch to tty6 (ctrl+alt+f6), login and restart the lightdm:



sudo service lightdm restart


I'm using xfce.










share|improve this question























  • Can you please add to you r question what version of xubuntu you are using?

    – MadMike
    Oct 26 '13 at 14:14











  • possible duplicate of How can I restart x-server from the command line?

    – rds
    Nov 6 '13 at 19:50


















4















After starting the system, i've a black screen (without any screen backlight), then i have to switch to tty6 (ctrl+alt+f6), login and restart the lightdm:



sudo service lightdm restart


I'm using xfce.










share|improve this question























  • Can you please add to you r question what version of xubuntu you are using?

    – MadMike
    Oct 26 '13 at 14:14











  • possible duplicate of How can I restart x-server from the command line?

    – rds
    Nov 6 '13 at 19:50














4












4








4


5






After starting the system, i've a black screen (without any screen backlight), then i have to switch to tty6 (ctrl+alt+f6), login and restart the lightdm:



sudo service lightdm restart


I'm using xfce.










share|improve this question














After starting the system, i've a black screen (without any screen backlight), then i have to switch to tty6 (ctrl+alt+f6), login and restart the lightdm:



sudo service lightdm restart


I'm using xfce.







xubuntu lightdm






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Oct 25 '13 at 16:48









ZalazdiZalazdi

23113




23113













  • Can you please add to you r question what version of xubuntu you are using?

    – MadMike
    Oct 26 '13 at 14:14











  • possible duplicate of How can I restart x-server from the command line?

    – rds
    Nov 6 '13 at 19:50



















  • Can you please add to you r question what version of xubuntu you are using?

    – MadMike
    Oct 26 '13 at 14:14











  • possible duplicate of How can I restart x-server from the command line?

    – rds
    Nov 6 '13 at 19:50

















Can you please add to you r question what version of xubuntu you are using?

– MadMike
Oct 26 '13 at 14:14





Can you please add to you r question what version of xubuntu you are using?

– MadMike
Oct 26 '13 at 14:14













possible duplicate of How can I restart x-server from the command line?

– rds
Nov 6 '13 at 19:50





possible duplicate of How can I restart x-server from the command line?

– rds
Nov 6 '13 at 19:50










2 Answers
2






active

oldest

votes


















4














1st Way to solve your issue:



Try to reconfigure lightdm (if it doesn't solve your issue then go for Alternate way mentioned below.)





  • Open terminal(CTRL+ALT+T) and execute following command:



    sudo dpkg-reconfigre lightdm


  • Then chose lightdm from the list. As shown below:



lighdm
(source: akamaihd.net)





  • Restart your system:



    sudo reboot now



It should fix your issue.



an alternate way, which would solve your issue. Give it a try.



Installing a new display manager can fix your problem. Steps to install GDM(a display manager much like lightdm):





  • Open terminal(CTRL+ALT+T) and execute following commands:



    sudo apt-get install gdm
    sudo dpkg-reconfigure lightdm


    then chose gdm from the list:




gdm
(source: akamaihd.net)



    sudo reboot




  • If it's still not fixed, try removing lightdm after installing gdm:



    sudo apt-get remove --purge lightdm
    sudo reboot



Reply if something goes wrong..






share|improve this answer


























  • After purge remove lightdm, i'd to change xfce theme back to graybird, but it's works. Thanks.

    – Zalazdi
    Oct 25 '13 at 18:12



















-1














If you are booting windows with ubuntu i have same problem then i tried everything referred from sites.finally nothing is worked for me.
so one thing is worked for me.




  1. do not choose the default ubuntu os.

  2. click on advanced option for ubuntu

  3. choose the os option like "Ubuntu 16.04 .....(Systemed)"


this will boot your ubuntu os normally. and it works for me also it saves your time to everytime restart lightdm service.






share|improve this answer
























    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%2f365719%2fi-have-to-restart-lightdm-after-run%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














    1st Way to solve your issue:



    Try to reconfigure lightdm (if it doesn't solve your issue then go for Alternate way mentioned below.)





    • Open terminal(CTRL+ALT+T) and execute following command:



      sudo dpkg-reconfigre lightdm


    • Then chose lightdm from the list. As shown below:



    lighdm
    (source: akamaihd.net)





    • Restart your system:



      sudo reboot now



    It should fix your issue.



    an alternate way, which would solve your issue. Give it a try.



    Installing a new display manager can fix your problem. Steps to install GDM(a display manager much like lightdm):





    • Open terminal(CTRL+ALT+T) and execute following commands:



      sudo apt-get install gdm
      sudo dpkg-reconfigure lightdm


      then chose gdm from the list:




    gdm
    (source: akamaihd.net)



        sudo reboot




    • If it's still not fixed, try removing lightdm after installing gdm:



      sudo apt-get remove --purge lightdm
      sudo reboot



    Reply if something goes wrong..






    share|improve this answer


























    • After purge remove lightdm, i'd to change xfce theme back to graybird, but it's works. Thanks.

      – Zalazdi
      Oct 25 '13 at 18:12
















    4














    1st Way to solve your issue:



    Try to reconfigure lightdm (if it doesn't solve your issue then go for Alternate way mentioned below.)





    • Open terminal(CTRL+ALT+T) and execute following command:



      sudo dpkg-reconfigre lightdm


    • Then chose lightdm from the list. As shown below:



    lighdm
    (source: akamaihd.net)





    • Restart your system:



      sudo reboot now



    It should fix your issue.



    an alternate way, which would solve your issue. Give it a try.



    Installing a new display manager can fix your problem. Steps to install GDM(a display manager much like lightdm):





    • Open terminal(CTRL+ALT+T) and execute following commands:



      sudo apt-get install gdm
      sudo dpkg-reconfigure lightdm


      then chose gdm from the list:




    gdm
    (source: akamaihd.net)



        sudo reboot




    • If it's still not fixed, try removing lightdm after installing gdm:



      sudo apt-get remove --purge lightdm
      sudo reboot



    Reply if something goes wrong..






    share|improve this answer


























    • After purge remove lightdm, i'd to change xfce theme back to graybird, but it's works. Thanks.

      – Zalazdi
      Oct 25 '13 at 18:12














    4












    4








    4







    1st Way to solve your issue:



    Try to reconfigure lightdm (if it doesn't solve your issue then go for Alternate way mentioned below.)





    • Open terminal(CTRL+ALT+T) and execute following command:



      sudo dpkg-reconfigre lightdm


    • Then chose lightdm from the list. As shown below:



    lighdm
    (source: akamaihd.net)





    • Restart your system:



      sudo reboot now



    It should fix your issue.



    an alternate way, which would solve your issue. Give it a try.



    Installing a new display manager can fix your problem. Steps to install GDM(a display manager much like lightdm):





    • Open terminal(CTRL+ALT+T) and execute following commands:



      sudo apt-get install gdm
      sudo dpkg-reconfigure lightdm


      then chose gdm from the list:




    gdm
    (source: akamaihd.net)



        sudo reboot




    • If it's still not fixed, try removing lightdm after installing gdm:



      sudo apt-get remove --purge lightdm
      sudo reboot



    Reply if something goes wrong..






    share|improve this answer















    1st Way to solve your issue:



    Try to reconfigure lightdm (if it doesn't solve your issue then go for Alternate way mentioned below.)





    • Open terminal(CTRL+ALT+T) and execute following command:



      sudo dpkg-reconfigre lightdm


    • Then chose lightdm from the list. As shown below:



    lighdm
    (source: akamaihd.net)





    • Restart your system:



      sudo reboot now



    It should fix your issue.



    an alternate way, which would solve your issue. Give it a try.



    Installing a new display manager can fix your problem. Steps to install GDM(a display manager much like lightdm):





    • Open terminal(CTRL+ALT+T) and execute following commands:



      sudo apt-get install gdm
      sudo dpkg-reconfigure lightdm


      then chose gdm from the list:




    gdm
    (source: akamaihd.net)



        sudo reboot




    • If it's still not fixed, try removing lightdm after installing gdm:



      sudo apt-get remove --purge lightdm
      sudo reboot



    Reply if something goes wrong..







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited 15 hours ago









    Glorfindel

    3353513




    3353513










    answered Oct 25 '13 at 16:59









    Saurav KumarSaurav Kumar

    10.7k134766




    10.7k134766













    • After purge remove lightdm, i'd to change xfce theme back to graybird, but it's works. Thanks.

      – Zalazdi
      Oct 25 '13 at 18:12



















    • After purge remove lightdm, i'd to change xfce theme back to graybird, but it's works. Thanks.

      – Zalazdi
      Oct 25 '13 at 18:12

















    After purge remove lightdm, i'd to change xfce theme back to graybird, but it's works. Thanks.

    – Zalazdi
    Oct 25 '13 at 18:12





    After purge remove lightdm, i'd to change xfce theme back to graybird, but it's works. Thanks.

    – Zalazdi
    Oct 25 '13 at 18:12













    -1














    If you are booting windows with ubuntu i have same problem then i tried everything referred from sites.finally nothing is worked for me.
    so one thing is worked for me.




    1. do not choose the default ubuntu os.

    2. click on advanced option for ubuntu

    3. choose the os option like "Ubuntu 16.04 .....(Systemed)"


    this will boot your ubuntu os normally. and it works for me also it saves your time to everytime restart lightdm service.






    share|improve this answer




























      -1














      If you are booting windows with ubuntu i have same problem then i tried everything referred from sites.finally nothing is worked for me.
      so one thing is worked for me.




      1. do not choose the default ubuntu os.

      2. click on advanced option for ubuntu

      3. choose the os option like "Ubuntu 16.04 .....(Systemed)"


      this will boot your ubuntu os normally. and it works for me also it saves your time to everytime restart lightdm service.






      share|improve this answer


























        -1












        -1








        -1







        If you are booting windows with ubuntu i have same problem then i tried everything referred from sites.finally nothing is worked for me.
        so one thing is worked for me.




        1. do not choose the default ubuntu os.

        2. click on advanced option for ubuntu

        3. choose the os option like "Ubuntu 16.04 .....(Systemed)"


        this will boot your ubuntu os normally. and it works for me also it saves your time to everytime restart lightdm service.






        share|improve this answer













        If you are booting windows with ubuntu i have same problem then i tried everything referred from sites.finally nothing is worked for me.
        so one thing is worked for me.




        1. do not choose the default ubuntu os.

        2. click on advanced option for ubuntu

        3. choose the os option like "Ubuntu 16.04 .....(Systemed)"


        this will boot your ubuntu os normally. and it works for me also it saves your time to everytime restart lightdm service.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered May 18 '16 at 6:43









        D NileshD Nilesh

        1506




        1506






























            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%2f365719%2fi-have-to-restart-lightdm-after-run%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...