Skip to content

Instantly share code, notes, and snippets.

@arpitjindal97
Last active January 29, 2023 20:17
Show Gist options
  • Save arpitjindal97/4710302a522938f46cd270a96f5f53f4 to your computer and use it in GitHub Desktop.
Save arpitjindal97/4710302a522938f46cd270a96f5f53f4 to your computer and use it in GitHub Desktop.
Script to fix screen flicker on Intel Iris Graphics card
sudo touch /etc/modprobe.d/i915.conf
sudo echo "options i915 enable_guc=3 enable_psr=0" > /etc/modprobe.d/i915.conf
## sudo touch /etc/modprobe.d/i8042.conf
## sudo echo "options i8042 direct dumbkbd" > /etc/modprobe.d/i8042.conf
sudo update-initramfs -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment