Cannot launch GUI with startx: Module i915 not foundarch installation- startx not workingi915 cannot work...

How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)

Why do UK politicians seemingly ignore opinion polls on Brexit?

Need help identifying/translating a plaque in Tangier, Morocco

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

Can produce flame be used to grapple, or as an unarmed strike, in the right circumstances?

What do the Banks children have against barley water?

Pristine Bit Checking

Information to fellow intern about hiring?

How to manage monthly salary

Shall I use personal or official e-mail account when registering to external websites for work purpose?

How can I fix this gap between bookcases I made?

What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?

Was there ever an axiom rendered a theorem?

Where to refill my bottle in India?

Is there a familial term for apples and pears?

Is it true that "The augmented fourth (A4) and the diminished fifth (d5) are the only aug and dim intervals that appear in diatonic scales"

Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?

Prime joint compound before latex paint?

Ideas for colorfully and clearly highlighting graph edges according to weights

What happens when a metallic dragon and a chromatic dragon mate?

Why is my log file so massive? 22gb. I am running log backups

Travelling to Edinburgh from India

How to deal with fear of taking dependencies

Can I find out the caloric content of bread by dehydrating it?



Cannot launch GUI with startx: Module i915 not found


arch installation- startx not workingi915 cannot work with nomodeset?Fatal: Module ndiswrapper not foundstartx cannot open /dev/fb0: Permission deniedBluetooth firmware not loading for Intel 7260 [solved]Cannot startx on Debian after some changesCannot Launch to gnome GUI on Kali Sana after dist-upgradeIs it possible to start two Xorg X-Servers with intel graphics on same machine?DP 1.2 / Daisychaining2 Monitors on Linux Mint / XPS13 2015startx crashes with no errors






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







-1















I have installed Linux Mint version 18 on my PC. In the past, I have been able to get the desktop to launch by typing




startx




at the terminal. After I did a few upgrades, this command stopped working. I get an error message



modprobe: FATAL: Module i915 not found in directory /lib/modules/4.4.0-145-generic



Fatal server error: (EE) no screens found (EE)



I am not sure what this means. I browsed the web and I guess it has something to do with the Intel Graphics driver.










share|improve this question









New contributor




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
















  • 1





    i915 is one of the kernel modules for the Intel Graphics. There have been changes in what kernel module was preferred for certain hardware, so likely your "few upgrades" broke a configuration somewhere. 1) Make sure to install the newest kernel. 2) Remove any xorg.conf (probably in /etc/X11, but I'm not that familiar with Mint). If you have it customized, create a new one, with the current preferred driver. 3) In doubt, look at /var/log/Xorg.0.log, for details about what X is trying to do, and why it fails.

    – dirkt
    yesterday













  • That worked. Thank you for your help.

    – Chris
    yesterday


















-1















I have installed Linux Mint version 18 on my PC. In the past, I have been able to get the desktop to launch by typing




startx




at the terminal. After I did a few upgrades, this command stopped working. I get an error message



modprobe: FATAL: Module i915 not found in directory /lib/modules/4.4.0-145-generic



Fatal server error: (EE) no screens found (EE)



I am not sure what this means. I browsed the web and I guess it has something to do with the Intel Graphics driver.










share|improve this question









New contributor




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
















  • 1





    i915 is one of the kernel modules for the Intel Graphics. There have been changes in what kernel module was preferred for certain hardware, so likely your "few upgrades" broke a configuration somewhere. 1) Make sure to install the newest kernel. 2) Remove any xorg.conf (probably in /etc/X11, but I'm not that familiar with Mint). If you have it customized, create a new one, with the current preferred driver. 3) In doubt, look at /var/log/Xorg.0.log, for details about what X is trying to do, and why it fails.

    – dirkt
    yesterday













  • That worked. Thank you for your help.

    – Chris
    yesterday














-1












-1








-1








I have installed Linux Mint version 18 on my PC. In the past, I have been able to get the desktop to launch by typing




startx




at the terminal. After I did a few upgrades, this command stopped working. I get an error message



modprobe: FATAL: Module i915 not found in directory /lib/modules/4.4.0-145-generic



Fatal server error: (EE) no screens found (EE)



I am not sure what this means. I browsed the web and I guess it has something to do with the Intel Graphics driver.










share|improve this question









New contributor




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












I have installed Linux Mint version 18 on my PC. In the past, I have been able to get the desktop to launch by typing




startx




at the terminal. After I did a few upgrades, this command stopped working. I get an error message



modprobe: FATAL: Module i915 not found in directory /lib/modules/4.4.0-145-generic



Fatal server error: (EE) no screens found (EE)



I am not sure what this means. I browsed the web and I guess it has something to do with the Intel Graphics driver.







linux-mint xorg






share|improve this question









New contributor




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











share|improve this question









New contributor




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









share|improve this question




share|improve this question








edited yesterday









Rui F Ribeiro

42k1483142




42k1483142






New contributor




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









asked yesterday









ChrisChris

31




31




New contributor




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





New contributor





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






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








  • 1





    i915 is one of the kernel modules for the Intel Graphics. There have been changes in what kernel module was preferred for certain hardware, so likely your "few upgrades" broke a configuration somewhere. 1) Make sure to install the newest kernel. 2) Remove any xorg.conf (probably in /etc/X11, but I'm not that familiar with Mint). If you have it customized, create a new one, with the current preferred driver. 3) In doubt, look at /var/log/Xorg.0.log, for details about what X is trying to do, and why it fails.

    – dirkt
    yesterday













  • That worked. Thank you for your help.

    – Chris
    yesterday














  • 1





    i915 is one of the kernel modules for the Intel Graphics. There have been changes in what kernel module was preferred for certain hardware, so likely your "few upgrades" broke a configuration somewhere. 1) Make sure to install the newest kernel. 2) Remove any xorg.conf (probably in /etc/X11, but I'm not that familiar with Mint). If you have it customized, create a new one, with the current preferred driver. 3) In doubt, look at /var/log/Xorg.0.log, for details about what X is trying to do, and why it fails.

    – dirkt
    yesterday













  • That worked. Thank you for your help.

    – Chris
    yesterday








1




1





i915 is one of the kernel modules for the Intel Graphics. There have been changes in what kernel module was preferred for certain hardware, so likely your "few upgrades" broke a configuration somewhere. 1) Make sure to install the newest kernel. 2) Remove any xorg.conf (probably in /etc/X11, but I'm not that familiar with Mint). If you have it customized, create a new one, with the current preferred driver. 3) In doubt, look at /var/log/Xorg.0.log, for details about what X is trying to do, and why it fails.

– dirkt
yesterday







i915 is one of the kernel modules for the Intel Graphics. There have been changes in what kernel module was preferred for certain hardware, so likely your "few upgrades" broke a configuration somewhere. 1) Make sure to install the newest kernel. 2) Remove any xorg.conf (probably in /etc/X11, but I'm not that familiar with Mint). If you have it customized, create a new one, with the current preferred driver. 3) In doubt, look at /var/log/Xorg.0.log, for details about what X is trying to do, and why it fails.

– dirkt
yesterday















That worked. Thank you for your help.

– Chris
yesterday





That worked. Thank you for your help.

– Chris
yesterday










1 Answer
1






active

oldest

votes


















0














i915 is one of the kernel modules for the Intel Graphics. There have been changes in what kernel module was preferred for certain hardware, so likely your "few upgrades" broke a configuration somewhere.



1) Make sure to install the newest kernel.



2) Remove any xorg.conf (probably in /etc/X11, but I'm not that familiar with Mint). If you have it customized, create a new one, with the current preferred driver.



3) In doubt, look at /var/log/Xorg.0.log, for details about what X is trying to do, and why it fails.






share|improve this answer
























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "106"
    };
    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: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    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
    });


    }
    });






    Chris is a new contributor. Be nice, and check out our Code of Conduct.










    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511058%2fcannot-launch-gui-with-startx-module-i915-not-found%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














    i915 is one of the kernel modules for the Intel Graphics. There have been changes in what kernel module was preferred for certain hardware, so likely your "few upgrades" broke a configuration somewhere.



    1) Make sure to install the newest kernel.



    2) Remove any xorg.conf (probably in /etc/X11, but I'm not that familiar with Mint). If you have it customized, create a new one, with the current preferred driver.



    3) In doubt, look at /var/log/Xorg.0.log, for details about what X is trying to do, and why it fails.






    share|improve this answer




























      0














      i915 is one of the kernel modules for the Intel Graphics. There have been changes in what kernel module was preferred for certain hardware, so likely your "few upgrades" broke a configuration somewhere.



      1) Make sure to install the newest kernel.



      2) Remove any xorg.conf (probably in /etc/X11, but I'm not that familiar with Mint). If you have it customized, create a new one, with the current preferred driver.



      3) In doubt, look at /var/log/Xorg.0.log, for details about what X is trying to do, and why it fails.






      share|improve this answer


























        0












        0








        0







        i915 is one of the kernel modules for the Intel Graphics. There have been changes in what kernel module was preferred for certain hardware, so likely your "few upgrades" broke a configuration somewhere.



        1) Make sure to install the newest kernel.



        2) Remove any xorg.conf (probably in /etc/X11, but I'm not that familiar with Mint). If you have it customized, create a new one, with the current preferred driver.



        3) In doubt, look at /var/log/Xorg.0.log, for details about what X is trying to do, and why it fails.






        share|improve this answer













        i915 is one of the kernel modules for the Intel Graphics. There have been changes in what kernel module was preferred for certain hardware, so likely your "few upgrades" broke a configuration somewhere.



        1) Make sure to install the newest kernel.



        2) Remove any xorg.conf (probably in /etc/X11, but I'm not that familiar with Mint). If you have it customized, create a new one, with the current preferred driver.



        3) In doubt, look at /var/log/Xorg.0.log, for details about what X is trying to do, and why it fails.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered yesterday









        dirktdirkt

        17.4k31338




        17.4k31338






















            Chris is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            Chris is a new contributor. Be nice, and check out our Code of Conduct.













            Chris is a new contributor. Be nice, and check out our Code of Conduct.












            Chris is a new contributor. Be nice, and check out our Code of Conduct.
















            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • 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%2funix.stackexchange.com%2fquestions%2f511058%2fcannot-launch-gui-with-startx-module-i915-not-found%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

            Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

            The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

            Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...