tauge Posted August 21, 2005 Share Posted August 21, 2005 Anyone know how I can hard code the screen resolution rather than entering "Graphics Mode"="bla bla bla bla" in the boot screen? Config: Dell Inspiron 5100 640 MB RAM 32 MB ATI Radeon 7500 Dual boot with Win XP Maxxus SSE3->SS2 patch Firefox OSX86 port ... (Google for firefox-1.0+.en-US.intelmac.dmg) Many Thanks Link to comment https://www.insanelymac.com/forum/topic/804-how-to-hard-code-screen-resolution/ Share on other sites More sharing options...
rohde Posted August 21, 2005 Share Posted August 21, 2005 Anyone know how I can hard code the screen resolution rather than entering "Graphics Mode"="bla bla bla bla" in the boot screen? Config: Dell Inspiron 5100 640 MB RAM 32 MB ATI Radeon 7500 Dual boot with Win XP Maxxus SSE3->SS2 patch Firefox OSX86 port ... (Google for firefox-1.0+.en-US.intelmac.dmg) Many Thanks <{POST_SNAPBACK}> edit /Library/Preferences/SystemConfiguration/com.apple.Boot.plist add: <key>Graphics Mode</key> <string>1280x1024x32</string> (instead of 1280x1024x32 you just put in what you want) Link to comment https://www.insanelymac.com/forum/topic/804-how-to-hard-code-screen-resolution/#findComment-4762 Share on other sites More sharing options...
Bart Posted August 21, 2005 Share Posted August 21, 2005 is there a way to add the hz to this ? Link to comment https://www.insanelymac.com/forum/topic/804-how-to-hard-code-screen-resolution/#findComment-4794 Share on other sites More sharing options...
maltloaf Posted August 21, 2005 Share Posted August 21, 2005 only for vesa 3.0 cards i believe 1280x1024x32@75 would be 75Hz Link to comment https://www.insanelymac.com/forum/topic/804-how-to-hard-code-screen-resolution/#findComment-4804 Share on other sites More sharing options...
Bart Posted August 21, 2005 Share Posted August 21, 2005 are you sure you can add @75 to the string? Link to comment https://www.insanelymac.com/forum/topic/804-how-to-hard-code-screen-resolution/#findComment-4834 Share on other sites More sharing options...
rohde Posted August 21, 2005 Share Posted August 21, 2005 are you sure you can add @75 to the string? <{POST_SNAPBACK}> If it's a VESA 3.0 card then yes. Link to comment https://www.insanelymac.com/forum/topic/804-how-to-hard-code-screen-resolution/#findComment-4835 Share on other sites More sharing options...
Recommended Posts