Skip to content

Instantly share code, notes, and snippets.

@garronej
Last active September 1, 2021 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garronej/8fcf3599c7eec253e7bbc07c4a8cca73 to your computer and use it in GitHub Desktop.
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.
#!/bin/bash
cscreen -d 32 -x 1600 -y 900 -r 60
sleep 1
cscreen -d 32 -x 1920 -y 1080
@garronej
Copy link
Author

image

@garronej
Copy link
Author

2019-10-10 04-47-02

@garronej
Copy link
Author

I am sharing here the fix I found for the display bug shown on the image.
I figured out that changing the resolution fix the problem so I wrote a bash script that automatically run on startup ( with automator ) which reduce the resolution to 1600x900 then put it back to 1980x1080. Problem solved.
gist
My computer is a Thinkpad yoga S1 i5-4200u

@BujuHackTosh
Copy link

Hwy man, rhe script is not working on Big Sur

@garronej
Copy link
Author

garronej commented Sep 1, 2021

Hi,
this script was a hack I am not proud of anyway.
I gave up trying to do it myself. I can recommend you a good freelancer, he did all my machines and they work like a charm.

https://www.fiverr.com/muhammadahmedb

@BujuHackTosh
Copy link

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?

@garronej
Copy link
Author

garronej commented Sep 1, 2021

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