Kubuntu 18.10 + Nvidia won't wake from suspend
Upon waking Kubuntu 18.10 from suspend, I simply get a black screen.
I have an Nvidia graphics card; here are the details:
Graphics: Device-1: Intel driver: N/A bus ID: 00:02.0
Device-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] driver: nvidia v: 390.87 bus ID: 01:00.0
Display: x11 server: X.Org 1.20.1 driver: fbdev,nouveau FAILED: nvidia unloaded: modesetting,vesa
resolution: 1920x1080~77Hz
OpenGL: renderer: N/A v: N/A direct render: N/A
Anyone have some ideas on how to fix this?
suspend
add a comment |
Upon waking Kubuntu 18.10 from suspend, I simply get a black screen.
I have an Nvidia graphics card; here are the details:
Graphics: Device-1: Intel driver: N/A bus ID: 00:02.0
Device-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] driver: nvidia v: 390.87 bus ID: 01:00.0
Display: x11 server: X.Org 1.20.1 driver: fbdev,nouveau FAILED: nvidia unloaded: modesetting,vesa
resolution: 1920x1080~77Hz
OpenGL: renderer: N/A v: N/A direct render: N/A
Anyone have some ideas on how to fix this?
suspend
I'm using Kubuntu 18.10
– Dilshan Maduranga
Jan 23 at 14:09
add a comment |
Upon waking Kubuntu 18.10 from suspend, I simply get a black screen.
I have an Nvidia graphics card; here are the details:
Graphics: Device-1: Intel driver: N/A bus ID: 00:02.0
Device-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] driver: nvidia v: 390.87 bus ID: 01:00.0
Display: x11 server: X.Org 1.20.1 driver: fbdev,nouveau FAILED: nvidia unloaded: modesetting,vesa
resolution: 1920x1080~77Hz
OpenGL: renderer: N/A v: N/A direct render: N/A
Anyone have some ideas on how to fix this?
suspend
Upon waking Kubuntu 18.10 from suspend, I simply get a black screen.
I have an Nvidia graphics card; here are the details:
Graphics: Device-1: Intel driver: N/A bus ID: 00:02.0
Device-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] driver: nvidia v: 390.87 bus ID: 01:00.0
Display: x11 server: X.Org 1.20.1 driver: fbdev,nouveau FAILED: nvidia unloaded: modesetting,vesa
resolution: 1920x1080~77Hz
OpenGL: renderer: N/A v: N/A direct render: N/A
Anyone have some ideas on how to fix this?
suspend
suspend
edited Jan 23 at 15:36
Android Dev
11k63362
11k63362
asked Jan 23 at 14:09
Dilshan MadurangaDilshan Maduranga
61
61
I'm using Kubuntu 18.10
– Dilshan Maduranga
Jan 23 at 14:09
add a comment |
I'm using Kubuntu 18.10
– Dilshan Maduranga
Jan 23 at 14:09
I'm using Kubuntu 18.10
– Dilshan Maduranga
Jan 23 at 14:09
I'm using Kubuntu 18.10
– Dilshan Maduranga
Jan 23 at 14:09
add a comment |
2 Answers
2
active
oldest
votes
Have you tried pressing Ctrl+Alt+F4 and then ps aux | grep "xserv"
And then
kill (enter_pid_of_xserver_here)
This usually works for me.
add a comment |
Same problem here, most of the time but not every time, on 18.10 with gnome, same graphic card with latest Nvidia driver.
I can't access to another tty cause the computer doesn't seem to really wake up.
On a wake up try, the screen backlight doesn't turn on, music don't resume, and I can't ear any HDD sound, only fans seem to turn on.
The only way to get back a working system is to unplug the AC, force shutdown by pressing a few seconds the power button, and wait around 10 secs before pressing it again so that it boots normally (but doesn't resume) and if you don't wait enough time, you get the same void screen of the death.
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%2f1112250%2fkubuntu-18-10-nvidia-wont-wake-from-suspend%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Have you tried pressing Ctrl+Alt+F4 and then ps aux | grep "xserv"
And then
kill (enter_pid_of_xserver_here)
This usually works for me.
add a comment |
Have you tried pressing Ctrl+Alt+F4 and then ps aux | grep "xserv"
And then
kill (enter_pid_of_xserver_here)
This usually works for me.
add a comment |
Have you tried pressing Ctrl+Alt+F4 and then ps aux | grep "xserv"
And then
kill (enter_pid_of_xserver_here)
This usually works for me.
Have you tried pressing Ctrl+Alt+F4 and then ps aux | grep "xserv"
And then
kill (enter_pid_of_xserver_here)
This usually works for me.
answered Jan 23 at 16:24
puneetpuneet
11
11
add a comment |
add a comment |
Same problem here, most of the time but not every time, on 18.10 with gnome, same graphic card with latest Nvidia driver.
I can't access to another tty cause the computer doesn't seem to really wake up.
On a wake up try, the screen backlight doesn't turn on, music don't resume, and I can't ear any HDD sound, only fans seem to turn on.
The only way to get back a working system is to unplug the AC, force shutdown by pressing a few seconds the power button, and wait around 10 secs before pressing it again so that it boots normally (but doesn't resume) and if you don't wait enough time, you get the same void screen of the death.
add a comment |
Same problem here, most of the time but not every time, on 18.10 with gnome, same graphic card with latest Nvidia driver.
I can't access to another tty cause the computer doesn't seem to really wake up.
On a wake up try, the screen backlight doesn't turn on, music don't resume, and I can't ear any HDD sound, only fans seem to turn on.
The only way to get back a working system is to unplug the AC, force shutdown by pressing a few seconds the power button, and wait around 10 secs before pressing it again so that it boots normally (but doesn't resume) and if you don't wait enough time, you get the same void screen of the death.
add a comment |
Same problem here, most of the time but not every time, on 18.10 with gnome, same graphic card with latest Nvidia driver.
I can't access to another tty cause the computer doesn't seem to really wake up.
On a wake up try, the screen backlight doesn't turn on, music don't resume, and I can't ear any HDD sound, only fans seem to turn on.
The only way to get back a working system is to unplug the AC, force shutdown by pressing a few seconds the power button, and wait around 10 secs before pressing it again so that it boots normally (but doesn't resume) and if you don't wait enough time, you get the same void screen of the death.
Same problem here, most of the time but not every time, on 18.10 with gnome, same graphic card with latest Nvidia driver.
I can't access to another tty cause the computer doesn't seem to really wake up.
On a wake up try, the screen backlight doesn't turn on, music don't resume, and I can't ear any HDD sound, only fans seem to turn on.
The only way to get back a working system is to unplug the AC, force shutdown by pressing a few seconds the power button, and wait around 10 secs before pressing it again so that it boots normally (but doesn't resume) and if you don't wait enough time, you get the same void screen of the death.
answered Feb 6 at 10:24
Paul ALBERTPaul ALBERT
492
492
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%2f1112250%2fkubuntu-18-10-nvidia-wont-wake-from-suspend%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
I'm using Kubuntu 18.10
– Dilshan Maduranga
Jan 23 at 14:09