-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Blank screen after wake from sleep after the recent 4K/DP related changes #8
Comments
Are you using an external Monitor? |
No, just the laptop screen itself. On some checking, dpcd-max-link-rate may be the problem. The value that you have specified is 0x14 which is for 4K display while my screen is 1080p and the value should be 0x0A (per WhateverGreen documentation). I haven't verified it yet however. Is your screen 4k? |
This change was needed because i've added an external monitor to my daily use setup. Its an 1440p Monitor with 144hz (which uses a similar clockrate as an 4k monitor with 60hz). To support the higher clockrate the dpcd-max-link-rate was needed. In this mode the internal monitor gets deactivated as soon as i connect an external monitor via dp. Currently there is a bug that the internal monitor doesnt activates after the internal was connected once (a reboot is needed). But when I boot without external monitor the config works as before. |
Today i've patched my bios. With modified bios the patch is not longer needed to initialize monitor, so i reverted it, Please test if your problem still occur with current version |
Hi, would you recommend patching the bios? Are you able to access DVMT and CFG Lock via the Advanced tab? I didn't find anyone who did it on 6th gen Thinkpad. |
I followed @tylernguyen guide here. His x1c6 is based on Skylake CPU so i gave it a try. But to be honest, my fingers where a bit sweaty when i patched the bios the first time. |
Yeah I saw the guide and I can image your concerns while doing it. I'm planning to do it myself as soon as I get my other Hackintosh desktop back. |
To be honest, no, but since i patched it i was busy in other projects, the next weekend im alone i will spend some time fiddling with it |
Hi, are you still using the external monitor and if so, how is the performance? I have a 4K monitor and would like to get 4k/60Hz working (and disabling the internal monitor while the external is connected). Is patching bios necessary to make this work? Thank you! |
On my T460, I’m having blank screen after wake from sleep after the recent 4K/DP related changes. It does wake from sleep and the screen is backlit but the screen is blank.
After I reverted the 4K/DP changes, the wake from sleep is back to normal and working.
The text was updated successfully, but these errors were encountered: