Jump to content
14 posts in this topic

Recommended Posts

Well, i have read a lot on this forum and everybody keeps saying "changed the resolution on boot", etc...

 

i have allways used windows and this is the first time ever i used osx, so i dont know what you are talking about! how can i change the "so much talked" string to 1280x800?

 

i had no trouble installing osx. have network (but not wireless) and sound but the resolution isnt at 1280x800 on my laptop. i have a banias 1.5 with ATI 9200. it's a HP zt3000.

 

i'm liking osx a lot and actually considering on buying an iMac, but first i need to try more and with this resolution, it's just to painfull on my eyes...

 

please help.

first of all go to library - prefences - system configuration (or system preferences ) - open up com.apple.boot.plist

 

and change the 800X600X32X60 or the line like this there..

 

to do in an easy way : copy the plist file on your desktop .. edit .. then paste or drag in to the original folder...it will ask you your admin pass and authenticate and then replace..Reboot ...enjoy

Thank you so much for your help. Changed the string but the resolution didnt change: still on 1024x768...

 

well, i guest i'll have to keep on looking/reading for some solution.

 

ps- i would love that we could dual-boot on the new iMac. i would buy one for sure!

This should help you change the resolution:

 

Go to a terminal window and navigate to the directory below

/Library/Preferences/SystemConfiguration

Become the Root User

sudo -su

enter password for root access

Now we are going to edit the file

nano com.apple.Boot.plist

Now Add the following lines below to the end of the file but before the </dict> and </plist> tags

<key>Graphics Mode</key>

<string>1400X1050X32@85</string>

Also, note that if your card is only recognized as VESA 2.0, you do not want to put in the refresh rate, aka @85 or @60 etc.

 

For instance, I put in 1280x1024x32.

 

Additionally, when booting up in Darwin, you can press a key and then try different graphics modes by typing:

 

-x "Graphics Mode"="1280x1024x32" platform=X86PC

 

I could be off, but I found that in one of the Wiki's, and I believe I typed it correctly.

 

Anyone able to get 1680x1050 to work? 1280x1024 is the highest I've been able to get to work on my (temporary) Radeon 9000.

This should help you change the resolution:

 

Go to a terminal window and navigate to the directory below

/Library/Preferences/SystemConfiguration

Become the Root User

sudo -su

enter password for root access

Now we are going to edit the file

nano com.apple.Boot.plist

Now Add the following lines below to the end of the file but before the </dict> and </plist> tags

<key>Graphics Mode</key>

<string>1400X1050X32@85</string>

 

Great! It worked! Now my resolution is 1280x1024. It's not my prefered resolution (I have a 17" screen) but it's better than 1024x768.

Thanks a lot :thumbsdown_anim:

This should help you change the resolution:

 

Go to a terminal window and navigate to the directory below

/Library/Preferences/SystemConfiguration

Become the Root User

sudo -su

enter password for root access

Now we are going to edit the file

nano com.apple.Boot.plist

Now Add the following lines below to the end of the file but before the </dict> and </plist> tags

<key>Graphics Mode</key>

<string>1400X1050X32@85</string>

 

 

Eh ... nothing hapen. Refresh rate not change. Grrrr 60Hz makes me mad!!

I'm glad that I'm running an LCD, so 60Hz doesn't cause a problem...

 

But still, has anyone been able to get 1680x1050 to work ON ANY CARD? Is it possible after loading any "made" drivers? Is it possible on the Intel 915 video? I would especially like to see it possible on ATI cards, but might go another direction if necessary...

 

Also, I have since upgraded from 10.4.1 to 10.4.3.

 

On 10.4.1, I had an option as Darwin was loading to press a key to get that command line which gives me the option to type in the [x "Graphics Mode"="1280x1024x32" platform=X86PC] string, but when 10.4.3 loads, I do not get the option.

 

What key do I need to hold or press as Darwin loads to get that option?

 

I prefer to do it this way before editing any keys etc until I can get full support.

My Dell Inspiron 8200 laptop native resolution is 1600x1200 with a Geforce4 Go, when I set it to 1600X1200X32@60, it boots up in that resolution but I get black and white colors only and very noisy graphics. Same goes for 1280X1024X32@60. I also dropped the "@60" part but that didn't change anything. I'm stuck on 1024X768 using 10.4.3, any suggestions?

×
×
  • Create New...