Contribute
Register

1080p Clover Bootloader with non UEFI graphics card?

Status
Not open for further replies.
Hey, did you find the necessary code?
Would be really nice
 
Hey sorry, I forgot to look, been busy with work. I might have a chance this afternoon but if not it won't be till Sunday evening.

Let me see if I can find it on this forum though, I know I have posted it before but it has been a while.

UPDATE: Found the post with the code that needs to be added to your config.plist - http://www.tonymacx86.com/threads/nvidia-vbios-vesa.176987/#post-1136904

Thank you for you're help!
Sadly, like the guy in the linked Thread, i get the same black bars around.
Using DVI and an Acer Monitor 24".
But thats okay, far better than these pixeled and stretched Icons!
 
Thank you for you're help!
Sadly, like the guy in the linked Thread, i get the same black bars around.
Using DVI and an Acer Monitor 24".
But thats okay, far better than these pixeled and stretched Icons!

Yea I get that on my Samsung 22" 1080p TV that I use as a monitor using HDMI on my second Hackintosh. When I had a 24" Samsung monitor though with DVI and a GTX 570 it worked fine. Unfortunately the site that had the guide related to VESA vbios patching had a catastrophic server failure and they lost everything a few years ago.
 
For grins, can you try this patch code?

Code:
<key>PatchVBiosBytes</key>
    <dict>
      <key>0</key>
        <dict>
            <key>Find</key>
            <data>NC0nKJAroL+cj5a5jh8AAAA=</data>
            <key>Replace</key>
            <data>Fg7vn4/9AmM7N8/rQADBJAI=</data>
        </dict>
        <key>1</key>
        <dict>
            <key>Find</key>
            <data>KAAZACgYCAgF</data>
            <key>Replace</key>
            <data>gAc4BPBCEAcF</data>
        </dict>
        <key>2</key>
        <dict>
            <key>Find</key>
            <data>gg8DAQAACAQUAAAIFw==</data>
            <key>Replace</key>
            <data>TQEDTQEIASDAA///IA==</data>
        </dict>
        <key>3</key>
        <dict>
            <key>Find</key>
            <data>QAa6sAQ=</data>
            <key>Replace</key>
            <data>gAe6OAQ=</data>
        </dict>
    </dict>
 
Status
Not open for further replies.
Back
Top