Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Reboot and hibernation should hopefully now be working.  GIve it a go.

Stop 2019 Razer Blade 15 waking right after sleep

One of my (nicer) machines (Razer Blade 15) wouldn't sleep, or at least stay asleep (kind of like my kids...).  It would immediately wake after trying to sleep.  Apparently, it's caused by the USB 3.0 chip used on the machine.

...

Info

Note, even with this, after first starting up and then (the first) sleep - my machine wakes up immediately (unless I close my lid, which makes it stay asleep).  After that first "wake-up" it will now sleep properly (i.e. not wakeup automatically).

Stop (2019) Razer Blade 15 infinite suspend loop

On my 2019 Razer Blade 15, it would wake from suspend correctly on the first suspend after a boot.  Thereafter when it woke it would, after about 10 seconds, sleep again ad infinitum.

The ArchWiki gives the workaround for this issue in the form of a kernel parameter:

append the following kernel parameter to the GRUB_CMDLINE_LINUX_DEFAULT line in /etc/default/grub:

Code Block
button.lid_init_state=open

After appending if should look something like line 4 in:

Code Block
linenumberstrue
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR='Manjaro'
GRUB_CMDLINE_LINUX_DEFAULT="quiet resume=UUID=f68ed3c5-da10-4288-890f-b83d8763e85e nvidia-drm.modeset=1 button.lid_init_state=open"
GRUB_CMDLINE_LINUX=""

# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
...

Save the changes and then run:

Code Block
sudo update-grub

Set default applications

We can generally set default (or preferred applications) in Mi3 by using the morec_menu (mod+z).  Navigate with mod+z → settings → preferred applications.  However, in my case, even setting my preferred browser to chrome (or chromium) didn't stick.

...