Sherlocks Posted July 15, 2017 Share Posted July 15, 2017 Gigabyte Geforce GT 710 (model GV-N710D3-2GL) https://www.amazon.ca/Gigabyte-GeForce-Express-Profile-GV-N710D3-2GL/dp/B01B1WJXK8/ref=sr_1_3?ie=UTF8&qid=1500152245&sr=8-3&keywords=GIGABYTE+GV-N710D3-2GL If you want to buy it, keep in mind that this card does not work on imac12,1 Fakeid 0x01168086platformid 0x00010000 Try this. And tell me result. This is last test for clear fakeid and platformid. Thanks in advance 나의 LG-F800S 의 Tapatalk에서 보냄 Link to comment Share on other sites More sharing options...
Guest ricoc90 Posted July 15, 2017 Share Posted July 15, 2017 Works OOB Sierra and High Sierra This is the card I see in the web It does indeed, but since 10.12.5 it does not work on imac10,1 up to imac12,1 anymore, see the Sierra Optiplex guide. Me, as well as other people reported it It works OOB on macpro3,1 and above and imac13,1 and above Fakeid 0x01168086 platformid 0x00010000 Try this. And tell me result. This is last test for clear fakeid and platformid. Thanks in advance 나의 LG-F800S 의 Tapatalk에서 보냄 Tried, DP not working (stuck at apple logo) and monitor is not being recognized within macOS: Link to comment Share on other sites More sharing options...
chris1111 Posted July 15, 2017 Share Posted July 15, 2017 @Sherlocks not working the value reboot and black screen This is strange, I can not Connect two monitor also with GT 610 Link to comment Share on other sites More sharing options...
Guest ricoc90 Posted July 15, 2017 Share Posted July 15, 2017 This is strange, I can not Connect two monitor also with GT 610 That really is strange... for me VGA on HD 3000 and DVI or HDMI on GT 710 doesn't work (black screen on both), but DP on HD 3000 and DVI-D on GT 710 works without problems... Link to comment Share on other sites More sharing options...
chris1111 Posted July 15, 2017 Share Posted July 15, 2017 That really is strange... for me VGA on HD 3000 and DVI or HDMI on GT 710 doesn't work (black screen on both), but DP on HD 3000 and DVI-D on GT 710 works without problems... I try DVI and HDMI not working I update bios for A19 Look good, fast Boot I try enable UEFI Link to comment Share on other sites More sharing options...
Guest ricoc90 Posted July 15, 2017 Share Posted July 15, 2017 Could someone tell me what is wrong with this? The model only shows when I set the buffer to 0x18 but of course that is too long, so macOS is filling that space with an "," at the end. But if I put 0x16 (or even 0x17), the model gets ignored by macOS (thus it shows Intel HD-video 3000) Method (_DSM, 4, NotSerialized) { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x06) { "device-id", Buffer (0x04) { 0x26, 0x01, 0x00, 0x00 }, "AAPL,snb-platform-id", Buffer (0x04) { 0x10, 0x00, 0x03, 0x00 }, "model", Buffer (0x18) { "Intel HD Graphics 3000" } }) } Link to comment Share on other sites More sharing options...
chris1111 Posted July 15, 2017 Share Posted July 15, 2017 One can progress here, except that the second screen goes to standby and does not want to recover? Maybe because of my DSDT, I have two patches now, one for the HD 3000 and another for the radeon HD 5450? Also I do not manage to boot on the Radeon HD; It boot exclusively on the Intel HD 3000 when I apply the DSDT patch and modify config.plist . An idea would be welcome EDIT** Now I used only a patch DSDT for HD 3000, FakeID for Radeon HD 5450 same issue @ricoc90 take a look in my DSDT please Under GFX0 the patch is applying DSDT.aml.zip Link to comment Share on other sites More sharing options...
Guest ricoc90 Posted July 16, 2017 Share Posted July 16, 2017 One can progress here, except that the second screen goes to standby and does not want to recover? Maybe because of my DSDT, I have two patches now, one for the HD 3000 and another for the radeon HD 5450? Also I do not manage to boot on the Radeon HD; It boot exclusively on the Intel HD 3000 when I apply the DSDT patch and modify config.plist . An idea would be welcome EDIT** Now I used only a patch DSDT for HD 3000, FakeID for Radeon HD 5450 same issue @ricoc90 take a look in my DSDT please Under GFX0 the patch is applying DSDT looks good to me. It's like that in my DSDT too. Maybe rename GFX0 to IGPU? DSDT.aml.zip I too am only able to boot from HD 3000, but as soon as macOS boots the GT 710 comes up Link to comment Share on other sites More sharing options...
Sherlocks Posted July 16, 2017 Share Posted July 16, 2017 @Sherlocks with the config.plist I post here black screen Snow Leopard 10.6.8 HD 3000 using Display Port ? attaching boot log.txt in Sierra 10.12.5 You can see my Display is correct in Clover 9:052 0:000 Intel HD Graphics 3000 [8086:0112] :: PcieRoot(0x0)\Pci(0x2,0x0) 9:052 0:000 Found Full HD Display - 16:9 :: Width=1920 Height=1080 9:052 0:000 AAPL00,DualLink = 1 9:052 0:000 FakeID Intel GFX = 0x01268086 9:052 0:000 snb-platform-id = 0x00030010 9:052 0:000 Intel GFX revision = 0x9 chris your desktop tsc calibration is not correct. Finally: ExternalClock=24MHz BusSpeed=99773kHz CPU=3293MHz PIS: hw.busfrequency=96000000Hz try use busfrequency 100,000 khz in config.plist. DSDT looks good to me. It's like that in my DSDT too. Maybe rename GFX0 to IGPU? DSDT.aml.zip I too am only able to boot from HD 3000, but as soon as macOS boots the GT 710 comes up i recommend rename GFX0 to IGPU try this and get clover full log and ioreg thanks in advance test.zip Link to comment Share on other sites More sharing options...
Guest ricoc90 Posted July 16, 2017 Share Posted July 16, 2017 You can actually remove the value within bracket for the buffer ans simply enter "Buffer ()". The correct value is however 17bytes (number of characters +1). Or you could remove the "model" injection altogether and then set the "Package" length to 04 (or leave it empty like for a buffer). The asl compiler automatically adjusts unspecified buffer lengths at compilation. Yep, tried both already but then the igpu is still shown as "Intel HD-video 3000" rather than "Intel HD 3000": IOReg is showing the correct modelname: I feel like I'm missing something, from which I'll say "ahhhhhh, of course!" as soon as I find out what... The only way to make the card being shown as Intel HD 3000, is by specifying it in the DSDT with a buffer that is 0x18 or longer, otherwise it's ignored Link to comment Share on other sites More sharing options...
Guest ricoc90 Posted July 16, 2017 Share Posted July 16, 2017 And if you turn your OS to English as opposed to Dutch? Lol... then the card is shown correctly: Is there a way to change the Dutch language file? Link to comment Share on other sites More sharing options...
Sherlocks Posted July 16, 2017 Share Posted July 16, 2017 chris your desktop tsc calibration is not correct. Finally: ExternalClock=24MHz BusSpeed=99773kHz CPU=3293MHz PIS: hw.busfrequency=96000000Hz try use busfrequency 100,000 khz in config.plist. i recommend rename GFX0 to IGPU try this and get clover full log and ioreg thanks in advance Lol... then the card is shown correctly: Screen Shot 2017-07-16 at 11.04.25.png Is there a way to change the Dutch language file? @ricoc90 Remove fakeid and platformid in config.plist And please test. I will update clover after check report from you. I want files(clover full log and ioreg) 나의 LG-F800S 의 Tapatalk에서 보냄 Link to comment Share on other sites More sharing options...
chris1111 Posted July 16, 2017 Share Posted July 16, 2017 @Sherlocks its work with your Clover file No patch DSDT no injection config.plist attaching boot log and ioreg I too am only able to boot from HD 3000, but as soon as macOS boots the GT 710 comes up So your GT 710 is magical because I try 3 différant Graphics card and when the Display port is Connect its boot only in the HD 3000 So I buying today a GT 710 and let you know about this Clover bdmesg Log.txt.zip iMac de chris.zip 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted July 16, 2017 Share Posted July 16, 2017 @Sherlocks its work with your Clover file No patch DSDT no injection config.plist attaching boot log and ioreg So your GT 710 is magical because I try 3 différant Graphics card and when the Display port is Connect its boot only in the HD 3000 i was look forward to waiting test result. thank you so much for test and files. if you can boot snow leopard, can you give me ioreg file? this is start about binary patch. can you tell me port work or not on 10.6 ex. work port hdmi not work port dp add. 9:255 0:000 Finally: ExternalClock=24MHz BusSpeed=99773kHz CPU=3293MHz PIS: hw.busfrequency=96000000Hz 9:255 0:000 Loading boot.efi status=Success your system has external clock 24mhz. corrected external clock is 25mhz try busfrequency 100,000khz in config.plist to match 25mhz Link to comment Share on other sites More sharing options...
chris1111 Posted July 16, 2017 Share Posted July 16, 2017 i was look forward to waiting test result. thank you so much for test and files. if you can boot snow leopard, can you give me ioreg file? this is start about binary patch. can you tell me port work or not on 10.6 ex. work port hdmi not work port dp add. 9:255 0:000 Finally: ExternalClock=24MHz BusSpeed=99773kHz CPU=3293MHz PIS: hw.busfrequency=96000000Hz 9:255 0:000 Loading boot.efi status=Success your system has external clock 24mhz. corrected external clock is 25mhz try busfrequency 100,000khz in config.plist to match 25mhz Ok For Snow Leo its not boot I have only a Display Port for Connect , VGA Motherboard not work Snow leopard work only with my Graphics card Radeon HD 5450 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted July 16, 2017 Share Posted July 16, 2017 Ok For Snow Leo its not boot I have only a Display Port for Connect , VGA Motherboard not work Snow leopard work only with my Graphics card Radeon HD 5450 as result, need binary patch right? anyone has hd3000 laptop? i remember, before i sold hp 430 laptop, i can boot snow leopard. but i can't use vga port and hdmi on 10.6.8. since 10.7, no problem. i think we need to check ioreg first. Link to comment Share on other sites More sharing options...
chris1111 Posted July 16, 2017 Share Posted July 16, 2017 as result, need binary patch right? anyone has hd3000 laptop? i remember, before i sold hp 430 laptop, i can boot snow leopard. but i can't use vga port and hdmi on 10.6.8. since 10.7, no problem. i think we need to check ioreg first. I dont know if need binard patch but my Radeon HD is OK I boot in snow with HD 3000 but its stay in black screen and I know is almost open because I hear the Carillon sounds but black screen and not open Edit********** @Sherlocks Ioregistry from SnoW Leo IORegistryExplorer Version 2.1 (2.1) Old Ioregistry iMac de chris Snow Lopard.zip 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted July 16, 2017 Share Posted July 16, 2017 I dont know if need binard patch but my Radeon HD is OK I boot in snow with HD 3000 but its stay in black screen and I know is almost open because I hear the Carillon sounds but black screen and not open Edit********** @Sherlocks Ioregistry from SnoW Leo IORegistryExplorer Version 2.1 (2.1) Old Ioregistry thank you for ioreg hmm. there is no hd3000 information. i think hd3000 frambuffer was not loaded. your 10.12.5 gfx0 = intel hd3000 peg0= your radeon hd graphic but 10.6.8 peg0= your radeon hd graphic on your sierra ioreg, i see dp2 and hdmi1. i think we first get ioreg file from can boot only hd 3000. then we get hint from ioreg Link to comment Share on other sites More sharing options...
chris1111 Posted July 16, 2017 Share Posted July 16, 2017 thank you for ioreg hmm. there is no hd3000 information. i think hd3000 frambuffer was not loaded. your 10.12.5 gfx0 = intel hd3000 peg0= your radeon hd graphic but 10.6.8 peg0= your radeon hd graphic on your sierra ioreg, i see dp2 and hdmi1. i think we first get ioreg file from can boot only hd 3000. then we get hint from ioreg Sure Not load I can not boot in Snow with HD 3000, I boot with the Radeon HD I told you this Doesn't HD3000 support require SL 10.6.8 as a minimum? Je suis en 10.6.8 I am on 10.6.8 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted July 16, 2017 Share Posted July 16, 2017 Sure Not load I can not boot in Snow with HD 3000, I boot with the Radeon HD I told you this Je suis en 10.6.8 I am on 10.6.8 yub i will buy used sandy laptop. will check ioreg and find patch. or if someone provide ioreg, it will be help. anyway thank you so much for test and good report 1 Link to comment Share on other sites More sharing options...
chris1111 Posted July 16, 2017 Share Posted July 16, 2017 yub i will buy used sandy laptop. will check ioreg and find patch. or if someone provide ioreg, it will be help. anyway thank you so much for test and good report No probleme its a plaisure for me. you are a good man and good Coder 1 Link to comment Share on other sites More sharing options...
Guest ricoc90 Posted July 16, 2017 Share Posted July 16, 2017 @ricoc90 Remove fakeid and platformid in config.plist And please test. I will update clover after check report from you. I want files(clover full log and ioreg) 나의 LG-F800S 의 Tapatalk에서 보냄 Works fine on DP. VGA needs binary patch so not tested Ioreg and boot log attached So your GT 710 is magical because I try 3 différant Graphics card and when the Display port is Connect its boot only in the HD 3000 So I buying today a GT 710 and let you know about this Just removed the HD 3000 patch from DSDT, set injectintel to true in config.plist without specifying fakeid and platformid, also works fine. I did however rename GFX0 to IGPU and PEG0 to GFX0, but it worked fine with the default names too bootlog.log.txt ioreg.zip Link to comment Share on other sites More sharing options...
chris1111 Posted July 16, 2017 Share Posted July 16, 2017 Works fine on DP. VGA needs binary patch so not tested Ioreg and boot log attached Just removed the HD 3000 patch from DSDT, set injectintel to true in config.plist without specifying fakeid and platformid, also works fine. I did however rename GFX0 to IGPU and PEG0 to GFX0, but it worked fine with the default names too Its not an issue to View the card HD 3000 and the PCIe Its not Booting on the PCIe When the Display port is plug on Intel HD 3000 I have the same image as you have post, Both Display Both Graphics in Clover Setup I order today the GT 710 to clarify this. This is the same PC so its suppose to work! As you said but as soon as macOS boots the GT 710 comes up Link to comment Share on other sites More sharing options...
Guest ricoc90 Posted July 16, 2017 Share Posted July 16, 2017 I order today the GT 710 to clarify this This is the same PC so its suppose to work as you said but as soon as macOS boots the GT 710 comes up Ah... Yeah. It still is strange that it isn't working with your cards though... Tomorrow I will try to use a third screen on GT 710 HDMI and a fourth screen on the HD 3000 VGA Link to comment Share on other sites More sharing options...
chris1111 Posted July 16, 2017 Share Posted July 16, 2017 Ah... Yeah. It still is strange that it isn't working with your cards though... DSC_0256.JPG Tomorrow I will try to use a third screen on GT 710 HDMI and a fourth screen on the HD 3000 VGA Are you sure you can used the second screen, because I have to do this but the screen its not usable in the second screen its only a Picture like you, the Dock is not coming in the second screen? I see your Uper bar its Scramble distostioning like me Hope that work with the GT 710 I receive the card next week express delivery Your PCIe card is Connect to the Blue slot ? Your not have applying DSDT patch ? I ses Intel Video HD 3000 again in your Picture screen Link to comment Share on other sites More sharing options...
Recommended Posts