Jump to content
5 posts in this topic

Recommended Posts

can i use this fix to solve my prob...

if download the compress file you need to extract it first)

rename it to CoreGraphics.bak

& paste it to /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A

 

in a terminal window

 

Code:

cd /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A

chmod 755 CoreGraphics.bak

sudo chown root:wheel CoreGraphics.bak

sudo mv CoreGraphics CoreGraphics.i386

sudo mv CoreGraphics.bak CoreGraphics

 

...or will this just screw me up more(bad grammar?) :) chip is sse2...maybe this fix is for sse3?

No, the patches above are for Rosetta and Coregraphics. These will simply enable you to boot your sysetm if you are on an SSE2 capable machine. For your graphics issues, you should be passing a flag at the Darwin Boot Prompt. Now, for the last time....

 

 Graphics Mode="800x600x32@80"

 

Simply substitute the desired values in the flag above.

If that does not work, I believe there was another topic that dealed with this issue....

>> HowTO: 1200x800 Full Support

 

You didn't really specify what resolution you wanted you change it to, so I don't know what else to say...

×
×
  • Create New...