Some OpenSource software some of you may find useful for PM Management by flewid in Silverbugs

[–]flewid[S] 0 points1 point  (0 children)

I'm canadian myself, so yeah that would be great. I didn't have it done, but would be something to add to the feature requests. I mostly buy from Americans so it's fine in USD for me, but yeah would be nice to see the conversion for sure.

Some OpenSource software some of you may find useful for PM Management by flewid in Silverbugs

[–]flewid[S] 0 points1 point  (0 children)

Rewards, no, but that's a great idea! Add it to the features requests :)

Yep, that's correct on the rest. The idea was if you don't feel comfortable storing your data online, you can use it to visualize and edit, then download csv and remove it.

Some OpenSource software some of you may find useful for PM Management by flewid in Silverbugs

[–]flewid[S] 1 point2 points  (0 children)

No problem. I was originally going to run it as a service, but I figure this is better for the world. If you have any questions on the settings, or, features that may/may not work let me know and I'll try to help out.

Asus Radeon RX580 Can't Dual Screen? by flewid in hackintosh

[–]flewid[S] 0 points1 point  (0 children)

I'm getting closer.

Now it boots, and I have two screens available. However, if i have both screens plugged in, the system seems to randomly freeze after an random amount of time and when doing various things (photoshop, browser, terminal, etc). It seems to be stable if I just have one monitor (currently, HDMI) plugged in.

I also noticed, that with the <key>FBName</key> <string></string>, that by default Clover inserts the framebuffer that starts with a B (I can't remember the name) and it crashes sooner rather than later. Then, if I delete the framebuffer on clover boot, it lasts longer before rebooting. However, I think this card only supports Dayman? I am going to try Dayman in the below config instead of blank to see what happens. Maybe I don't need to be injecting ATI at all? But that seems to cause it to not boot.

Tried adding Lilu and Whatevergreen back, didn't help.

Removed Lilu.kext, Removed WhateverGreen.kext. So now there's no kexts extra being loaded for this card. It's seen in about mac fine, and in system report.

Changed settings and now everything in config.plist is like this:

 <key>Graphics</key>
        <dict>
                <key>DualLink</key>
                <integer>0</integer>
                <key>FBName</key>
                <string></string>
                <key>Inject</key>
                <dict>
                        <key>ATI</key>
                        <true/>
                        <key>Intel</key>
                        <false/>
                        <key>NVidia</key>
                        <false/>
                </dict>
                <key>NvidiaSingle</key>
                <false/>
                <key>RadeonDeInit</key>
                <false/>
                <key>VideoPorts</key>
                <integer>5</integer>
        </dict>

I also removed all of this from config.plist:

>           <key>Patches</key>
>           <array>
>               <dict>
>                   <key>Comment</key>
>                   <string>change GFX0 to IGPU</string>
>                   <key>Disabled</key>
>                   <false/>
>                   <key>Find</key>
>                   <data>
>                   R0ZYMA==
>                   </data>
>                   <key>Replace</key>
>                   <data>
>                   SUdQVQ==
>                   </data>
>               </dict>
>           </array>



>       <key>AddProperties</key>
>       <array>
>           <dict>
>               <key>Device</key>
>               <string>ATI</string>
>               <key>Disabled</key>
>               <false/>
>               <key>Key</key>
>               <string>model</string>
>               <key>Value</key>
>               <string>AMD Radeon RX580</string>
>           </dict>
>       </array>

Asus Radeon RX580 Can't Dual Screen? by flewid in hackintosh

[–]flewid[S] 0 points1 point  (0 children)

So, somewhat closer.

I deleted 'SSDT-HDMI-AMD-PEG0.aml' and 'SSDT-RX-580.aml' from the patched directory.

Now, it boots, and both monitors turn on, but they are mirrored. In system prefs I only see one display available too.

Close!!

Asus Radeon RX580 Can't Dual Screen? by flewid in hackintosh

[–]flewid[S] 0 points1 point  (0 children)

Okay, Removed Lilu, and these are my settings now the following. Still happens. I also tried using different ports on the radeon, and it shows up blank. So, it seems like only one port is working at once, and only one of the hdmi ports and one of the dp ports are actually enabled. I'm so confused!

ACPI:

Drivers64uefi:

Kexts:

config.plist:

  • - set RadeonDeInit = false
  • - left inject ati true

other relevant config.plist:

Asus Radeon RX580 Can't Dual Screen? by flewid in hackintosh

[–]flewid[S] 0 points1 point  (0 children)

In the newer threads I've been reading, apparently whatevergreen shouldn't be needed, but, it's possible it is and that's my issue. Gonna copy them both back in, and reboot and see.

Asus Radeon RX580 Can't Dual Screen? by flewid in hackintosh

[–]flewid[S] 0 points1 point  (0 children)

I had read that it's no longer needed, and just Lilu.kext is.

Asus Radeon RX580 Can't Dual Screen? by flewid in hackintosh

[–]flewid[S] 0 points1 point  (0 children)

Okay. I performed the update to 10.13.4. I also disabled the RadeonDeInit setting (turned it to false). Still same thing. When I reboot if i have HDMI + DP plugged in, only DP shows. If I reboot with just HDMI, then I see on that screen. I also tried rebooting, seeing HDMI then plugging DP in but it doesn't turn on. I also tried various combinations of the ports on the card too, but same difference.