Hello everyone, I am using an Inspiron 15 7567, I recently installed Ubuntu 18.04 on it, But I had restart/suspend/resume problems with it, So i followed This guide and got restart and other issues fixed but I still cannot resume from suspend, the laptop just hangs, Can anyone tell me what the problem is ? or perhaps give me a direction ? I tried multiple distros and desktop environments but still no luck....
I have an XPS 15 9560, something that has worked for me is the kernel parameters acpi_osi=! with acpi_osi='Windows 2009' then make the brightness control acpi_backlight=vendor
Good Luck!
** PS : You might have more chance on AskUbuntu or Reddit for an answer!
I stumbled across this thread yesterday, as I too was plagued over this issue, This struck me when I was collecting dmesg messages from different OSs while trying to report a bug on Fedora Bugzilla. (I'm a dev there). This also works on Fedora, replace your commands accordingly.
Blacklist nouveau
As usual, it's the stupid and buggy "nouveau" driver. 18.04 is moving away from the old OST module "bbswitch". So, the kernel loads "nouveau" driver, in order to use Optimus power saving.
Fixing this:
First, install NVIDIA drivers. `ubuntu-drivers autoinstall` will install nvidia-390. It's substantially altered from the earlier packages.
Disable nvidia-fallback.service which always loads nouveau: `systemctl disable nvidia-fallback.service`
I am experencing a similar problem on the Inspiron 14 7276 after installing Ubuntu 18.04 and switching from the noveau driver to the proprietary nvidivia Xorg driver.
When enabling the NVidia mx150 driver (tested with nvidia-driver-390 as well as ver. 396) the computer works normally and the card is recognized but when closing and reopening the lid, the laptop cannot resume from suspension.
A green screen is shown with icons of my desktop all confused on the background, the mouse pointer is still there and moves but no input either from the mouse or keyboard is accepted and the only way to regain control of the computer is forced rebooting.
I tried all the above suggestions in this thread but none of them fixed the problem, is there perhaps something else I should try to solve this suspend/resume problem?
I experienced this problem with my New XPS 15 9570 running Ubuntu 18.04.01 LTS. I'd suspend and the laptop would go to sleep. When I went to resume the laptop, I'd get a black screen with the cursor in the upper left, the fans would all go to full speed and the laptop would just sit there.
I followed the steps agathver laid out above and it fixed my problem
1. I already had the Nvidia drivers installed and was already using them 2. sudo systemctl disable nvidia-fallback.service 3. Edited /etc/default/grub and added the line : GRUB_CMDLINE_LINUX="nouveau.blacklist=1" 4. sudo update-grub 5. Restarted the laptop
XPS 15 9570 with Ubuntu 18.04 LTS, first I tried the Gene Wood procedure (nouveau.blacklist=1) and the suspension-resume worked only once, then I tried the Casc4 procedure (nouveau.blacklist=0) and again it worked for only once, it makes no sense! someone give me explanations?
GrimSleepless
1 Message
142261
1
Posted May 1st, 2018 05:00
I have an XPS 15 9560, something that has worked for me is the kernel parameters acpi_osi=! with acpi_osi='Windows 2009' then make the brightness control acpi_backlight=vendor
Good Luck!
** PS : You might have more chance on AskUbuntu or Reddit for an answer!