Last active
January 29, 2023 20:17
-
-
Save arpitjindal97/4710302a522938f46cd270a96f5f53f4 to your computer and use it in GitHub Desktop.
Script to fix screen flicker on Intel Iris Graphics card
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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