Skip to content

Instantly share code, notes, and snippets.

@Jeckerson
Created April 9, 2020 08:50
Show Gist options
  • Save Jeckerson/375db1a2fa364cbaa906847c00e8b3bb to your computer and use it in GitHub Desktop.
Save Jeckerson/375db1a2fa364cbaa906847c00e8b3bb to your computer and use it in GitHub Desktop.
XPS-13 7390 - Fix display flickering on any ubuntu based OS
sudo nano /etc/default/grub
# Find and comment current value
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
# Change to value below
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_psr=0"
sudo update-grub
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment