Jump to content

Come inserisco l'id della mia scheda video?


Giorgio_multi
 Share

1 post in this topic

Recommended Posts

In molte guide viene richiesto di inserire l'id della propria scheda grafica nell'info.plist del o dei kext interessati.

 

1) recuperare l'ide della propria scheda video: andate in System Profiler/Grafica Monitor, ci saranno 2 etichette: una: ID Dispositivo e una: Fornitore.

 

Il vostro id completo sarà dato da: ID dispsitivo completo + Fornitore senza 0x

 

Esempio: ID dispositivo 0x0421 Fornitore 0x10de

 

ID COMPLETO 0x042110de

 

2) Leggete e comprendete bene qui

 

3) Il vostro info.plist apparirà circa così:

 

<?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>ATI4800Controller</string>

<key>CFBundleGetInfoString</key>

<string>ATI4800Controller 1.6.16.6 (8045)</string>

<key>CFBundleIdentifier</key>

<string>com.apple.kext.ATI4800Controller</string>

<key>CFBundleInfoDictionaryVersion</key>

<string>6.0</string>

<key>CFBundleName</key>

<string>Radeon HD 4800 Controller</string>

<key>CFBundlePackageType</key>

<string>KEXT</string>

<key>CFBundleShortVersionString</key>

<string>1.6.16</string>

<key>CFBundleSignature</key>

<string>????</string>

<key>CFBundleVersion</key>

<string>6.1.6</string>

<key>IOKitPersonalities</key>

<dict>

<key>Controller</key>

<dict>

<key>CFBundleIdentifier</key>

<string>com.apple.kext.ATI4800Controller</string>

<key>IOClass</key>

<string>ATI4800Controller</string>

<key>IOMatchCategory</key>

<string>IOFramebuffer</string>

<key>IOName</key>

<string>ATI4800Controller</string>

<key>IOPCIMatch</key>

<string>0x94401002 0x944a1002 ilvostroid</string>

<key>IOProbeScore</key>

<integer>65000</integer>

<key>IOProviderClass</key>

<string>IOPCIDevice</string>

<key>aty_config</key>

<dict>

<key>CFG_USE_SRRB</key>

<true/>

</dict>

</dict>

</dict>

<key>OSBundleCompatibleVersion</key>

<string>1.1.36</string>

<key>OSBundleLibraries</key>

<dict>

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

<string>1.2</string>

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

<string>1.3</string>

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

<string>1.2</string>

<key>com.apple.kext.ATISupport</key>

<string>1.1.36</string>

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

<string>8.0.0</string>

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

<string>8.0.0</string>

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

<string>8.0.0</string>

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

<string>8.0.0</string>

</dict>

<key>OSBundleRequired</key>

<string>Safe Boot</string>

</dict>

</plist>

 

4) aggiungete il vostro id completo nella stringa ove sono presenti gli altri, poi come nel link precedente salvate etc.

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...