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;
}
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
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.
add a comment |
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
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 anyxorg.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
add a comment |
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
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
linux-mint xorg
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.
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 anyxorg.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
add a comment |
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 anyxorg.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
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered yesterday
dirktdirkt
17.4k31338
17.4k31338
add a comment |
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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