Jump to content
8755 posts in this topic

Recommended Posts

20 minutes ago, STLVNUB said:

อาร์เอ็กซ์ 570 8GB

I'm afraid it's not compatible. I'm thinking maybe I need to find an older graphics card that supports it? For example, HD3870-4670 or follow this link https://www.nvidia.com/en-us/drivers/results/24947/ It is not possible to use a newer graphics card recognized by the OS. Or it might be possible to make your own special Kexts accordingly.

It is purely my personal opinion.

  • Like 1
On 8/4/2023 at 1:48 PM, STLVNUB said:

Rx 570 8GB

 

YOu definitely need a GPU from the SL era. Something like this: https://apple.stackexchange.com/questions/14612/list-of-graphics-cards-supported-by-snow-leopard-10-6-x-but-not-opencl-capable

  • Like 1
10 hours ago, cankiulascmnfye said:

Some of them are embedded (X3100) and some of them are AGP cards so can't be used on modern hardware.

I think Nvidia 7300 or 7600 is real to use. They work up to 10.7 Lion not more.

  • Like 1
58 minutes ago, Slice said:

Some of them are embedded (X3100) and some of them are AGP cards so can't be used on modern hardware.

I think Nvidia 7300 or 7600 is real to use. They work up to 10.7 Lion not more.

 

@STLVNUB PCI Cards I have from around 2009/10 are:

  • NVIDIA GTS 250
  • Radeon HD 5450 (my iMac11,3 has a Radeon HD 5670 and I think I could install SL on it). The 2009 iMac definitely runs on SL and uses a Radeon HD 4850 You can get the Radeon Cards pretty cheap on ebay.

     

Edited by cankiulascmnfye
12 hours ago, cankiulascmnfye said:

 

@STLVNUB PCI Cards I have from around 2009/10 are:

  • NVIDIA GTS 250
  • Radeon HD 5450 (my iMac11,3 has a Radeon HD 5670 and I think I could install SL on it). The 2009 iMac definitely runs on SL and uses a Radeon HD 4850 You can get the Radeon Cards pretty cheap on ebay.

     

Thanks for Your Input, But I Have A Hunch That My Current Video Card SHOULD Be Backwards Compatible, Will Find Out IF I Every Get It To Boot ;)

 

On 8/8/2023 at 12:47 PM, cankiulascmnfye said:

I ran Tiger, Leopard, Snow Leopard, everything from 10.4 to 13.2 on a MacPro3,1 with GTX680 Mac Edition (UGA EFI driver). No acceleration until 10.7 or 10.8, but earlier Mac OS X versions can use the EFI framebuffer just fine. I don't know how well that works on a Hackintosh. Does it need UGA instead of GOP EFI driver? Does it need some Apple EFI protocol? I suppose that stuff can be added by OpenCore.

 

Edited by joevt
  • Like 1
2 hours ago, Slice said:

Kepler will work with full acceleration since 10.7.5 up to 12.0beta6.

VESA mode is probably possible in all systems.

Yes, if VESA mode doesn't work well, the screen will be very slow.

Is there another entry in addition to "PlatformInfo > Generic > SystemProductName" in Open Core's config.plist that defines the Mac Model name?  I ask, because when I run Open Core Legacy Patcher, it detects my hack as "Latitude E6410" even though my SystemProductName is defined as "MacBookPro6,2" in OC's config.plist.

 

If possible, I'd like to be able to configure something in my OC config.plist that makes OCLP detect the Mac Model name and not my laptop's actual model name.

 

I'm looking through OCLP source code now to figure this out, but if someone knows already, it would be a big time saver.  Thank you.

 

I executed the following commands in terminal and don't see why OCLP wouldn't detect my Mac Model:

 

ioreg -lp IOService | grep model   
    |   "model" = <"MacBookPro6,2">
ioreg -lp IOService | grep board-id
    |   "board-id" = <"Mac-F22586C8">

 

Edited by deeveedee

Hi All

 

For my SSDT-USB-MAP, I need help to convert Droptables (Clover) to Opencore. I read configurations.pdf but I don't understand how.

 

<key>DropTables</key>
            <array>
                <dict>
                    <key>Signature</key>
                    <string>DMAR</string>
                </dict>
                <dict>
				<key>Signature</key>
				<string>MATS</string>
				</dict>
				<dict>
				<key>Length</key>
				<integer>11547</integer>
				<key>Signature</key>
				<string>SSDT</string>
				</dict>
            </array>

 

14 hours ago, deeveedee said:

Is there another entry in addition to "PlatformInfo > Generic > SystemProductName" in Open Core's config.plist that defines the Mac Model name?  I ask, because when I run Open Core Legacy Patcher, it detects my hack as "Latitude E6410" even though my SystemProductName is defined as "MacBookPro6,2" in OC's config.plist.

 

If possible, I'd like to be able to configure something in my OC config.plist that makes OCLP detect the Mac Model name and not my laptop's actual model name.

 

I'm looking through OCLP source code now to figure this out, but if someone knows already, it would be a big time saver.  Thank you.

 

I executed the following commands in terminal and don't see why OCLP wouldn't detect my Mac Model:

 

ioreg -lp IOService | grep model   
    |   "model" = <"MacBookPro6,2">
ioreg -lp IOService | grep board-id
    |   "board-id" = <"Mac-F22586C8">

 

 

Perhaps, CustomSampleConfig.plist can help you. There is a SMBIOS section.

  • Like 1
  • Thanks 1
15 hours ago, deeveedee said:

Is there another entry in addition to "PlatformInfo > Generic > SystemProductName" in Open Core's config.plist that defines the Mac Model name?  I ask, because when I run Open Core Legacy Patcher, it detects my hack as "Latitude E6410" even though my SystemProductName is defined as "MacBookPro6,2" in OC's config.plist.

 

If possible, I'd like to be able to configure something in my OC config.plist that makes OCLP detect the Mac Model name and not my laptop's actual model name.

 

I'm looking through OCLP source code now to figure this out, but if someone knows already, it would be a big time saver.  Thank you.

 

I executed the following commands in terminal and don't see why OCLP wouldn't detect my Mac Model:

 

ioreg -lp IOService | grep model   
    |   "model" = <"MacBookPro6,2">
ioreg -lp IOService | grep board-id
    |   "board-id" = <"Mac-F22586C8">

 

There is also Serial Number which contains model code.

But probably OCLP looks in SMBIOS instead of IOReg.

  • Like 3
  • Thanks 1
8 hours ago, miliuco said:

 

Im use two methods. It's better in Windows, but have to macOs too. 

 

XiaSL that fix red errors when compile your DSDT, and extract all tables too, and SSDTTime to drop ACPI tables for Opencore.

 

Nice user on Git Hub. Im fix my USB RHUB with his tutorial. Is the best for me. 

 

 

  • Like 1

Good evening folks, can I please just ask if the OpenCore boot chime is now known to work over HDMI or not?

 

I have it working from the audio jacks at the rear but currently don't have speakers on this build so was trying to enable it over HDMI.

 

HDMI audio works well once macOS Ventura, Sonoma and Windows 11 are booted.

Good evening folks, can I please just ask if the OpenCore boot chime is now known to work over HDMI or not?
 
I have it working from the audio jacks at the rear but currently don't have speakers on this build so was trying to enable it over HDMI.
 
HDMI audio works well once macOS Ventura, Sonoma and Windows 11 are booted.

I don’t know if it works or not but did you put the pci address of the device in the audio section on your config?


Sent from my iPhone using Tapatalk
  • Thanks 1
9 hours ago, SavageAUS said:


I don’t know if it works or not but did you put the pci address of the device in the audio section on your config?


Sent from my iPhone using Tapatalk

 

I did thanks, this is what is shown for it...

PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x1)

 

20 hours ago, D-an-W said:

Good evening folks, can I please just ask if the OpenCore boot chime is now known to work over HDMI or not?

 

I have it working from the audio jacks at the rear but currently don't have speakers on this build so was trying to enable it over HDMI.

 

HDMI audio works well once macOS Ventura, Sonoma and Windows 11 are booted.

For me HDMI audio works in Ventura but not at boot time with AudioDxe connected to AMD RX570.

AFAIK the driver AudioDxe can't work with AMD HDMI audio.

May be it will work with Intel or Nvidia HDMI audio. 

  • Like 4
  • Thanks 1
On 8/17/2023 at 1:02 AM, Slice said:

For me HDMI audio works in Ventura but not at boot time with AudioDxe connected to AMD RX570.

AFAIK the driver AudioDxe can't work with AMD HDMI audio.

May be it will work with Intel or Nvidia HDMI audio. 

Hi, Slice:

I need convert Clover's Graphics>RadeonDeInit function to OpenCore, but according to https://dortania.github.io/OpenCore-Install-Guide/clover-conversion/Clover-config.html

this SSDT method seems not working in my M5A(FX-6300) Hackintosh.

I have posted my IOReg & 2 SSDT.aml for your reference.

Do you have any correct way to fix it ?

Screenshot 2023-08-19 at 14.42.17.png

Jin-Shin’s iMac.ioreg SSDT-GFX0.aml SSDT-Radeon-DeInit.aml

  • Like 1

How can I stop OpenCore messing with the audio in ArchLinux? If I boot with F12 menu into Arch sound works, if I use OpenCore I get no output devices. I DO NOT want to use the F12 menu every time, defeats the purpose.
I have been troubleshooting this for days on the ArchLinux forums etc only to find out today that it’s OpenCore.
In my config.plist I have this set or else I do not get the boot chime.
UEFI > Driver > AudioDxe.efi > Arguments > —force-device=PciRoot(device path) device path is the actual path. Could this be causing the problem?


Sent from my iPhone using Tapatalk

[mention=1083558]SavageAUS[/mention]
https://github.com/acidanthera/bugtracker/issues/2052

So hopefully if I add another flag to audiodxe it will stop it from interfering with Linux.
Will test in a minute.


Sent from my iPhone using Tapatalk
On 8/10/2023 at 5:25 PM, deeveedee said:

Is there another entry in addition to "PlatformInfo > Generic > SystemProductName" in Open Core's config.plist that defines the Mac Model name?  I ask, because when I run Open Core Legacy Patcher, it detects my hack as "Latitude E6410" even though my SystemProductName is defined as "MacBookPro6,2" in OC's config.plist.

 

If possible, I'd like to be able to configure something in my OC config.plist that makes OCLP detect the Mac Model name and not my laptop's actual model name.

 

I'm looking through OCLP source code now to figure this out, but if someone knows already, it would be a big time saver.  Thank you.

 

I executed the following commands in terminal and don't see why OCLP wouldn't detect my Mac Model:

 

ioreg -lp IOService | grep model   
    |   "model" = <"MacBookPro6,2">
ioreg -lp IOService | grep board-id
    |   "board-id" = <"Mac-F22586C8">

 

 

That's what the "OCLP-Model" NVRAM entry is for. But iit has to be present in NVRAM/Delete as well so that it can be written:

 

Bildschirmfoto2023-08-19um16_51_19.png.c8ade3487c355f9fece5e2bd2b07b1b7.png

8 hours ago, jsl2000 said:

Hi, Slice:

I need convert Clover's Graphics>RadeonDeInit function to OpenCore, but according to https://dortania.github.io/OpenCore-Install-Guide/clover-conversion/Clover-config.html

this SSDT method seems not working in my M5A(FX-6300) Hackintosh.

I have posted my IOReg & 2 SSDT.aml for your reference.

Do you have any correct way to fix it ?

Screenshot 2023-08-19 at 14.42.17.png

Jin-Shin’s iMac.ioreg 4.96 MB · 0 downloads SSDT-GFX0.aml 306 B · 1 download SSDT-Radeon-DeInit.aml 306 B · 1 download

 

@jsl2000 If you are using Whatevergreen and DeInit is not working in OC and if it is also not working with the SSDT, create an issue report so this can be fixed.

Edited by cankiulascmnfye
  • Like 2
×
×
  • Create New...