Jump to content

How to hard code screen resolution?


tauge
 Share

6 posts in this topic

Recommended Posts

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
Share on other sites

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

 

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
Share on other sites

 Share

×
×
  • Create New...