Jump to content
3 posts in this topic

Recommended Posts

Hello, I want to change the localizable.strings so my GFX card comes up as nVidia GeForce 8600M GS. Where in the localizable.strings do I put that?Picture%201.pngBye the way, heres a pic!http://bp2.blogger.com/_V-y2GKwiy8E/SGz5Y4...h/Picture+1.png

Well I figured it out so never mind lol. I just had to edit with Textmate and im going to restart to see if it works. Wish me luck! :DWell, it worked and heres how to do it:Go to your Extentions folder then go to About This Mac, then More Info. System Profiler comes up and then you mustgo to Graphics/Displays. The kext you are using is listed in ROM Revision.Now right click (or control click) on the kext you are using in the extention folder, and click show package contents.Go to Info.plist and open with Textmate, not plist editor because then you must correct permissions with terminal.Heres what mine looks like:

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>CFBundleDevelopmentRegion</key>

<string>English</string>

<key>CFBundleExecutable</key>

<string>NVinjectGo</string>

<key>CFBundleGetInfoString</key>

<string>NVinjectGo 0.2.0, Copyright 2007 nvinject.free.fr</string>

<key>CFBundleIdentifier</key>

<string>com.NVinjectGo</string>

<key>CFBundleInfoDictionaryVersion</key>

<string>6.0</string>

<key>CFBundleName</key>

<string>NVinjectGo</string>

<key>CFBundlePackageType</key>

<string>KEXT</string>

<key>CFBundleSignature</key>

<string>????</string>

<key>CFBundleVersion</key>

<string>0.2.0</string>

<key>IOKitPersonalities</key>

<dict>

<key>NVinjectGo</key>

<dict>

<key>CFBundleIdentifier</key>

<string>com.NVinjectGo</string>

<key>IOClass</key>

<string>com_NVinjectGo</string>

<key>IOMatchCategory</key>

<string>IOFramebuffer</string>

<key>IONameMatch</key>

<string>display</string>

<key>IOPCIMatch</key>

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

<key>IOProbeScore</key>

<integer>60000</integer>

<key>IOProviderClass</key>

<string>IOPCIDevice</string>

<key>entriesToAdd</key>

<dict>

<key>@0,compatible</key>

<string>NVDA,NVMac</string>

<key>@0,device_type</key>

<string>display</string>

<key>@0,name</key>

<string>NVDA,Display-A</string>

<key>@1,compatible</key>

<string>NVDA,NVMac</string>

<key>@1,device_type</key>

<string>display</string>

<key>@1,display-type</key>

<string>LCD</string>

<key>@1,name</key>

<string>NVDA,Display-B</string>

<key>NVCAP</key>

<data>

BAAAAAAAAwAMAAAAAAAABwAAAAA=

</data>

<key>device_type</key>

<string>NVDA,GeForce</string>

<key>model</key>

<string>nVidia GeForce 8600M GS</string> (This is where you edit)

<key>name</key>

<string>NVDA,Parent</string>

<key>rom-revision</key>

<string>NVinjectGo 0.2.0</string>

</dict>

</dict>

</dict>

<key>OSBundleLibraries</key>

<dict>

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

<string>1.0.0b1</string>

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

<string>6.0</string>

</dict>

<key>OSBundleRequired</key>

<string>Safe Boot</string>

</dict>

</plist>

×
×
  • Create New...