18.04 Screen remains blank after wake up from suspend
So, when I suspend my laptop, then wake it up later, my laptop does turn on, I'm able to, for example, turn up and down the volume with audio confirmation using the kepboard, but my screen remains black and doesn't show anything until after I restart my laptop.
suspend screen
add a comment |
So, when I suspend my laptop, then wake it up later, my laptop does turn on, I'm able to, for example, turn up and down the volume with audio confirmation using the kepboard, but my screen remains black and doesn't show anything until after I restart my laptop.
suspend screen
1
i updated the kernal to v4.17 and it solve this issue.
– Rubanraj Ravichandran
Jul 4 '18 at 11:21
add a comment |
So, when I suspend my laptop, then wake it up later, my laptop does turn on, I'm able to, for example, turn up and down the volume with audio confirmation using the kepboard, but my screen remains black and doesn't show anything until after I restart my laptop.
suspend screen
So, when I suspend my laptop, then wake it up later, my laptop does turn on, I'm able to, for example, turn up and down the volume with audio confirmation using the kepboard, but my screen remains black and doesn't show anything until after I restart my laptop.
suspend screen
suspend screen
asked May 6 '18 at 6:27
deathpigeondeathpigeon
10113
10113
1
i updated the kernal to v4.17 and it solve this issue.
– Rubanraj Ravichandran
Jul 4 '18 at 11:21
add a comment |
1
i updated the kernal to v4.17 and it solve this issue.
– Rubanraj Ravichandran
Jul 4 '18 at 11:21
1
1
i updated the kernal to v4.17 and it solve this issue.
– Rubanraj Ravichandran
Jul 4 '18 at 11:21
i updated the kernal to v4.17 and it solve this issue.
– Rubanraj Ravichandran
Jul 4 '18 at 11:21
add a comment |
6 Answers
6
active
oldest
votes
It is the buggy nouveau driver again. That's what solved the issue for me.
Edit the file /etc/default/grub
(using Vi editor -- some users have not been able to save after editing in Vi and have had to use the alternate "Ex" editing mode, which substitutes sudo edit
below, then Alt+:w and :x for the save and exit commands).
$ sudoedit /etc/default/grub
Add nouveau.modeset=0
to the line that says GRUB_CMDLINE_LINUX
then press CtrlO to save the file and CtrlX to leave Editor.
Run
$ sudo update-grub
Now reboot.
1
It didn't work for me - using GTX 970 with nvidia-390 driver.
– Soichi Hayashi
Aug 10 '18 at 20:51
Seems to work for me. Using GTX1050 and nvidia driver, with Samsung 4K monitor 28 inch
– Roland
Aug 20 '18 at 9:57
add a comment |
That seems graphics card driver problem.
Try Ctrl + Alt + F3 then Ctrl + Alt + F2 (might be F7) this might turn on display.
But it's temporary solution.
You may want to persistent solution then you can try to upgrade or change your graphics driver or try @cascagrossa's grub settings solution.
1
This solutions works for my setup. 2 monitors connected via DP to an nvidia 1080. When my power settings turn off my monitor 9/10 when resuming my secondary monitor receives the "No display signal" message and remains off. Using these key combinations has worked every time. thanks!
– John
yesterday
add a comment |
Sorry if what I'm saying is weird (I'm using the google translator).
In my case, I am using an Asus Vivobook S15.
After desperately searching, I accidentally gave the solution (in my case) and I wanted to share it.
What I did was install the Unity Desktop:
$ sudo apt install ubuntu-unity-desktop
And although it seems absurd, it began to work, almost magically.
I hope this information is useful for someone. A greeting!
add a comment |
- Bring pointer[ arrow ] to the bottom of screen
- Hold down left click bar which locate below touchpad of laptop then push arrow
toward to center of screen which move the screen up and you will see the blank bar on the bottom of screen then click it ....
It works for me every time....Good luck...
add a comment |
- Just try to change the boot mode to UEFI in bios.
- I too encountered the same problem in my lenovo laptop.
- Just changed the boot mode and i am running it flawlessly
add a comment |
i fixed it by changing Graphics BIOS configuration: Advanced -> Built-In Device Options -> Graphics, then switched from Hybrid Graphics to UMA Graphics. (on an HP laptop)
New contributor
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%2f1032633%2f18-04-screen-remains-blank-after-wake-up-from-suspend%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
It is the buggy nouveau driver again. That's what solved the issue for me.
Edit the file /etc/default/grub
(using Vi editor -- some users have not been able to save after editing in Vi and have had to use the alternate "Ex" editing mode, which substitutes sudo edit
below, then Alt+:w and :x for the save and exit commands).
$ sudoedit /etc/default/grub
Add nouveau.modeset=0
to the line that says GRUB_CMDLINE_LINUX
then press CtrlO to save the file and CtrlX to leave Editor.
Run
$ sudo update-grub
Now reboot.
1
It didn't work for me - using GTX 970 with nvidia-390 driver.
– Soichi Hayashi
Aug 10 '18 at 20:51
Seems to work for me. Using GTX1050 and nvidia driver, with Samsung 4K monitor 28 inch
– Roland
Aug 20 '18 at 9:57
add a comment |
It is the buggy nouveau driver again. That's what solved the issue for me.
Edit the file /etc/default/grub
(using Vi editor -- some users have not been able to save after editing in Vi and have had to use the alternate "Ex" editing mode, which substitutes sudo edit
below, then Alt+:w and :x for the save and exit commands).
$ sudoedit /etc/default/grub
Add nouveau.modeset=0
to the line that says GRUB_CMDLINE_LINUX
then press CtrlO to save the file and CtrlX to leave Editor.
Run
$ sudo update-grub
Now reboot.
1
It didn't work for me - using GTX 970 with nvidia-390 driver.
– Soichi Hayashi
Aug 10 '18 at 20:51
Seems to work for me. Using GTX1050 and nvidia driver, with Samsung 4K monitor 28 inch
– Roland
Aug 20 '18 at 9:57
add a comment |
It is the buggy nouveau driver again. That's what solved the issue for me.
Edit the file /etc/default/grub
(using Vi editor -- some users have not been able to save after editing in Vi and have had to use the alternate "Ex" editing mode, which substitutes sudo edit
below, then Alt+:w and :x for the save and exit commands).
$ sudoedit /etc/default/grub
Add nouveau.modeset=0
to the line that says GRUB_CMDLINE_LINUX
then press CtrlO to save the file and CtrlX to leave Editor.
Run
$ sudo update-grub
Now reboot.
It is the buggy nouveau driver again. That's what solved the issue for me.
Edit the file /etc/default/grub
(using Vi editor -- some users have not been able to save after editing in Vi and have had to use the alternate "Ex" editing mode, which substitutes sudo edit
below, then Alt+:w and :x for the save and exit commands).
$ sudoedit /etc/default/grub
Add nouveau.modeset=0
to the line that says GRUB_CMDLINE_LINUX
then press CtrlO to save the file and CtrlX to leave Editor.
Run
$ sudo update-grub
Now reboot.
edited Oct 2 '18 at 6:05
Bingo
2691212
2691212
answered May 29 '18 at 1:48
cascagrossacascagrossa
813
813
1
It didn't work for me - using GTX 970 with nvidia-390 driver.
– Soichi Hayashi
Aug 10 '18 at 20:51
Seems to work for me. Using GTX1050 and nvidia driver, with Samsung 4K monitor 28 inch
– Roland
Aug 20 '18 at 9:57
add a comment |
1
It didn't work for me - using GTX 970 with nvidia-390 driver.
– Soichi Hayashi
Aug 10 '18 at 20:51
Seems to work for me. Using GTX1050 and nvidia driver, with Samsung 4K monitor 28 inch
– Roland
Aug 20 '18 at 9:57
1
1
It didn't work for me - using GTX 970 with nvidia-390 driver.
– Soichi Hayashi
Aug 10 '18 at 20:51
It didn't work for me - using GTX 970 with nvidia-390 driver.
– Soichi Hayashi
Aug 10 '18 at 20:51
Seems to work for me. Using GTX1050 and nvidia driver, with Samsung 4K monitor 28 inch
– Roland
Aug 20 '18 at 9:57
Seems to work for me. Using GTX1050 and nvidia driver, with Samsung 4K monitor 28 inch
– Roland
Aug 20 '18 at 9:57
add a comment |
That seems graphics card driver problem.
Try Ctrl + Alt + F3 then Ctrl + Alt + F2 (might be F7) this might turn on display.
But it's temporary solution.
You may want to persistent solution then you can try to upgrade or change your graphics driver or try @cascagrossa's grub settings solution.
1
This solutions works for my setup. 2 monitors connected via DP to an nvidia 1080. When my power settings turn off my monitor 9/10 when resuming my secondary monitor receives the "No display signal" message and remains off. Using these key combinations has worked every time. thanks!
– John
yesterday
add a comment |
That seems graphics card driver problem.
Try Ctrl + Alt + F3 then Ctrl + Alt + F2 (might be F7) this might turn on display.
But it's temporary solution.
You may want to persistent solution then you can try to upgrade or change your graphics driver or try @cascagrossa's grub settings solution.
1
This solutions works for my setup. 2 monitors connected via DP to an nvidia 1080. When my power settings turn off my monitor 9/10 when resuming my secondary monitor receives the "No display signal" message and remains off. Using these key combinations has worked every time. thanks!
– John
yesterday
add a comment |
That seems graphics card driver problem.
Try Ctrl + Alt + F3 then Ctrl + Alt + F2 (might be F7) this might turn on display.
But it's temporary solution.
You may want to persistent solution then you can try to upgrade or change your graphics driver or try @cascagrossa's grub settings solution.
That seems graphics card driver problem.
Try Ctrl + Alt + F3 then Ctrl + Alt + F2 (might be F7) this might turn on display.
But it's temporary solution.
You may want to persistent solution then you can try to upgrade or change your graphics driver or try @cascagrossa's grub settings solution.
edited 22 hours ago
answered May 6 '18 at 6:35
Almas DusalAlmas Dusal
36924
36924
1
This solutions works for my setup. 2 monitors connected via DP to an nvidia 1080. When my power settings turn off my monitor 9/10 when resuming my secondary monitor receives the "No display signal" message and remains off. Using these key combinations has worked every time. thanks!
– John
yesterday
add a comment |
1
This solutions works for my setup. 2 monitors connected via DP to an nvidia 1080. When my power settings turn off my monitor 9/10 when resuming my secondary monitor receives the "No display signal" message and remains off. Using these key combinations has worked every time. thanks!
– John
yesterday
1
1
This solutions works for my setup. 2 monitors connected via DP to an nvidia 1080. When my power settings turn off my monitor 9/10 when resuming my secondary monitor receives the "No display signal" message and remains off. Using these key combinations has worked every time. thanks!
– John
yesterday
This solutions works for my setup. 2 monitors connected via DP to an nvidia 1080. When my power settings turn off my monitor 9/10 when resuming my secondary monitor receives the "No display signal" message and remains off. Using these key combinations has worked every time. thanks!
– John
yesterday
add a comment |
Sorry if what I'm saying is weird (I'm using the google translator).
In my case, I am using an Asus Vivobook S15.
After desperately searching, I accidentally gave the solution (in my case) and I wanted to share it.
What I did was install the Unity Desktop:
$ sudo apt install ubuntu-unity-desktop
And although it seems absurd, it began to work, almost magically.
I hope this information is useful for someone. A greeting!
add a comment |
Sorry if what I'm saying is weird (I'm using the google translator).
In my case, I am using an Asus Vivobook S15.
After desperately searching, I accidentally gave the solution (in my case) and I wanted to share it.
What I did was install the Unity Desktop:
$ sudo apt install ubuntu-unity-desktop
And although it seems absurd, it began to work, almost magically.
I hope this information is useful for someone. A greeting!
add a comment |
Sorry if what I'm saying is weird (I'm using the google translator).
In my case, I am using an Asus Vivobook S15.
After desperately searching, I accidentally gave the solution (in my case) and I wanted to share it.
What I did was install the Unity Desktop:
$ sudo apt install ubuntu-unity-desktop
And although it seems absurd, it began to work, almost magically.
I hope this information is useful for someone. A greeting!
Sorry if what I'm saying is weird (I'm using the google translator).
In my case, I am using an Asus Vivobook S15.
After desperately searching, I accidentally gave the solution (in my case) and I wanted to share it.
What I did was install the Unity Desktop:
$ sudo apt install ubuntu-unity-desktop
And although it seems absurd, it began to work, almost magically.
I hope this information is useful for someone. A greeting!
answered Nov 1 '18 at 3:01
Matías GMatías G
111
111
add a comment |
add a comment |
- Bring pointer[ arrow ] to the bottom of screen
- Hold down left click bar which locate below touchpad of laptop then push arrow
toward to center of screen which move the screen up and you will see the blank bar on the bottom of screen then click it ....
It works for me every time....Good luck...
add a comment |
- Bring pointer[ arrow ] to the bottom of screen
- Hold down left click bar which locate below touchpad of laptop then push arrow
toward to center of screen which move the screen up and you will see the blank bar on the bottom of screen then click it ....
It works for me every time....Good luck...
add a comment |
- Bring pointer[ arrow ] to the bottom of screen
- Hold down left click bar which locate below touchpad of laptop then push arrow
toward to center of screen which move the screen up and you will see the blank bar on the bottom of screen then click it ....
It works for me every time....Good luck...
- Bring pointer[ arrow ] to the bottom of screen
- Hold down left click bar which locate below touchpad of laptop then push arrow
toward to center of screen which move the screen up and you will see the blank bar on the bottom of screen then click it ....
It works for me every time....Good luck...
answered Sep 21 '18 at 0:00
aaron maneeaaron manee
1
1
add a comment |
add a comment |
- Just try to change the boot mode to UEFI in bios.
- I too encountered the same problem in my lenovo laptop.
- Just changed the boot mode and i am running it flawlessly
add a comment |
- Just try to change the boot mode to UEFI in bios.
- I too encountered the same problem in my lenovo laptop.
- Just changed the boot mode and i am running it flawlessly
add a comment |
- Just try to change the boot mode to UEFI in bios.
- I too encountered the same problem in my lenovo laptop.
- Just changed the boot mode and i am running it flawlessly
- Just try to change the boot mode to UEFI in bios.
- I too encountered the same problem in my lenovo laptop.
- Just changed the boot mode and i am running it flawlessly
answered Nov 1 '18 at 3:28
SravanSravan
76
76
add a comment |
add a comment |
i fixed it by changing Graphics BIOS configuration: Advanced -> Built-In Device Options -> Graphics, then switched from Hybrid Graphics to UMA Graphics. (on an HP laptop)
New contributor
add a comment |
i fixed it by changing Graphics BIOS configuration: Advanced -> Built-In Device Options -> Graphics, then switched from Hybrid Graphics to UMA Graphics. (on an HP laptop)
New contributor
add a comment |
i fixed it by changing Graphics BIOS configuration: Advanced -> Built-In Device Options -> Graphics, then switched from Hybrid Graphics to UMA Graphics. (on an HP laptop)
New contributor
i fixed it by changing Graphics BIOS configuration: Advanced -> Built-In Device Options -> Graphics, then switched from Hybrid Graphics to UMA Graphics. (on an HP laptop)
New contributor
New contributor
answered 2 days ago
youcefyoucef
1
1
New contributor
New contributor
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.
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%2f1032633%2f18-04-screen-remains-blank-after-wake-up-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
1
i updated the kernal to v4.17 and it solve this issue.
– Rubanraj Ravichandran
Jul 4 '18 at 11:21