Last active
September 1, 2021 00:27
-
-
Save garronej/8fcf3599c7eec253e7bbc07c4a8cca73 to your computer and use it in GitHub Desktop.
Fix intel hd graphics, image become messy half way during the boot screen with apple logo.
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
#!/bin/bash | |
cscreen -d 32 -x 1600 -y 900 -r 60 | |
sleep 1 | |
cscreen -d 32 -x 1920 -y 1080 |
I didn't but he did. I don't know what he did to make it work... My old thinkpad yoga is still on Mojave though
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey man, thanks for the reply and recommendation. I guess my main question is, did you manage to fix the graphics glitch? If yes, what is the actual problem?