Jump to content

Some Chameleon and Graphics Problems


kaliberx
 Share

9 posts in this topic

Recommended Posts

I got 10.7 installed perfectly, but now somehow the Extra or org.chameleon.boot.plist don't gets recognized completely.

 

 

It ignores my settings about graphics enabler and npci.

 

I can use both fine at boot with npci=0x02000 and GraphicsEnabler=yes, but if it comes to use these two in org.chameleon.boot.plist it doesn't works.

 

I tried both known Ways as you can see here :

 

<key>EthernetBuiltIn</key>
 <string>Yes</string>
 <key>GraphicsEnabler</key>
 <string>Yes</string>
 <key>Kernel</key>
 <string>mach_kernel</string>
 <key>Kernel Flags</key>
 <string>npci=0x2000</string>
 <key>SMBIOS</key>
 <string>/Extra/smbios.plist</string>
 <key>UseKernelCache</key>
 <string>Yes</string>

 

or

<key>EthernetBuiltIn</key>
 <True/>
 <key>GraphicsEnabler</key>
 <True/>
 <key>Kernel</key>
 <string>mach_kernel</string>
 <key>Kernel Flags</key>
 <string>npci=0x2000</string>
 <key>SMBIOS</key>
 <string>/Extra/smbios.plist</string>
 <key>UseKernelCache</key>
 <True/>

 

 

Anone a Idea what i'm doing wrong here ? .

 

Thanks in advance.

 

 

PS: Device String was added too, to NVDAGF100.kext : 0x124410de&0xffc0ffff

 

Used Chameleon : Build 1618, with the fixes for 10.7.2

SystemVersion : Still 10.7.1, i'm to scared to try the update to 10.7.2

 

System :

 

I5-750

8 GB Ram

Geforce GTX550Ti

Link to comment
Share on other sites

Created using Apple's plist editor from never-edited vanilla com.apple.Boot.plist:

Boot.plists.zip

Don't add the same flags to both. Leave the one in /blabla/SystemConfiguration untouched (replace it with the one in the attached archive) and use only /Extra/org.chameleon.Boot.plist.

 

Apple plists are UTF-8 formatted XML files. Using the wrong editor can corrupt their formatting, causing errors.

 

If your issues are caused by corrupted plists, they should be fixed now. If not then I have no idea.

When you upgrade Chameleon, don't just replace /boot with one from the newer version. You need to install the other two files (boot0/boot1h or whatever you use) as well.

Link to comment
Share on other sites

 Share

×
×
  • Create New...