Contribute
Register

New Method for Enabling NVIDIA Web Drivers in Clover

Status
Not open for further replies.
I found that clicking the option under clover works also

Just click it under Graphics

How to set it as default in config.plist ?

This is my setting:

viber image.jpg
 
Thanks so much ! It 's worked for me !

HP EliteDesk 800 G1 SFF

Installing... ! Hope it works !

Also I might want to add, I am using a desktop so I really do not know about Laptops working
 
Thanks so much ! It 's worked for me !

HP EliteDesk 800 G1 SFF

Installing... ! Hope it works !
Sorry for the late reply I haven't been on here in a bit
 
Okay, I got as far as editing the config.plist. As near as I can figure, I just had to change that final "false" to "true." But after I did, the computer would not reboot. Or, if it did, it no longer supported the monitor. Perhaps I need to "4. Remove Boot/Arguments/nvda_drv=1 if necessary"? If so, I don't know how to do that. I would appreciate any help that could be provided.
 
if anyone using macpro 6.1 definition, simply can use following patch for avoiding kext patch / black screens


Code:
<string>DSDT.aml</string>
            <key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>GFX0 [to] GFX2</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    R0ZYMA==
                    </data>
                    <key>Replace</key>
                    <data>
                    R0ZYMg==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>PEGP [to] GFX1</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    UEVHUA==
                    </data>
                    <key>Replace</key>
                    <data>
                    R0ZYMQ==
                    </data>
                </dict>
            </array>
 
Can someone please help me. I have an Nvidia GTX 550ti that has worked great using nvda_drv=1 as a bootarg with Yosemite and EL Capitan but when I updated to Siera it doesn't work anymore. I've tried removing nvda_drv=1 and using the new method in clover Use Nvidia Web Drivers and the screen still goes blank when the os boots up. The only way I have been able to boot is with nv_disable=1. Currently on SMBios iMac12,2 when changed to an iMac 13,2 it would load fine with the new method in clover Use Nvidia Web Drivers but the graphics would be all messed up. Any suggestions or know fixes for the GTX 550ti on Siera? Also have another build with a GTX 960 4GB that works with the new method in clover 'Use Nvidia Web Drivers'.
 
my problem is a little different and any advise would be great i have a nvidia 950 that would nly work on the dvi out but the nvidia web drivers work fine i don't have any v-sync monitors to test so i hooked up my other monitor wich is a vizio hdtv and it works but only on my onboard inel hdmi port at the same time as my 950 both cards work but have the wrong ram reported to the od the nvidia says 0 and the intel says 7 the web driver is active and working because i can rum open gl screensavers but no games. any hope or ideas to fix that are reletively easy and will not kill the whole system Please i have tried a bunch of forums but all they do is claim one forum is better than the other without delivering any results, so please i am getting desperate and even wil donate here if it helps me get the help I am asking for

For me
- Z68X-UD3H-B3 Motherbord with bios UEFI U1n
- MSI Geforce GTX950
- VGA screen
- SMBIOS iMac14,2

With a DVI to VGA adapter can not be used WebDriver;

With the HDMI to VGA adapter is recognized and the WebDriver everything works.

BUT only with config.plist enough particulire: both nvda-drv = 1 AND WebDriver (nothing else works).

With this config I can boot both El Capitan and Sierra :)
 
Can someone please help me. I have an Nvidia GTX 550ti that has worked great using nvda_drv=1 as a bootarg with Yosemite and EL Capitan but when I updated to Siera it doesn't work anymore. I've tried removing nvda_drv=1 and using the new method in clover Use Nvidia Web Drivers and the screen still goes blank when the os boots up. The only way I have been able to boot is with nv_disable=1. Currently on SMBios iMac12,2 when changed to an iMac 13,2 it would load fine with the new method in clover Use Nvidia Web Drivers but the graphics would be all messed up. Any suggestions or know fixes for the GTX 550ti on Siera? Also have another build with a GTX 960 4GB that works with the new method in clover 'Use Nvidia Web Drivers'.

Solved, Used iMac14,2 SMBios with boot args nvda_drv=1 while injecting Nvidia with clover works great but only shows 0MB. Doesn't seem to effect the way it performs.
 
I followed the steps as mentioned in the post but when I restart the pc the screen turns off halfway through the boot, help!

Edit: nvm solved it
 
Status
Not open for further replies.
Back
Top