Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Even more useful...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Even more useful...
Authored by: Aran Crowe on Dec 27, '02 03:28:14PM

In the Configuration.plist file (/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/), where you edit the file to enable QE on a PCI graphics card, you could probably also modify the minimum amount of vram required to run QE. The lines in question look like this:
<key>GLCompositorMinimumVRAM</key>
<integer>16</integer>
So if you had an 8MB PCI graphics card, you could theoretically still run QE., if you changed them to something like this...

<key>GLCompositorMinimumVRAM</key>
<integer>8</integer>

Not that I recommend or condone any such behavior.Your computer, your fault.

-Aran Crowe



[ Reply to This | # ]