New Studio 17 LCD / old YDL installation / not enough colors

Patrick Smith yellowdog-general@lists.terrasoftsolutions.com
Tue Nov 26 12:26:01 2002


Merrill Aldrich wrote:
> how do I enter
> that boot option, and how do I set my system so that it will always boot 
> with that option? (Please excuse my newbieness). I have Yaboot 1.1.1.

To make it apply on every boot, add 'append=...' to the image section in 
/etc/yaboot.conf.  E.g.,

	image=...
	   label=...
	   root=...
	   append="video=aty128fb:1280x1024@60"

Then run ybin.

To do it once only, at the boot prompt type the label of the image you 
want to boot and the option.  E.g., if the label is 'linux',

	linux video=aty128fb:1280x1024@60

(Pressing tab at the boot prompt should list the labels you can use.)
-- 
patsmith@pobox.com