Black screen after wake up and wrong resolution with the fix
I'm trying to fix the Nouveau driver bug. When I wake up my computer from sleep, the screen remain black, no image. So I added the nouveau.modeset=0 in the grub file and after a reboot, the screen resolution is on 800x600. And there is no other options available in the config menu.
I also tried to install the last nVidia driver from the PPA but the computer become extremly laggy after a reboot. I have a nVidia 980M with Ubuntu 18.04.
How can I fix the nouveau bug while the usual fix creates other bugs?
drivers nvidia 18.04 nouveau
New contributor
Wizix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This question has an open bounty worth +50
reputation from Wizix ending in 6 days.
This question has not received enough attention.
add a comment |
I'm trying to fix the Nouveau driver bug. When I wake up my computer from sleep, the screen remain black, no image. So I added the nouveau.modeset=0 in the grub file and after a reboot, the screen resolution is on 800x600. And there is no other options available in the config menu.
I also tried to install the last nVidia driver from the PPA but the computer become extremly laggy after a reboot. I have a nVidia 980M with Ubuntu 18.04.
How can I fix the nouveau bug while the usual fix creates other bugs?
drivers nvidia 18.04 nouveau
New contributor
Wizix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This question has an open bounty worth +50
reputation from Wizix ending in 6 days.
This question has not received enough attention.
do you have bumblebee installed?sudo apt-get install bumblebee-nvidia
– Andrea Borga
17 hours ago
1
I thought that the bumblebee project was abandonned.
– Wizix
17 hours ago
yes, but it is worth I try. I used it some time ago on 16.04 LTS and it solved issues I had with black screens and hibernation.
– Andrea Borga
17 hours ago
add a comment |
I'm trying to fix the Nouveau driver bug. When I wake up my computer from sleep, the screen remain black, no image. So I added the nouveau.modeset=0 in the grub file and after a reboot, the screen resolution is on 800x600. And there is no other options available in the config menu.
I also tried to install the last nVidia driver from the PPA but the computer become extremly laggy after a reboot. I have a nVidia 980M with Ubuntu 18.04.
How can I fix the nouveau bug while the usual fix creates other bugs?
drivers nvidia 18.04 nouveau
New contributor
Wizix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm trying to fix the Nouveau driver bug. When I wake up my computer from sleep, the screen remain black, no image. So I added the nouveau.modeset=0 in the grub file and after a reboot, the screen resolution is on 800x600. And there is no other options available in the config menu.
I also tried to install the last nVidia driver from the PPA but the computer become extremly laggy after a reboot. I have a nVidia 980M with Ubuntu 18.04.
How can I fix the nouveau bug while the usual fix creates other bugs?
drivers nvidia 18.04 nouveau
drivers nvidia 18.04 nouveau
New contributor
Wizix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Wizix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Wizix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Jan 20 at 11:18
WizixWizix
714
714
New contributor
Wizix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Wizix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Wizix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This question has an open bounty worth +50
reputation from Wizix ending in 6 days.
This question has not received enough attention.
This question has an open bounty worth +50
reputation from Wizix ending in 6 days.
This question has not received enough attention.
do you have bumblebee installed?sudo apt-get install bumblebee-nvidia
– Andrea Borga
17 hours ago
1
I thought that the bumblebee project was abandonned.
– Wizix
17 hours ago
yes, but it is worth I try. I used it some time ago on 16.04 LTS and it solved issues I had with black screens and hibernation.
– Andrea Borga
17 hours ago
add a comment |
do you have bumblebee installed?sudo apt-get install bumblebee-nvidia
– Andrea Borga
17 hours ago
1
I thought that the bumblebee project was abandonned.
– Wizix
17 hours ago
yes, but it is worth I try. I used it some time ago on 16.04 LTS and it solved issues I had with black screens and hibernation.
– Andrea Borga
17 hours ago
do you have bumblebee installed?
sudo apt-get install bumblebee-nvidia– Andrea Borga
17 hours ago
do you have bumblebee installed?
sudo apt-get install bumblebee-nvidia– Andrea Borga
17 hours ago
1
1
I thought that the bumblebee project was abandonned.
– Wizix
17 hours ago
I thought that the bumblebee project was abandonned.
– Wizix
17 hours ago
yes, but it is worth I try. I used it some time ago on 16.04 LTS and it solved issues I had with black screens and hibernation.
– Andrea Borga
17 hours ago
yes, but it is worth I try. I used it some time ago on 16.04 LTS and it solved issues I had with black screens and hibernation.
– Andrea Borga
17 hours ago
add a comment |
1 Answer
1
active
oldest
votes
I was wrestling around with this for the past two days. I've found that if you have performed a apt upgrade anytime since you first installed ubuntu, then the nvidia drivers will not work. As they are compiled for a specific kernal using a specific gcc version.
If you were to either drop back to the default linux kernal that came with your ubuntu image. (In your case Linux kernel 4.15). Or install the nvidia drivers first after a clean install without performing an upgrade, your issue will be fixed. (Please still remember to update).
I have found that using the lambda stack installer will automatically find the right nvidia driver to download and install and will automatically configure CUDA correctly.
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
});
}
});
Wizix 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%2f1111337%2fblack-screen-after-wake-up-and-wrong-resolution-with-the-fix%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 was wrestling around with this for the past two days. I've found that if you have performed a apt upgrade anytime since you first installed ubuntu, then the nvidia drivers will not work. As they are compiled for a specific kernal using a specific gcc version.
If you were to either drop back to the default linux kernal that came with your ubuntu image. (In your case Linux kernel 4.15). Or install the nvidia drivers first after a clean install without performing an upgrade, your issue will be fixed. (Please still remember to update).
I have found that using the lambda stack installer will automatically find the right nvidia driver to download and install and will automatically configure CUDA correctly.
add a comment |
I was wrestling around with this for the past two days. I've found that if you have performed a apt upgrade anytime since you first installed ubuntu, then the nvidia drivers will not work. As they are compiled for a specific kernal using a specific gcc version.
If you were to either drop back to the default linux kernal that came with your ubuntu image. (In your case Linux kernel 4.15). Or install the nvidia drivers first after a clean install without performing an upgrade, your issue will be fixed. (Please still remember to update).
I have found that using the lambda stack installer will automatically find the right nvidia driver to download and install and will automatically configure CUDA correctly.
add a comment |
I was wrestling around with this for the past two days. I've found that if you have performed a apt upgrade anytime since you first installed ubuntu, then the nvidia drivers will not work. As they are compiled for a specific kernal using a specific gcc version.
If you were to either drop back to the default linux kernal that came with your ubuntu image. (In your case Linux kernel 4.15). Or install the nvidia drivers first after a clean install without performing an upgrade, your issue will be fixed. (Please still remember to update).
I have found that using the lambda stack installer will automatically find the right nvidia driver to download and install and will automatically configure CUDA correctly.
I was wrestling around with this for the past two days. I've found that if you have performed a apt upgrade anytime since you first installed ubuntu, then the nvidia drivers will not work. As they are compiled for a specific kernal using a specific gcc version.
If you were to either drop back to the default linux kernal that came with your ubuntu image. (In your case Linux kernel 4.15). Or install the nvidia drivers first after a clean install without performing an upgrade, your issue will be fixed. (Please still remember to update).
I have found that using the lambda stack installer will automatically find the right nvidia driver to download and install and will automatically configure CUDA correctly.
answered 8 hours ago
Gabriel FairGabriel Fair
981115
981115
add a comment |
add a comment |
Wizix is a new contributor. Be nice, and check out our Code of Conduct.
Wizix is a new contributor. Be nice, and check out our Code of Conduct.
Wizix is a new contributor. Be nice, and check out our Code of Conduct.
Wizix 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.
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%2f1111337%2fblack-screen-after-wake-up-and-wrong-resolution-with-the-fix%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
do you have bumblebee installed?
sudo apt-get install bumblebee-nvidia– Andrea Borga
17 hours ago
1
I thought that the bumblebee project was abandonned.
– Wizix
17 hours ago
yes, but it is worth I try. I used it some time ago on 16.04 LTS and it solved issues I had with black screens and hibernation.
– Andrea Borga
17 hours ago