Integrated Intel graphics seem to cause random crashes
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
New contributor
add a comment |
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
New contributor
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
add a comment |
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
New contributor
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
18.04 kernel intel-graphics crash hda-intel
New contributor
New contributor
edited Dec 27 at 17:02
WinEunuuchs2Unix
43.3k1075164
43.3k1075164
New contributor
asked Dec 27 at 16:59
Mike
1
1
New contributor
New contributor
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
add a comment |
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
add a comment |
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.
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%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.
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.
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%2faskubuntu.com%2fquestions%2f1104950%2fintegrated-intel-graphics-seem-to-cause-random-crashes%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
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