overdue-scratch

Author Topic: How can I see what Chameleon injects for graphics when GraphicsEnabler=yes?  (Read 5175 times)

0 Members and 1 Guest are viewing this topic.

alfa147x

  • Entrant
  • Posts: 2
How can I see what Chameleon injects for graphics when GraphicsEnabler=yes?

For example it's injecting something like this for the HD4000:
Code: [Select]
<?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>PciRoot(0x0)/Pci(0x2,0x0)</key>
  <dict>
    <key>AAPL,ig-platform-id</key>
    <string>0x01620005</string>
    <key>hda-gfx</key>
    <string>onboard-1</string>
  </dict>
</dict>
</plist>

How can I figure out what it's injecting for other cards?

Thanks!
Alfa

Gringo Vermelho

  • Forum Moderator
  • Posts: 611
  • The gray monster energy hat
Use IORegistryExplorer from Apple Developer Tools.
10.9.5 - ASUS P8Z77-V Pro - i5 3570K - GTX 660 - Chameleon 2.3 svn-r2xxx
How to...
Install Chameleon: http://forum.voodooprojects.org/index.php/topic,649
Make your own Chameleon boot CD: http://forum.voodooprojects.org/index.php/topic,484.msg2131.html#msg2131

alfa147x

  • Entrant
  • Posts: 2
Thanks. Trying it now.

oldnapalm

  • Member
  • Posts: 45
You can use
Code: [Select]
ioreg -lw0 -p IODeviceTree -n efi -r -x | grep device-properties | sed 's/.*<//;s/>.*//;' > device-properties.hex
gfxutil -s -n -i hex -o xml device-properties.hex device-properties.plist
http://rapidshare.com/files/83220759/gfxutil.zip.html

Blackosx

  • Forum Moderator
  • Posts: 1150
Or you can download and run DarwinDumper (Latest Version) which scans your system and presents you with lots of information about your system, including the device properties. The device properties are extracted using identical commands as posted by oldnapalm above.
10.10.5 / 10.11 GM1 | Asus Maximum IV Gene-Z | i7-2600 3.40GHz | 4GB | Radeon 5770 1GB