Jump to content

Any NVIDIA web drivers for 10.10.4? Perfect storm ..upgraded to GTX 960 and public beta


11 posts in this topic

Recommended Posts

Inexperienced Hackintosher., upgraded to GTX 960 while also participating in public beta for 10.10.4

I did find the page here that showed all the betas for NVIDIA, but the latest ones don't support 10.10.4

Just says not compatible with this version of OS X. Any way to fix this other than waiting ? Just a hobby and for fun so not essential at this moment . I learned my lesson . I will read before doing this in the future ... No way to go back to 10.10.2?

Link to comment
Share on other sites

what i suggested bypasses the installer and lets you manually install the kexts..

 

with the edit to nvdastartup you will need to also be using the kext-dev-mode=1 flag 

 

if it still doesn't work.. PEBKAC

Link to comment
Share on other sites

Ok I downloaded Pacifist Do I edit the resources in there after I drag package in?

Also, I totally missed the nvda_drv=1 

I have had to use nv_disable=1 at boot since my system at startup since it was hanging at the Apple logo with the new device installed. 

 

 

Editing. I used terminal to go into that sudo nano /System/Library/Extensions/NVDAStartup.kext 

It said it was a directory?

Not a file. So confused. 

 

When I left click or click open with terminal on the actual kext in the folder. It just takes me to my username in the terminal nothing else

Link to comment
Share on other sites

Joe .. I figured out how to install driver package via pacifist . Used the latest 10.10.3 driver . What do I do when I start up next time ?Is it installed? I was reading on another thread where you had to install it twice? Somewhat confusing. Install once using it and install it a second time after typing this in

 

sudo nvram boot-args="-v kext-dev-mode=1 nvda_drv=1

 

But I went to the original installer-non pacifist-and got the error message about the package not being compatible.

And one other thing..I must have already edited the info.lst file and not realized it. It had 14e already in it:)
 

And I guess two other things....after I installed the driver through pacifist I restarted but driver did not take after reboot. Still not acceleration. 

Link to comment
Share on other sites

I would add those boot args to your boot.plist or config

 

the kexts only need to be installed once. after everything is done correctly the nvda_drv=1 command will start the NVDAStartup which says to use 'Web" drivers.

 

NVDAType

Web
 
Don't bother trying to run the installer anymore..  After 10.10.4 is released you can run a compatible installer 
Link to comment
Share on other sites

I just had a chance to try it again. 

 

Here is what my info.plist kext looks like

 

 

<key>BuildMachineOSBuild</key>

        <string>11A511</string>

        <key>CFBundleDevelopmentRegion</key>

        <string>English</string>

        <key>CFBundleExecutable</key>

        <string>NVDAStartup</string>

        <key>CFBundleGetInfoString</key>

        <string>NVDAStartup 10.3.7 (346.01.02f03)</string>

        <key>CFBundleIdentifier</key>

        <string>com.nvidia.NVDAStartup</string>

        <key>CFBundleInfoDictionaryVersion</key>

        <string>6.0</string>

        <key>CFBundleName</key>

        <string>NVDAStartup</string>

        <key>CFBundlePackageType</key>

<key>CFBundlePackageType</key>

        <string>KEXT</string>

        <key>CFBundleShortVersionString</key>

        <string>10.3.7</string>

        <key>CFBundleSignature</key>

        <string>????</string>

        <key>CFBundleVersion</key>

        <string>10.0.3</string>

        <key>IOKitPersonalities</key>

        <dict> <key>NVDAStartup</key>

                <dict>

 <key>CFBundleIdentifier</key>

                        <string>com.nvidia.NVDAStartup</string>

                        <key>IOClass</key>

                        <string>NVDAStartup</string>

                        <key>IOMatchCategory</key>

                        <string>IOFramebuffer</string>

                        <key>IOPCIClassMatch</key>

                        <string>0x03000000&0xff000000</string>

                        <key>IOPCIMatch</key>

                        <string>0x000010de&0x0000ffff</string>

                        <key>IOProbeScore</key>

                        <integer>100000</integer>

                        <key>IOProviderClass</key>

                        <string>IOPCIDevice</string>

                        <key>NVDARequiredOS</key>

                        <string>14E</string>

key>NVDAType</key>

                        <string>Web</string>

                </dict>

        </dict>

        <key>OSBundleLibraries</key>

        <dict>

                <key>com.apple.iokit.IOPCIFamily</key>

                <string>1.0b1</string>

                <key>com.apple.kpi.iokit</key>

 

It looks like I already have Web driver installed in right area

 

Any areas I missed?


I had the nvda_drv=1 at boot up with no acceleration:-(
Sorry one other thing. After I typed the sudo touch command literally nothing happened other than a new line
Link to comment
Share on other sites

  • 2 months later...
 Share

×
×
  • Create New...