Tema: Quartz 2D Extreme mensaje
Antiguo 25/05/06, 17:18:29   #1
Bookmark and Share
juker12
Avatar de juker12
Embobado


¡Gracias! enviadas: 35
¡Gracias! recibidas 147
Ingreso: mar 2006
Ubicación: mirando moscas
juker12 has a brilliant future Mensajes: 6.476
.: 132
Actividad: 85%
Antigüedad: 99%
Premios Applesana
Mac OS X Música 
Totales: 2
Quartz 2D Extreme

Si estas aburrido y tienes ganas de experimentar un rato....
vete a :
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources

Alli vereas un archivo que se llama "Configuration.plist"

Con este archivo puedes activar quartz, asignarle mas o menos menoria para activarlo
( algunas tarjetas no se activa por que no llega al minimo VRAM)

Reinicias para aceptar cambios, y a testar con xbechn o con los juegos.

El mio
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>GLCompositorConfiguration</key>
<dict>
<key>GLCompositorMinimumDisplayDepth</key>
<integer>16</integer>
<key>GLCompositorMinimumVRAM</key>
<integer>16</integer>
<key>GLCompositorRequiredClasses</key>
<array>
<string>IOAGPDevice</string>
</array>
<key>GLCompositorUseOnPortable</key>
<true/>
<key>tileHeight</key>
<integer>256</integer>
<key>tileWidth</key>
<integer>256</integer>
</dict>
<key>SessionUsesVirtualFramebuffer</key>
<true/>
<key>ForceSessionDrawsVirtualFramebuffer </key>
<true/>*************************************** ******
<key>EnableErrorLogging</key>
<false/>
<key>EnableAbortOnError</key>
<false/>
<key>AllowDisplayModesNotMarkedSafeSubst itutions</key>
<true/>
<key>EnableVMPurging</key>
<true/>
<key>Quartz2DExtremeConfiguration</key>
<dict>
<key>Quartz2DExtremeEnabled</key>
<true/>*************************************
<key>Quartz2DExtremeMinimumVRAM</key>
<integer>128</integer>************************
<key>Quartz2DExtremeMinimumDRAM</key>
<integer>256</integer>************************
<key>Quartz2DExtremeVendorDisabled</key>******
<array>
</array>
</dict>
</dict>
</plist>
Si ves a un Leecher pisalo para que no se reproduzcan
  Responder Con Cita