PDA

View Full Version : How to run snow leopard at higher resolutions without graphics card support?


Godofwar
08-30-2012, 04:07 AM
ASUS M4A79XTD EVO is my motherboard but it only lists 1024x resolution which is low for desktop resolution.


Edit: Another question. Is it possible to run my gtx 570 and 8800 gts 320mb card on my motherboard at same time? Does Hackintosh Snow Leopard support 8800gts 320mb card? Is there a way I can make 8800 320mb card be detected by snow leopard, and when I'm my windows 7 side to detect only the 570 card? Or is this all not possible to be done on an Amd Phenom II x4 965 3.4ghz(running at 3.8ghz right now).


Also, I didn't try this yet. But why can't I just install 400 series drivers for my 570 card? Aren't 400 and 500 series both fermi cards? Kepler graphics cards are the 600 series right?

Lacedaemon
08-31-2012, 05:45 PM
What I did on NVIDIA GeForce 9200: Edit the "Graphics Mode" string inside com.apple.Boot.plist.

Godofwar
09-02-2012, 04:32 AM
What I did on NVIDIA GeForce 9200: Edit the "Graphics Mode" string inside com.apple.Boot.plist.

How do you do that?

Lacedaemon
10-15-2012, 07:27 PM
How do you do that?

Normally, com.apple.Boot.plist is protected by root, so you can edit it with the following:

sudo nano /Extra/com.apple.Boot.plist
Password: <password here>

When you type that, you should see a bunch of XML and what-not. If the Graphics Mode string isn't already there, add it so it looks like this:

<key>Graphics Mode</key>
<string>Resolution Here</string>


Tip: You can download Chameleon Wizard (http://www.insanelymac.com/forum/topic/257464-chameleon-wizard-utility-for-chameleon/) to update your bootloader and make editing the org.chameleon.Boot.plist easier.

Godofwar
10-17-2012, 08:36 PM
Normally, com.apple.Boot.plist is protected by root, so you can edit it with the following:

sudo nano /Extra/com.apple.Boot.plist
Password: <password here>

When you type that, you should see a bunch of XML and what-not. If the Graphics Mode string isn't already there, add it so it looks like this:

<key>Graphics Mode</key>
<string>Resolution Here</string>


Tip: You can download Chameleon Wizard (http://www.insanelymac.com/forum/topic/257464-chameleon-wizard-utility-for-chameleon/) to update your bootloader and make editing the org.chameleon.Boot.plist easier.

Thanks, but I'm running Lion now. :D