Contribute
Register

Nvidia 1070 No web drivers on reboot

Status
Not open for further replies.
Joined
Jun 2, 2017
Messages
13
Motherboard
Asus Z170-A
CPU
i7 6700
Graphics
1070
Hello all.

For the love of me I have read all the new ways to edit the plist too activate Nvidia web drivers but I failed every time. I wanted to post my config to see what I am doing wrong.

See my Bio for system stats.

TY again frustrated old guy.
 

Attachments

  • config.plist
    5 KB · Views: 189
Hello all.

For the love of me I have read all the new ways to edit the plist too activate Nvidia web drivers but I failed every time. I wanted to post my config to see what I am doing wrong.

See my Bio for system stats.

TY again frustrated old guy.
you are injecting nvidia, should be set to false (setting to true is for older nvidia cards)

CsrActiveConfig should be 0x67
 
you are injecting nvidia, should be set to false (setting to true is for older nvidia cards)

CsrActiveConfig should be 0x67


Thank you Feartech.

So this is the issue you seen correct?


<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<false/>
<key>NVidia</key>
<true/>
</dict>

If so I will change that option with clover config and re add the 0x67. I do not want to manually change the plist again if I can help it.
 
Thank you Feartech.

So this is the issue you seen correct?


<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<false/>
<key>NVidia</key>
<true/>
</dict>

If so I will change that option with clover config and re add the 0x67. I do not want to manually change the plist again if I can help it.
think you meant incorrect :)

should be:
<key>ATI</key>
<false/>
<key>Intel</key>
<false/>
<key>NVidia</key>
<false/>
</dict>

clover configuator has been known to destroy config.plist's

use plist edit pro or xcode
 
clover configuator has been known to destroy config.plist's

use plist edit pro or xcode[/QUOTE]

Ok Thank you I will install xcode tonight and report back.

TYTYTYTYTy

PS after I get my 1070 working you need to school me on your process of getting your integrated GPU and your 970 working together.
 
clover configuator has been known to destroy config.plist's

use plist edit pro or xcode

Ok Thank you I will install xcode tonight and report back.

TYTYTYTYTy

PS after I get my 1070 working you need to school me on your process of getting your integrated GPU and your 970 working together.
it doesn't integrate together, it is a laptop and optimus is not supported. nvidia is disabled via hotpatch :)
 
Status
Not open for further replies.
Back
Top