View Single Post
 
Old 01-27-2008, 03:14 AM
roisoft's Avatar
roisoft roisoft is offline
 
Join Date: Jan 2008
Location: Spain
Posts: 450
add the device ID , for do it, open a terminal and type this:

sudo -s
(password)

nano /System/Library/Extensions/GeForce.kext/Contents/Info.plist


you will see something like this

Code:
                                <string>GeForceGA.plugin</string>
                        </dict>
                        <key>IOClass</key>
                        <string>NVKernel</string>
                        <key>IOMatchCategory</key>
                        <string>IOAccelerator</string>
                        <key>IOPCIMatch</key>
                        <string>0x014F10de 0x00F310de (put here your device id)
                        <key>IOProbeScore</key>
                        <integer>100</integer>
                        <key>IOProviderClass</key>
                        <string>IOPCIDevice</string>
                        <key>IOSourceVersion</key>
for exit and write press "ctrl+O", then press "enter" and finaly press "ctrl+X"

repeat this step for all the kext nvdaresm... ok?

before reboot type from terminal "diskutil repairpermissions /"
Reply With Quote