Black screen after waking from suspend Ubuntu Budgie 18.10
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have a Dell XPS 15 9570 with Ubuntu Budgie 18.10 installed on it. When I'm using the integrated graphics card from Intel (by issuing sudo prime-select intel
) everything works smoothly, but when I select the NVIDIA dedicated graphics card (issuing sudo prime-select nvidia
) I can't wake from suspend: when I re-open the lid after having closed it, the screen remains black. I can tell that the system actually woke up because the fan makes some noise and the keyboard's backlight works fine.
My dedicated graphics card is the Nvidia GeForce GTX 1050 Ti, and the driver version is 390.87
How to fix this?
ubuntu nvidia-graphics-card
add a comment |
I have a Dell XPS 15 9570 with Ubuntu Budgie 18.10 installed on it. When I'm using the integrated graphics card from Intel (by issuing sudo prime-select intel
) everything works smoothly, but when I select the NVIDIA dedicated graphics card (issuing sudo prime-select nvidia
) I can't wake from suspend: when I re-open the lid after having closed it, the screen remains black. I can tell that the system actually woke up because the fan makes some noise and the keyboard's backlight works fine.
My dedicated graphics card is the Nvidia GeForce GTX 1050 Ti, and the driver version is 390.87
How to fix this?
ubuntu nvidia-graphics-card
add a comment |
I have a Dell XPS 15 9570 with Ubuntu Budgie 18.10 installed on it. When I'm using the integrated graphics card from Intel (by issuing sudo prime-select intel
) everything works smoothly, but when I select the NVIDIA dedicated graphics card (issuing sudo prime-select nvidia
) I can't wake from suspend: when I re-open the lid after having closed it, the screen remains black. I can tell that the system actually woke up because the fan makes some noise and the keyboard's backlight works fine.
My dedicated graphics card is the Nvidia GeForce GTX 1050 Ti, and the driver version is 390.87
How to fix this?
ubuntu nvidia-graphics-card
I have a Dell XPS 15 9570 with Ubuntu Budgie 18.10 installed on it. When I'm using the integrated graphics card from Intel (by issuing sudo prime-select intel
) everything works smoothly, but when I select the NVIDIA dedicated graphics card (issuing sudo prime-select nvidia
) I can't wake from suspend: when I re-open the lid after having closed it, the screen remains black. I can tell that the system actually woke up because the fan makes some noise and the keyboard's backlight works fine.
My dedicated graphics card is the Nvidia GeForce GTX 1050 Ti, and the driver version is 390.87
How to fix this?
ubuntu nvidia-graphics-card
ubuntu nvidia-graphics-card
asked Jan 28 at 10:15
Francesco CariaggiFrancesco Cariaggi
1
1
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I have a similar problem with my Lenovo (also with NVidia graphics). When this happens I just use the key that increases the screen brightness to light up the screen (which is just set to brightness=0).
add a comment |
Considering xenoid's example, it seems it may be a brightness problem, the computer might think it's a laptop, or something else that has a brightness setting.
EDIT: OH WAIT, IT IS A LAPTOP stupid me
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1399187%2fblack-screen-after-waking-from-suspend-ubuntu-budgie-18-10%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
I have a similar problem with my Lenovo (also with NVidia graphics). When this happens I just use the key that increases the screen brightness to light up the screen (which is just set to brightness=0).
add a comment |
I have a similar problem with my Lenovo (also with NVidia graphics). When this happens I just use the key that increases the screen brightness to light up the screen (which is just set to brightness=0).
add a comment |
I have a similar problem with my Lenovo (also with NVidia graphics). When this happens I just use the key that increases the screen brightness to light up the screen (which is just set to brightness=0).
I have a similar problem with my Lenovo (also with NVidia graphics). When this happens I just use the key that increases the screen brightness to light up the screen (which is just set to brightness=0).
answered Jan 28 at 12:45
xenoidxenoid
4,0223719
4,0223719
add a comment |
add a comment |
Considering xenoid's example, it seems it may be a brightness problem, the computer might think it's a laptop, or something else that has a brightness setting.
EDIT: OH WAIT, IT IS A LAPTOP stupid me
add a comment |
Considering xenoid's example, it seems it may be a brightness problem, the computer might think it's a laptop, or something else that has a brightness setting.
EDIT: OH WAIT, IT IS A LAPTOP stupid me
add a comment |
Considering xenoid's example, it seems it may be a brightness problem, the computer might think it's a laptop, or something else that has a brightness setting.
EDIT: OH WAIT, IT IS A LAPTOP stupid me
Considering xenoid's example, it seems it may be a brightness problem, the computer might think it's a laptop, or something else that has a brightness setting.
EDIT: OH WAIT, IT IS A LAPTOP stupid me
answered Jan 28 at 12:52
MenotdanMenotdan
237
237
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1399187%2fblack-screen-after-waking-from-suspend-ubuntu-budgie-18-10%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