Jump to content

Different solutions


Andy Vandijck
 Share

925 posts in this topic

Recommended Posts

hi andy tried this on my notebook

here is my  EDID.bin

attachicon.gifEDID.bin.zip

and here is the generated kext 

attachicon.gifDisplayMergeNub.kext.zip

and installed it on system /library / extensions 

 

but it appears that kext not loaded ! and no changes on ioreg

attachicon.gifScreen Shot 2013-06-26 at 3.19.28 PM.png

 

so what is the problem ?!

Did you reboot?

You need to....

Link to comment
Share on other sites

yes of course rebuilt cache and restarted 

I noticed some imperfections in your EDID.

I have corrected them.

EDID binary required to make driver is attached.

Re-create your driver with this EDID.

It should work.

Be sure to use the latest version of the app (V1.2)

EDIT: Ow: AppleBacklightDisplay... need to add that to the app.

I'll correct your driver manually... be patient ;)

EDIT2: Done... this will work for your laptop.

I need to add AppleBacklightDisplay to the app... will do so this evening.

EDID_MK_Fixed.zip

DisplayMergeNub_MK_BacklightDisplay.kext.zip

  • Like 1
Link to comment
Share on other sites

I noticed some imperfections in your EDID.

I have corrected them.

EDID binary required to make driver is attached.

Re-create your driver with this EDID.

It should work.

Be sure to use the latest version of the app (V1.2)

EDIT: Ow: AppleBacklightDisplay... need to add that to the app.

I'll correct your driver manually... be patient ;)

EDIT2: Done... this will work for your laptop.

I need to add AppleBacklightDisplay to the app... will do so this evening.

thanks very much andy now it works fine :D

and sorry for my late on testing it was out from my hand :(

 

thanks for your help  i hadn't noticed  this fault  :D

 

post-378955-0-10394000-1372265997_thumb.png

Link to comment
Share on other sites

Why those little Apple engineers...

Apparently they don't like my kexts lol.

They still work at the moment but in the future it might be needed to change the name of the driver...

WTF :D

 

So they took all the names of the kexts from osx86 websites and made a blacklist kexts? (I hope the kexts can be blocked with a bootloader or maybe FakeSMC)..

Link to comment
Share on other sites

WTF :D

 

So they took all the names of the kexts from osx86 websites and made a blacklist kexts? (I hope the kexts can be blocked with a bootloader or maybe FakeSMC)..

Yeah. In DP1 and DP2 it doesn't work yet but with a future DP or GM it will.

Currently the kext can also be deleted but that's also gonna change I bet

Link to comment
Share on other sites

Sh*t...

I found one of my account's name, which is my current apple-id, in the list...

 

What the hell are they thinking. That's really childish...

 

And one of the most ridiculous one is com.CalDigit.driver.CalDigitUSBxHCI. Don't they even consider what if it's installed by users who purchase CalDigit's USB3 card?

Link to comment
Share on other sites

Hi Andy thank v.much its worked but I try to make 3 display with one kext DisplayMergeNub.kext its very hard.I upload my ioreg ,override worked and with kext just work one display.Can you look my files and make 3 to 1kext please.I have ati and nvidia card.

folder 1.zip

Link to comment
Share on other sites

I added support for AppleBacklightDisplay steered displays and also AppleDisplay.

V1.3... :D

 

Hi Andy thank v.much its worked but I try to make 3 display with one kext DisplayMergeNub.kext its very hard.I upload my ioreg ,override worked and with kext just work one display.Can you look my files and make 3 to 1kext please.I have ati and nvidia card.

I'll check.

I noticed you have 2 identical monitors and 1 different...

Test the driver below, it should work. ;)

DisplayMergeNub_manor.zip

  • Like 1
Link to comment
Share on other sites

Sh*t...

I found one of my account's name, which is my current apple-id, in the list...

 

What the hell are they thinking. That's really childish...

 

And one of the most ridiculous one is com.CalDigit.driver.CalDigitUSBxHCI. Don't they even consider what if it's installed by users who purchase CalDigit's USB3 card?

Yeah... Huawei (USB 3G sticks) drivers are also blacklisted, etc...

When this goes into effect, a lot of mac users will be pissed...

Hell, what we know, we can bypass ;)

  • Like 1
Link to comment
Share on other sites

Yeah... Huawei (USB 3G sticks) drivers are also blacklisted, etc...

When this goes into effect, a lot of mac users will be pissed...

Hell, what we know, we can bypass ;)

I believe they'd lost more fans if they do so... (or not? )

Apple is not that attractive to me since they've released a fu*ing unstable iOS6 for my iPhone4.

They should spend more time improving the stability, not on this stupid one.

 

I was thinking about if I should buy MacBook Pro after I go to college. Now, I'd probably choose hackintosh laptop to support osx86 project.  :D

Link to comment
Share on other sites

Thanks Andy I install kext after restart E.thing worked but ati gibba p.key change toNVDA,Display-B@1/NVDA/display0/AppleDisplay-610-9227

look image. I have 2 led same monitor.one dvi and 2 hdmi anyway thanks man.

post-413859-0-97268300-1372273689_thumb.png

test 1.zip

Link to comment
Share on other sites

Thanks Andy I install kext after restart E.thing worked but ati gibba p.key change toNVDA,Display-B@1/NVDA/display0/AppleDisplay-610-9227

look image. I have 2 led same monitor.one dvi and 2 hdmi anyway thanks man.

Yeah I know.

Needed evil with identical displays connected.

But it will work just fine

Link to comment
Share on other sites

I feel it's the other way around. I think the kexts mentioned in the exclude list can be loaded without signing , which is required for other kexts which are not mentioned in the exclude list. i.e In other words Apple might be kind of helping our kexts bypass maverik's kext security in place.

  • Like 3
Link to comment
Share on other sites

Thanks man .My 6950 need patched.I delete AMDRadeonX3000 otherwise not worked in 10.9

Thank you you are best Coder.

Link to comment
Share on other sites

I feel it's the other way around. I think the kexts mentioned in the exclude list can be loaded without signing , which is required for other kexts which are not mentioned in the exclude list. i.e In other words Apple might be kind of helping our kexts bypass maverik's kext security in place.

That would be really cool.

That explains why it doesn't complain about those kexts when you install them.

Link to comment
Share on other sites

Yeah Andy. If that's the case , be ready to receive a pay check from Apple ! You deserve it :)

Send them a mail: hey! You forgot some of my drivers. Lol
  • Like 1
Link to comment
Share on other sites

New version: V1.4

- Added IODisplayPrefs check in DisplayMergeNub.kext

- Added build target for DisplayMergeNub.kext

- Added IODisplayPrefs key in FixEDID for matching on that key

- Added optimization for multiple monitors (identical), now you can override each display, even on multiple GPU's individually

- Fixed a mistake in just edid override

 

The IODisplayPrefs key also means that if your monitor's change, you might need to remake the patch but this is the optimal way to go because this way you can override each monitor individually on each card on each port.

EDIT: I'll make the IODisplayPrefs check toggleable in V1.5

This way it is only needed in case of identical monitors

Link to comment
Share on other sites

Hi Andy thank you for your kext. I noteced with your kext HDMI sound not work.without is working.

post-413859-0-86980700-1372427003_thumb.png

Link to comment
Share on other sites

Hi Andy thank you for your kext. I noteced with your kext HDMI sound not work.without is working.

That's odd...

Try iMac model...

Look below, I also have HDMI audio and it works with it

EDIT: You used the right EDID binary? It's not the same as your other display.

Could you save in IORegistryExplorer and upload me the zipped .ioreg file?

I'll fix it for you.

Make sure you remove the injector and reboot before you make it

 

I made a new version: V1.5

- Added override for IODisplayPrefs (check/don't check)

- Added used display class for the selected monitor auto detection (AppleDisplay/AppleBacklightDisplay)

- Updated DisplayMergeNub.kext for handling boolean for IODisplayPrefs use or not

post-100023-0-55315900-1372429781_thumb.png

Link to comment
Share on other sites

Thanks Andy.After set iMac worked HDMI.

Thank you.WAOO

post-413859-0-76717200-1372434649_thumb.png

Link to comment
Share on other sites

SomeOne made inject 5000conroller


http://www.osx86.net/view/3970-hd_5xxx.html


Hi Andy, I try to make for our 6950/6970 Can you fix this AMD6000Injector please


 


This is ori ati kexts from 10.9 dp2


http://www.mediafire.com/download/bfnhi7b9lsexe69/ati_ori_10.9_dp2.zip


AMD6000Injector 10.9.zip

Link to comment
Share on other sites

 Share

×
×
  • Create New...