Jump to content

how tho use nvinject?


boytje
 Share

2 posts in this topic

Recommended Posts

hey

 

i have a geforce 8800gs and now i want to use nvinject.

But when i tried to use 0.2.1 it says its has not installed correct.

Amd how i can change the info.plist? and where can i find the info.plist?

 

ty very much

Link to comment
Share on other sites

You need to fix the permissions correctly

 

open terminal session

sudo -s

(will prompt for password)

cd /System/Library/Extensions

chown -R root:wheel NVinject.kext

chmod -R 755 NVinject.kext

exit

 

That should get the NVinject loading correctly. info.plist will be inside the kext directory. Navigate further into the kext directory and you will see it. You can edit using nano or vi

Link to comment
Share on other sites

 Share

×
×
  • Create New...