Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4K Screen problem waking from sleep #3

Closed
romancin opened this issue Jul 5, 2020 · 2 comments
Closed

4K Screen problem waking from sleep #3

romancin opened this issue Jul 5, 2020 · 2 comments

Comments

@romancin
Copy link

romancin commented Jul 5, 2020

Hi! Thank you very much for your work. It has been the best I have seen and I tried a lot :)

The only problem I have is that when I close and open the lid, the screen is completely unusable:
69070F87-6784-4564-9FF7-FEB09B87B516

Do you know how I can try to fix it? Thank you!

@gorquan
Copy link
Owner

gorquan commented Jul 6, 2020

sorry,My version is 1080p. This seems to be due to a problem with the 4K display, there is no solution for the time being.If you have any good solutions, please let me know

@romancin
Copy link
Author

romancin commented Jul 7, 2020

sorry,My version is 1080p. This seems to be due to a problem with the 4K display, there is no solution for the time being.If you have any good solutions, please let me know

Found it, works perfectly with your EFI folder making only 2 changes in config.plist:

<key>NVRAM</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
			<dict>
				<key>UIScale</key>
				<data>Ag==</data>
			</dict>
...

and

<key>DeviceProperties</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>dpcd-max-link-rate</key>
				<data>FAAAAA==</data>

It would be awesome if you can include this in the README :)

Thank you for your work!!

@romancin romancin closed this as completed Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants