QUAK3 Posted December 6, 2014 Share Posted December 6, 2014 Clover How to Changed Graphics Crad Name? Link to comment https://www.insanelymac.com/forum/topic/303152-clover-how-to-changed-graphics-crad-name/ Share on other sites More sharing options...
copil Posted December 6, 2014 Share Posted December 6, 2014 Hello. To change the name of the video card in about this mac in the root /Application/Utility/System Information.app/Contents/Resources/en.lproj/SPInfo.String in the string <string>DISP_GFX_MAIN</string> <key>%@ %@</key> modify this key <key>%@ %@</key> <key>name video card</key> Use TextWrangler, just the trial version. 1 Link to comment https://www.insanelymac.com/forum/topic/303152-clover-how-to-changed-graphics-crad-name/#findComment-2092573 Share on other sites More sharing options...
jamiethemorris Posted December 7, 2014 Share Posted December 7, 2014 Hello. To change the name of the video card in about this mac in the root /Application/Utility/System Information.app/Contents/Resources/en.lproj/SPInfo.String in the string <string>DISP_GFX_MAIN</string> <key>%@ %@</key> modify this key <key>%@ %@</key> <key>name video card</key> Use TextWrangler, just the trial version. Yes, if you only care about changing it in About This Mac that works just fine as well. Link to comment https://www.insanelymac.com/forum/topic/303152-clover-how-to-changed-graphics-crad-name/#findComment-2092970 Share on other sites More sharing options...
Maniac10 Posted December 8, 2014 Share Posted December 8, 2014 There's no direct way to do so with Clover, but it can inject custom code with AddProperties which should give you what you want with something like this: <key>AddProperties</key> <array> <dict> <key>Device</key> <string>NVidia</string> <key>Key</key> <string>model</string> <key>Value</key> <string>intended name</string> </dict> </array> I'm not sure but I believe it requires the AddDTGP and FixDisplay DSDT Fixes as well. 1 Link to comment https://www.insanelymac.com/forum/topic/303152-clover-how-to-changed-graphics-crad-name/#findComment-2093046 Share on other sites More sharing options...
Recommended Posts