Integrated Intel graphics seem to cause random crashes












0














After plenty of digging around the forms and some trial and error, it seems that when I allow the kernel drivers for my integrated video card to load(the motherboard is a MSI Z170-A Pro with Intel Z170 Express Chipset - lshw -c display reports the HD Graphics 530 and currently unclaimed), my system becomes randomly unstable and will hang/crash/become unresponsive after finishing a boot.



To place a band aid on my solution, I've modified GRUB to be GRUB_CMDLINE_LINUX_DEFAULT="nomodeset acpi=force" as to disable the kernel video drivers, which by default, reverts Ubuntu 18.04 LTS (recently upgraded from 16 LTS with 4.4.0-21-generic which worked and didn't suffer these problems if I didn't upgrade the kernel) to use llvmpipe (LLVM 7.0, 256 bits) for the graphics driver.



While this band aid is a solution, is there a way to have stability and my Intel graphics at the same time? I was looking last night at the idea of installing and loading the Intel graphics in the OS instead of at the kernel, however, this doesn't seem to be the new norm with 18.04/17.10.










share|improve this question









New contributor




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




















  • Not an answer but there are some additional kernel parameters you can research. This is from my grub: "noplymouth fastboot acpiphp.disable=1 pcie_aspm=force scsi_mod.use_blk_mq=1 vt.handoff=7 i915.enable_guc_loading=1 i915.enable_guc_submission=1 i915.edp_vswing=2 nopti nospectre_v2 nospec"
    – WinEunuuchs2Unix
    Dec 27 at 17:04
















0














After plenty of digging around the forms and some trial and error, it seems that when I allow the kernel drivers for my integrated video card to load(the motherboard is a MSI Z170-A Pro with Intel Z170 Express Chipset - lshw -c display reports the HD Graphics 530 and currently unclaimed), my system becomes randomly unstable and will hang/crash/become unresponsive after finishing a boot.



To place a band aid on my solution, I've modified GRUB to be GRUB_CMDLINE_LINUX_DEFAULT="nomodeset acpi=force" as to disable the kernel video drivers, which by default, reverts Ubuntu 18.04 LTS (recently upgraded from 16 LTS with 4.4.0-21-generic which worked and didn't suffer these problems if I didn't upgrade the kernel) to use llvmpipe (LLVM 7.0, 256 bits) for the graphics driver.



While this band aid is a solution, is there a way to have stability and my Intel graphics at the same time? I was looking last night at the idea of installing and loading the Intel graphics in the OS instead of at the kernel, however, this doesn't seem to be the new norm with 18.04/17.10.










share|improve this question









New contributor




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




















  • Not an answer but there are some additional kernel parameters you can research. This is from my grub: "noplymouth fastboot acpiphp.disable=1 pcie_aspm=force scsi_mod.use_blk_mq=1 vt.handoff=7 i915.enable_guc_loading=1 i915.enable_guc_submission=1 i915.edp_vswing=2 nopti nospectre_v2 nospec"
    – WinEunuuchs2Unix
    Dec 27 at 17:04














0












0








0







After plenty of digging around the forms and some trial and error, it seems that when I allow the kernel drivers for my integrated video card to load(the motherboard is a MSI Z170-A Pro with Intel Z170 Express Chipset - lshw -c display reports the HD Graphics 530 and currently unclaimed), my system becomes randomly unstable and will hang/crash/become unresponsive after finishing a boot.



To place a band aid on my solution, I've modified GRUB to be GRUB_CMDLINE_LINUX_DEFAULT="nomodeset acpi=force" as to disable the kernel video drivers, which by default, reverts Ubuntu 18.04 LTS (recently upgraded from 16 LTS with 4.4.0-21-generic which worked and didn't suffer these problems if I didn't upgrade the kernel) to use llvmpipe (LLVM 7.0, 256 bits) for the graphics driver.



While this band aid is a solution, is there a way to have stability and my Intel graphics at the same time? I was looking last night at the idea of installing and loading the Intel graphics in the OS instead of at the kernel, however, this doesn't seem to be the new norm with 18.04/17.10.










share|improve this question









New contributor




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











After plenty of digging around the forms and some trial and error, it seems that when I allow the kernel drivers for my integrated video card to load(the motherboard is a MSI Z170-A Pro with Intel Z170 Express Chipset - lshw -c display reports the HD Graphics 530 and currently unclaimed), my system becomes randomly unstable and will hang/crash/become unresponsive after finishing a boot.



To place a band aid on my solution, I've modified GRUB to be GRUB_CMDLINE_LINUX_DEFAULT="nomodeset acpi=force" as to disable the kernel video drivers, which by default, reverts Ubuntu 18.04 LTS (recently upgraded from 16 LTS with 4.4.0-21-generic which worked and didn't suffer these problems if I didn't upgrade the kernel) to use llvmpipe (LLVM 7.0, 256 bits) for the graphics driver.



While this band aid is a solution, is there a way to have stability and my Intel graphics at the same time? I was looking last night at the idea of installing and loading the Intel graphics in the OS instead of at the kernel, however, this doesn't seem to be the new norm with 18.04/17.10.







18.04 kernel intel-graphics crash hda-intel






share|improve this question









New contributor




Mike 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




Mike 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 Dec 27 at 17:02









WinEunuuchs2Unix

43.3k1075164




43.3k1075164






New contributor




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









asked Dec 27 at 16:59









Mike

1




1




New contributor




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





New contributor





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






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












  • Not an answer but there are some additional kernel parameters you can research. This is from my grub: "noplymouth fastboot acpiphp.disable=1 pcie_aspm=force scsi_mod.use_blk_mq=1 vt.handoff=7 i915.enable_guc_loading=1 i915.enable_guc_submission=1 i915.edp_vswing=2 nopti nospectre_v2 nospec"
    – WinEunuuchs2Unix
    Dec 27 at 17:04


















  • Not an answer but there are some additional kernel parameters you can research. This is from my grub: "noplymouth fastboot acpiphp.disable=1 pcie_aspm=force scsi_mod.use_blk_mq=1 vt.handoff=7 i915.enable_guc_loading=1 i915.enable_guc_submission=1 i915.edp_vswing=2 nopti nospectre_v2 nospec"
    – WinEunuuchs2Unix
    Dec 27 at 17:04
















Not an answer but there are some additional kernel parameters you can research. This is from my grub: "noplymouth fastboot acpiphp.disable=1 pcie_aspm=force scsi_mod.use_blk_mq=1 vt.handoff=7 i915.enable_guc_loading=1 i915.enable_guc_submission=1 i915.edp_vswing=2 nopti nospectre_v2 nospec"
– WinEunuuchs2Unix
Dec 27 at 17:04




Not an answer but there are some additional kernel parameters you can research. This is from my grub: "noplymouth fastboot acpiphp.disable=1 pcie_aspm=force scsi_mod.use_blk_mq=1 vt.handoff=7 i915.enable_guc_loading=1 i915.enable_guc_submission=1 i915.edp_vswing=2 nopti nospectre_v2 nospec"
– WinEunuuchs2Unix
Dec 27 at 17:04















active

oldest

votes











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
});


}
});






Mike 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%2faskubuntu.com%2fquestions%2f1104950%2fintegrated-intel-graphics-seem-to-cause-random-crashes%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








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










draft saved

draft discarded


















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













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












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
















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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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%2f1104950%2fintegrated-intel-graphics-seem-to-cause-random-crashes%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

Human spaceflight

Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

張江高科駅