Skip to content

Instantly share code, notes, and snippets.

@kazemihabib
Created December 25, 2018 06:32
Show Gist options
  • Save kazemihabib/b8e02c19916aae325a9d3a21d193324b to your computer and use it in GitHub Desktop.
Save kazemihabib/b8e02c19916aae325a9d3a21d193324b to your computer and use it in GitHub Desktop.
How to fix Gpu has fallen off the bus when waking up from suspend
sudo vim /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash rcutree.rcu_idle_gp_delay=1 acpi_osi=! acpi_osi='Windows 2009'"
sudo update-grub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment