blazingarf Posted April 2, 2006 Share Posted April 2, 2006 right now im stuck on 1024x768 and it sucks... please help me Link to comment https://www.insanelymac.com/forum/topic/13774-how-do-i-get-a-higher-resolution-with-this-card/ Share on other sites More sharing options...
scriabinop23 Posted April 3, 2006 Share Posted April 3, 2006 at boot run the option: "graphics mode"="1280x1024x32" That should force it. you can also put it in your com.apple.boot.plist file. Link to comment https://www.insanelymac.com/forum/topic/13774-how-do-i-get-a-higher-resolution-with-this-card/#findComment-87859 Share on other sites More sharing options...
blazingarf Posted April 3, 2006 Author Share Posted April 3, 2006 how do i do that??? sorry for being such a n00b... but thanks anyway Link to comment https://www.insanelymac.com/forum/topic/13774-how-do-i-get-a-higher-resolution-with-this-card/#findComment-87883 Share on other sites More sharing options...
MMatlock Posted April 3, 2006 Share Posted April 3, 2006 a good way to make it permanent: open terminal type the following commands (line by line) cd /Library/Preferences/SystemConfiguration/ sudo nano com.apple.Boot.plist type your password this will open the editor: somewhere in between the <dict> and </dict> tags add the following (it should look just like the rest of the entries): <key>Graphics Mode</key> <string>1280x1024x32</string> hit Ctrl-X press y hit enter reboot your computer to have the new graphics mode installed Link to comment https://www.insanelymac.com/forum/topic/13774-how-do-i-get-a-higher-resolution-with-this-card/#findComment-87959 Share on other sites More sharing options...
Recommended Posts