Black screen after login Kubuntu 17.10












0














When I boot my linux system (now Kubuntu 17.10), I get the normal login screen. I can login and briefly see my desktop (nothing is clickable), and a few seconds later I get a black screen with just the cursor. This happens every time I restart. I'm almost ready to give up and install RedHat, SuSE or a distro that is not based on Ubuntu with better video support!



I have an integrated Intel video chipset. Output from lspci:



VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)


PC is a 2nd Gen Intel Core i5



Things I have tried (all give the same exact result):




  • Upgrading from 17.04 to 17.10

  • Adding another user account and logging in

  • Removing noveau and fglrx drivers


  • Reinstalling intel drivers:



    sudo apt-get remove xserver-xorg-video-intel    
    sudo apt-get install xserver-xorg-video-intel



  • Booting using the live CD and repairing packages



    sudo dpkg --configure -a    
    sudo apt-get update
    sudo apt-get upgrade -y


  • Booting with only one monitor connected



My system had been working just fine with 17.04 for the last year, not sure it was an update or a corruption.




  • [EDIT] I also tried adding 'nomodeset' to /etc/default/grub by changing
    this line:
    GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
    running update-grub.
    This resulted in a strange white screen and hanging on reboot, and on
    2nd reboot, I got the same result as before (with the addition of a
    superimposed ubuntu logo for a few seconds and only 1 monitor working)










share|improve this question
























  • So I was able to to get a GUI back by installing gnome (after reversing the 'nomodeset' change). It's not quite KDE, but I'll live with it...at least I don't have to completely reinstall everything.
    – drweird
    Feb 27 '18 at 4:25
















0














When I boot my linux system (now Kubuntu 17.10), I get the normal login screen. I can login and briefly see my desktop (nothing is clickable), and a few seconds later I get a black screen with just the cursor. This happens every time I restart. I'm almost ready to give up and install RedHat, SuSE or a distro that is not based on Ubuntu with better video support!



I have an integrated Intel video chipset. Output from lspci:



VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)


PC is a 2nd Gen Intel Core i5



Things I have tried (all give the same exact result):




  • Upgrading from 17.04 to 17.10

  • Adding another user account and logging in

  • Removing noveau and fglrx drivers


  • Reinstalling intel drivers:



    sudo apt-get remove xserver-xorg-video-intel    
    sudo apt-get install xserver-xorg-video-intel



  • Booting using the live CD and repairing packages



    sudo dpkg --configure -a    
    sudo apt-get update
    sudo apt-get upgrade -y


  • Booting with only one monitor connected



My system had been working just fine with 17.04 for the last year, not sure it was an update or a corruption.




  • [EDIT] I also tried adding 'nomodeset' to /etc/default/grub by changing
    this line:
    GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
    running update-grub.
    This resulted in a strange white screen and hanging on reboot, and on
    2nd reboot, I got the same result as before (with the addition of a
    superimposed ubuntu logo for a few seconds and only 1 monitor working)










share|improve this question
























  • So I was able to to get a GUI back by installing gnome (after reversing the 'nomodeset' change). It's not quite KDE, but I'll live with it...at least I don't have to completely reinstall everything.
    – drweird
    Feb 27 '18 at 4:25














0












0








0







When I boot my linux system (now Kubuntu 17.10), I get the normal login screen. I can login and briefly see my desktop (nothing is clickable), and a few seconds later I get a black screen with just the cursor. This happens every time I restart. I'm almost ready to give up and install RedHat, SuSE or a distro that is not based on Ubuntu with better video support!



I have an integrated Intel video chipset. Output from lspci:



VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)


PC is a 2nd Gen Intel Core i5



Things I have tried (all give the same exact result):




  • Upgrading from 17.04 to 17.10

  • Adding another user account and logging in

  • Removing noveau and fglrx drivers


  • Reinstalling intel drivers:



    sudo apt-get remove xserver-xorg-video-intel    
    sudo apt-get install xserver-xorg-video-intel



  • Booting using the live CD and repairing packages



    sudo dpkg --configure -a    
    sudo apt-get update
    sudo apt-get upgrade -y


  • Booting with only one monitor connected



My system had been working just fine with 17.04 for the last year, not sure it was an update or a corruption.




  • [EDIT] I also tried adding 'nomodeset' to /etc/default/grub by changing
    this line:
    GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
    running update-grub.
    This resulted in a strange white screen and hanging on reboot, and on
    2nd reboot, I got the same result as before (with the addition of a
    superimposed ubuntu logo for a few seconds and only 1 monitor working)










share|improve this question















When I boot my linux system (now Kubuntu 17.10), I get the normal login screen. I can login and briefly see my desktop (nothing is clickable), and a few seconds later I get a black screen with just the cursor. This happens every time I restart. I'm almost ready to give up and install RedHat, SuSE or a distro that is not based on Ubuntu with better video support!



I have an integrated Intel video chipset. Output from lspci:



VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)


PC is a 2nd Gen Intel Core i5



Things I have tried (all give the same exact result):




  • Upgrading from 17.04 to 17.10

  • Adding another user account and logging in

  • Removing noveau and fglrx drivers


  • Reinstalling intel drivers:



    sudo apt-get remove xserver-xorg-video-intel    
    sudo apt-get install xserver-xorg-video-intel



  • Booting using the live CD and repairing packages



    sudo dpkg --configure -a    
    sudo apt-get update
    sudo apt-get upgrade -y


  • Booting with only one monitor connected



My system had been working just fine with 17.04 for the last year, not sure it was an update or a corruption.




  • [EDIT] I also tried adding 'nomodeset' to /etc/default/grub by changing
    this line:
    GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
    running update-grub.
    This resulted in a strange white screen and hanging on reboot, and on
    2nd reboot, I got the same result as before (with the addition of a
    superimposed ubuntu logo for a few seconds and only 1 monitor working)







kubuntu 17.10 intel-graphics






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 22 '18 at 20:16







drweird

















asked Feb 22 '18 at 1:08









drweirddrweird

12




12












  • So I was able to to get a GUI back by installing gnome (after reversing the 'nomodeset' change). It's not quite KDE, but I'll live with it...at least I don't have to completely reinstall everything.
    – drweird
    Feb 27 '18 at 4:25


















  • So I was able to to get a GUI back by installing gnome (after reversing the 'nomodeset' change). It's not quite KDE, but I'll live with it...at least I don't have to completely reinstall everything.
    – drweird
    Feb 27 '18 at 4:25
















So I was able to to get a GUI back by installing gnome (after reversing the 'nomodeset' change). It's not quite KDE, but I'll live with it...at least I don't have to completely reinstall everything.
– drweird
Feb 27 '18 at 4:25




So I was able to to get a GUI back by installing gnome (after reversing the 'nomodeset' change). It's not quite KDE, but I'll live with it...at least I don't have to completely reinstall everything.
– drweird
Feb 27 '18 at 4:25










1 Answer
1






active

oldest

votes


















0














Do:



sudo apt-get remove xserver-xorg-video-intel
sudo reboot


Then install proprietary drivers






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%2f1008555%2fblack-screen-after-login-kubuntu-17-10%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Do:



    sudo apt-get remove xserver-xorg-video-intel
    sudo reboot


    Then install proprietary drivers






    share|improve this answer




























      0














      Do:



      sudo apt-get remove xserver-xorg-video-intel
      sudo reboot


      Then install proprietary drivers






      share|improve this answer


























        0












        0








        0






        Do:



        sudo apt-get remove xserver-xorg-video-intel
        sudo reboot


        Then install proprietary drivers






        share|improve this answer














        Do:



        sudo apt-get remove xserver-xorg-video-intel
        sudo reboot


        Then install proprietary drivers







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Dec 27 '18 at 12:46









        Kulfy

        3,95841240




        3,95841240










        answered Dec 27 '18 at 12:42









        Vladimir MarkovićVladimir Marković

        1




        1






























            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%2f1008555%2fblack-screen-after-login-kubuntu-17-10%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

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕