“Bricked” my Nvidia driver with newer kernels
This needs a bit of backstory, so I get right to it.
Earlier this evening I was running kernel 4.19.9 with Nvidia driver 410 present. Note I could not use it, I have (had) the same problem as this guy: NVidia X Server Settings GUI doesn't start on ubuntu 18.04
However, there was a Nvidia update, and for the first time I could get an error code when I put nvidia-settings
into terminal. My search for that error got me to this page: https://www.reddit.com/r/linuxmint/comments/9a88po/linux_mint_19_nvidia_prime_no_more_screentearing_3/
The tinkerer that I am, I changed my GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset acpi_osi="
to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvidia-drm.modeset=1
updated grub and rebooted.
To make long story short, I had a hard freeze before GUI could load. I managed to revert to kernel 4.15.0 and change grub command back to nomodeset
.
Now at kernel 4.15 the Nvidia drivers don't show at all. No matter how much I purge and install again. And to make matters worse, IF I dare to move to kernel 4.19.9 (or any of the 4.19 kernels) and install Nvidia drivers, I get a hard freeze when rebooting.
I am not sure if I am ready to do sudo apt-get remove --purge '^nvidia-.*'
because I have read that it removes nvidia-common
package.
I personally rather run on kernel 4.19.9, but I would also like to be able to install Nvidia drivers without the system freezing.
Is there any way to get this to work, or am I doomed to reinstall again??
All the best, and sorry for the long post.
drivers nvidia 18.04 kernel
add a comment |
This needs a bit of backstory, so I get right to it.
Earlier this evening I was running kernel 4.19.9 with Nvidia driver 410 present. Note I could not use it, I have (had) the same problem as this guy: NVidia X Server Settings GUI doesn't start on ubuntu 18.04
However, there was a Nvidia update, and for the first time I could get an error code when I put nvidia-settings
into terminal. My search for that error got me to this page: https://www.reddit.com/r/linuxmint/comments/9a88po/linux_mint_19_nvidia_prime_no_more_screentearing_3/
The tinkerer that I am, I changed my GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset acpi_osi="
to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvidia-drm.modeset=1
updated grub and rebooted.
To make long story short, I had a hard freeze before GUI could load. I managed to revert to kernel 4.15.0 and change grub command back to nomodeset
.
Now at kernel 4.15 the Nvidia drivers don't show at all. No matter how much I purge and install again. And to make matters worse, IF I dare to move to kernel 4.19.9 (or any of the 4.19 kernels) and install Nvidia drivers, I get a hard freeze when rebooting.
I am not sure if I am ready to do sudo apt-get remove --purge '^nvidia-.*'
because I have read that it removes nvidia-common
package.
I personally rather run on kernel 4.19.9, but I would also like to be able to install Nvidia drivers without the system freezing.
Is there any way to get this to work, or am I doomed to reinstall again??
All the best, and sorry for the long post.
drivers nvidia 18.04 kernel
add a comment |
This needs a bit of backstory, so I get right to it.
Earlier this evening I was running kernel 4.19.9 with Nvidia driver 410 present. Note I could not use it, I have (had) the same problem as this guy: NVidia X Server Settings GUI doesn't start on ubuntu 18.04
However, there was a Nvidia update, and for the first time I could get an error code when I put nvidia-settings
into terminal. My search for that error got me to this page: https://www.reddit.com/r/linuxmint/comments/9a88po/linux_mint_19_nvidia_prime_no_more_screentearing_3/
The tinkerer that I am, I changed my GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset acpi_osi="
to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvidia-drm.modeset=1
updated grub and rebooted.
To make long story short, I had a hard freeze before GUI could load. I managed to revert to kernel 4.15.0 and change grub command back to nomodeset
.
Now at kernel 4.15 the Nvidia drivers don't show at all. No matter how much I purge and install again. And to make matters worse, IF I dare to move to kernel 4.19.9 (or any of the 4.19 kernels) and install Nvidia drivers, I get a hard freeze when rebooting.
I am not sure if I am ready to do sudo apt-get remove --purge '^nvidia-.*'
because I have read that it removes nvidia-common
package.
I personally rather run on kernel 4.19.9, but I would also like to be able to install Nvidia drivers without the system freezing.
Is there any way to get this to work, or am I doomed to reinstall again??
All the best, and sorry for the long post.
drivers nvidia 18.04 kernel
This needs a bit of backstory, so I get right to it.
Earlier this evening I was running kernel 4.19.9 with Nvidia driver 410 present. Note I could not use it, I have (had) the same problem as this guy: NVidia X Server Settings GUI doesn't start on ubuntu 18.04
However, there was a Nvidia update, and for the first time I could get an error code when I put nvidia-settings
into terminal. My search for that error got me to this page: https://www.reddit.com/r/linuxmint/comments/9a88po/linux_mint_19_nvidia_prime_no_more_screentearing_3/
The tinkerer that I am, I changed my GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset acpi_osi="
to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvidia-drm.modeset=1
updated grub and rebooted.
To make long story short, I had a hard freeze before GUI could load. I managed to revert to kernel 4.15.0 and change grub command back to nomodeset
.
Now at kernel 4.15 the Nvidia drivers don't show at all. No matter how much I purge and install again. And to make matters worse, IF I dare to move to kernel 4.19.9 (or any of the 4.19 kernels) and install Nvidia drivers, I get a hard freeze when rebooting.
I am not sure if I am ready to do sudo apt-get remove --purge '^nvidia-.*'
because I have read that it removes nvidia-common
package.
I personally rather run on kernel 4.19.9, but I would also like to be able to install Nvidia drivers without the system freezing.
Is there any way to get this to work, or am I doomed to reinstall again??
All the best, and sorry for the long post.
drivers nvidia 18.04 kernel
drivers nvidia 18.04 kernel
asked Dec 13 '18 at 22:13
Ólafur Víðir GuðbjargarsonÓlafur Víðir Guðbjargarson
165
165
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I ended up installing Linux Mint (really like their GUI). Now I can run kernel 4.19.9 and have Nvidia drivers + Cuda installed without freezes (just like on Ubuntu before my ventures).
So my solution this time was to reinstall.
add a comment |
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
});
}
});
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%2f1100736%2fbricked-my-nvidia-driver-with-newer-kernels%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
I ended up installing Linux Mint (really like their GUI). Now I can run kernel 4.19.9 and have Nvidia drivers + Cuda installed without freezes (just like on Ubuntu before my ventures).
So my solution this time was to reinstall.
add a comment |
I ended up installing Linux Mint (really like their GUI). Now I can run kernel 4.19.9 and have Nvidia drivers + Cuda installed without freezes (just like on Ubuntu before my ventures).
So my solution this time was to reinstall.
add a comment |
I ended up installing Linux Mint (really like their GUI). Now I can run kernel 4.19.9 and have Nvidia drivers + Cuda installed without freezes (just like on Ubuntu before my ventures).
So my solution this time was to reinstall.
I ended up installing Linux Mint (really like their GUI). Now I can run kernel 4.19.9 and have Nvidia drivers + Cuda installed without freezes (just like on Ubuntu before my ventures).
So my solution this time was to reinstall.
answered Dec 14 '18 at 22:14
Ólafur Víðir GuðbjargarsonÓlafur Víðir Guðbjargarson
165
165
add a comment |
add a comment |
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.
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%2f1100736%2fbricked-my-nvidia-driver-with-newer-kernels%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