Contribute
Register

Adding/Using HiDPI custom resolutions

Status
Not open for further replies.
Can I use fake id like what you have mentioned previously?
hope you share th method to change dvmt in dell bios.
my computer is dell optiplex 7050.
 
i use IntelGraphicsDMVTFixup.kext, then display is ok,but seem to have some problem with sleep.
before i use IntelGraphicsDMVTFixup.kext, the pm is seem as well.
I just update the biso version to 1.19, which is new.but it not work. I changed back to 1.18,then boot well.
 
You can get a list of all of them...

Install Hex Fiend.
In Terminal:
Code:
open -a "Hex Fiend" /System/Library/Extensions/AppleIntelKBLGraphicsFramebuffer.kext/Contents/MacOS/AppleIntelKBLGraphicsFramebuffer
In Hex Fiend, search for a known ig-platform-id, for example, 0x59120000 is hex search for '00 00 12 59'
Each ig-platform-id is 184 bytes (in this kext and SKL).
It helps to expand the Hex Fiend window to 23 columns (need a big screen, 184/4/2=23), because then you can see each ig-platform-id lined up vertically (every other row).
You will find the table starts with 0x591e0000 and the last is 0x591b0006. The 0xFFFFFFFF signifies the end of table.
@RehabMan I mean this post
 
That post has nothing to do with "fakeid".
AAPL,ig-platform-id injection is not the same as device-id injection.
So this would not help in my case here?
 
This post I mean, by trying different ig-platform-id values

Read recent posts in this thread for ig-platform-id values that have helped others.
 
Read recent posts in this thread for ig-platform-id values that have helped others.
Is it only ig-platform-id I need to change?
I've tried 59120000, 59160000, 591b0000, 59260000, 59260002, but no avail.
Thanks.
 
Is it only ig-platform-id I need to change?
I've tried 59120000, 59160000, 591b0000, 59260000, 59260002, but no avail.
Thanks.

Without PR files that represent the attempt, I cannot verify or help.
I think it was 0x59260002 that was providing success. You should read recent posts to confirm.
 
Status
Not open for further replies.
Back
Top