Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

2 Pages V   1 2 >  
Reply to this topic Start new topic
How can I Edit com.apple.boot.plist?, Need to modify so I don't have to manually enter graphics mode
**
  • Group: Members
  • Posts: 73
  • Joined: 6-December 05
  • From: Canada
  • Member No.: 17,505
Can someone please tell me how to edit my com.apple.boot.plist file so that I can change the resolution to 1280x1024? I get permission errors even when using sudo.
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Moderators
  • Posts: 7,558
  • Joined: 5-July 05
  • From: Mexico City
  • Member No.: 123
If you boot in Single User mode you are root so you can type
nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

edit whatever you want the type Control-X to save and exit.

If you booted in GUI run Terminal and type
sudo su
type your password
type the command same command line as in single user mode.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 23
  • Joined: 15-November 05
  • Member No.: 15,557
QUOTE (macgirl @ Dec 7 2005, 05:43 PM) *
If you boot in Single User mode you are root so you can type
nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

edit whatever you want the type Control-X to save and exit.

If you booted in GUI run Terminal and type
sudo su
type your password
type the command same command line as in single user mode.

Much more simpler way to do this is to browse with Finder to /Library/Preferences/SystemConfiguration/com.apple.Boot.plist and just drag damn' file to your desktop. After that edit your file (the desktop one) and save it. To finish the job you drag the desktop version in the same folder where the old one was ... /Library/Preferences/SystemConfiguration/ and it should appear some dialog window....press the Authenticate button and type your password when it's asked for. Good job ... all done! wink.gif

By the way ... did you changed your root password?
To do so you open Terminal and type sudo passwd root.
Then you type your password and after that type your chosen root password (twice)
Now it should repeat first part and it should work. wink.gif
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 178
  • Joined: 12-November 05
  • Member No.: 15,286
Why would you want to drag it to the desktop to edit? Just edit the original one. Use a text editor like Smultron (yes, there's an Intel compiled version). When you try to save it, you'll get authentication popup and you just enter the password to save it correctly. Even simpler.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 23
  • Joined: 9-January 06
  • Member No.: 19,422
Hi all...

I´m edit the file /Library/Preferences/SystemConfiguration/com.apple.Boot.plist and insert the lines:
<key>Graphics Mode</key>
<string>1280×1024×32</string>

I restart my osx86 (10.4.3) and my screen resolution dont´t change. (original is 1024x768).

I open the file again and the lines are there!!

What I can do to change may resolution to 1280x1024.
My monitor is LG 710SH 17" and my vga is one FX 5200 with 256mb 128 bits.

Tanks and I hope some one can help me.. please..

Andre
PM Profile Card
Go to the top of the page
+ Quote Post
********
  • Group: Members
  • Posts: 1,028
  • Joined: 27-September 05
  • From: Somewhere in France
  • Member No.: 12,030
QUOTE (OverCool @ Jan 9 2006, 01:46 PM) *
Hi all...

I´m edit the file /Library/Preferences/SystemConfiguration/com.apple.Boot.plist and insert the lines:
<key>Graphics Mode</key>
<string>1280×1024×32</string>

I restart my osx86 (10.4.3) and my screen resolution dont´t change. (original is 1024x768).

I open the file again and the lines are there!!

What I can do to change may resolution to 1280x1024.
My monitor is LG 710SH 17" and my vga is one FX 5200 with 256mb 128 bits.

Tanks and I hope some one can help me.. please..

Andre

Do you ever tryed to type "Graphics Mode"="1280x1024x32" at the Darwin bootloader?
If this also don't work then maybe it's not possible with your Nvidia card in VESA mode.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 23
  • Joined: 9-January 06
  • Member No.: 19,422
How I can do it in Darwin bootloader? (tanks for the fast response smile.gif )
PM Profile Card
Go to the top of the page
+ Quote Post
********
  • Group: Members
  • Posts: 1,028
  • Joined: 27-September 05
  • From: Somewhere in France
  • Member No.: 12,030
QUOTE (OverCool @ Jan 9 2006, 02:10 PM) *
How I can do it in Darwin bootloader? (tanks for the fast response smile.gif )

Press F8 at boot (quickly) and you should have something like this:
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 229
  • Joined: 19-November 05
  • Member No.: 15,949
I tried and it didn't work (I tried both ways)
I've got a geforce 6600. Is there anything i can do?
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Moderators
  • Posts: 7,558
  • Joined: 5-July 05
  • From: Mexico City
  • Member No.: 123
QUOTE (ro_x_taz @ Dec 17 2005, 05:06 AM) *
Much more simpler way to do this is to browse with Finder to /Library/Preferences/SystemConfiguration/com.apple.Boot.plist and just drag damn' file to your desktop. After that edit your file (the desktop one) and save it. To finish the job you drag the desktop version in the same folder where the old one was ... /Library/Preferences/SystemConfiguration/ and it should appear some dialog window....press the Authenticate button and type your password when it's asked for. Good job ... all done! wink.gif


That's not simplier, that's just GUI way.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 23
  • Joined: 9-January 06
  • Member No.: 19,422
Dear DrJägermeister,

Your tip work, I insert im my bootloader and my new resolution are working. But how I can do this automatic?

Tanks
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Moderators
  • Posts: 7,558
  • Joined: 5-July 05
  • From: Mexico City
  • Member No.: 123
Edit the com.apple.Boot.plist and add that value to the kernel flags key.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 23
  • Joined: 9-January 06
  • Member No.: 19,422
macgirl,

How I can do it, please?

Tanks

Andre
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Moderators
  • Posts: 7,558
  • Joined: 5-July 05
  • From: Mexico City
  • Member No.: 123
Open Treminal from the Utilities Folder, then run this:
sudo pico /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
the system ask for your password, then add it after the
<key>Kernel Flags</key>
<string>"Graphics Mode"="1280×1024×32"</string>

I don't know why it is not working with
<key>Graphics Mode</key>
<string>1280×1024×32</string>

Just a hint, diconnect the TV connector before boot if it is connected of course.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 25
  • Joined: 4-February 06
  • Member No.: 22,524
I have some sort of the same problem.. I use -s to get single user mode, and I use emacs to edit the Boot file, but I get "read only". Ok I'll just chmod it to a+w, but then it get the following message: Read-Only file system..

what to do?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 23-February 06
  • Member No.: 24,856
How can I make an other partition default. And can I make this bootloader run automatically (without F8) and wait a few minutes to choose if i want to run an other OS???
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 45
  • Joined: 10-August 05
  • Member No.: 3,871
You can try this:
<key>Kernel Flags</key>
<string>rd=diskXsY</string>

to boot on another partition, but it didn't work for me (probably because of NTFS, perhaps with FAT32 it'll work who knows...)

And with this you'll have the timer:

<key>Timeout</key>
<string>8</string>

8 seconds here...

(As you can see in the file, <key>Timeout</key> and <key>Kernel Flags</key> could already be wrote, don't make twice...)
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 7
  • Joined: 5-March 06
  • Member No.: 26,823
you have to
fsck -fy
and
mount -uw /

Before you can edit in single user
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 28
  • Joined: 14-January 06
  • Member No.: 19,883
QUOTE (OverCool @ Jan 9 2006, 01:46 PM) *
Hi all...

I´m edit the file /Library/Preferences/SystemConfiguration/com.apple.Boot.plist and insert the lines:
<key>Graphics Mode</key>
<string>1280×1024×32</string>

I restart my osx86 (10.4.3) and my screen resolution dont´t change. (original is 1024x768).

I open the file again and the lines are there!!

What I can do to change may resolution to 1280x1024.
My monitor is LG 710SH 17" and my vga is one FX 5200 with 256mb 128 bits.

Tanks and I hope some one can help me.. please..

Andre


Maybe if you add a refresh rate it works? Example: 1280x1024x32@75

Greetz keeshond
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 539
  • Joined: 13-February 06
  • From: Italy
  • Member No.: 23,271
Hi there,
I'd like to move to 1280x1024 as well but I tried all these tips with no success. There are other way to set that display resolution? I've a Toshiba M70-166, LCD native res is 1280x1024.



Thanks in advance...
PM Profile Card
Go to the top of the page
+ Quote Post
2 Pages V   1 2 >
Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 22nd November 2009 - 12:55 AM