-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot wake from suspend #349
Comments
Fixed by adding |
my /etc/default/grub is empty like WTF never had a GRUB file empty in linux xd. |
Since 18.04, Pop!_OS has been using sytemd-boot instead of GRUB on all UEFI installations. kernelstub is used to manage adding kernel parameters and the like. |
I am new to Linux trying out Pop!_OS 19.10 on my new XPS 7590. I seem to have the same problem when trying to unsuspend using NVIDIA graphics. On freeze, I see the log entry like "GPU has fallen off the bus". I have tired adding kernelstub arguments based on this thread and another to no avail. I would like to be able to suspend my computer so any help is welcomed :-). |
I solved the issue in a different way then what is shown above using the following command to set my kernel boot options:
Specifically, the |
I "cross-graded" a Ubuntu install to pop on a Thinkpad T430 and had the same issue that |
Thank you! |
Distribution (run
cat /etc/os-release
):NAME="Pop!_OS"
VERSION="18.04 LTS"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Pop!_OS 18.04 LTS"
VERSION_ID="18.04"
HOME_URL="https://system76.com/pop"
SUPPORT_URL="http://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
Issue/Bug Description:
When trying to wake the system from suspend, it hangs on a black screen.
Steps to reproduce (if you know):
Expected behavior:
I expect the computer to wake from suspend normally, however it seems to hang with a black screen until I force a shutdown by holding the power button.
Other Notes:
My computer is a Dell XPS 15 9570.
I have a 1050 Ti MaxQ, and the most recent proprietary Nvidia drivers.
The text was updated successfully, but these errors were encountered: