Re: Yaboot fails to start install


Subject: Re: Yaboot fails to start install
From: Avinash Gupta (agupta@mediaone.net)
Date: Thu Dec 27 2001 - 15:01:44 MST


You can get 1024x768 on an Apple Studio Display 17" by putting the following
Modeline in your XF86Config-4 in /etc/X11:

Modeline "1024x768" 112.62 1024 1068 1240 1420 768 768 780 808 +hsync
+vsync

I have been unable to get 800x600 on this monitor ,,, but I think 1024x768
should be pleasant enough :)

If you want to get the console into 1024x768, then edit /etc/fb.modes and put
the following lines in there:

mode "1024x768-99"
    geometry 1024 768 1024 768 8
    timings 8879 182 34 28 0 176 12
    hsync high
    vsync high
endmode

also, assuming you have the fbset-2.1-6 package installed (if not, get it
from
ftp://ftp.yellowdoglinux.com/pub/yellowdog/yellowdog-2.1/ppc/YellowDog/ppc)
... you can edit your /etc/rc.local file and add the following line at the
end:

/usr/sbin/fbset 1024x768-99

This should put your console in 1024x768 mode on bootup. WARNING! This will
only work for Apple Studio Displays, so if you have something else don't try
this!.

-- Avinash Gupta (agupta@mediaone.net)

On Thursday 27 December 2001 12:33, you wrote:
> Thanks for the help. I was able to install YDL 2.1 almost perfectly.
> My only remaining problem is the screen resolution. Because of the 17"
> display, the resolution is way too high. My attempts to change to
> 800x600 using Xconfigurator all seem to fail. I have also tried other
> vmodes, but that results in my losing all video.
>
> Brian
>
> > On Wednesday, December 19, 2001, at 04:23 PM, Avinash Gupta wrote:
> >
> > Hi Brian,
> >
> > I am assuming you have an Apple Studio 17" Display. If not, then the
> > following may not apply ...
> >
> > Try this at the yaboot prompt:
> >
> > install-gui video=aty128fb:vmode:20
> >
> > This should start the install. When the installer asks if you want to
> > boot
> > into graphical mode at startup, choose NO (text mode).
> >
> > After the install is over, and you reboot back to the yaboot prompt,
> > type:
> >
> > linux video=aty128fb:vmode:20
> >
> > Log in as root and modify /etc/yaboot.conf and add an "append" line to
> > your
> > yaboot images ... e.g.
> >
> > # yaboot images
> > image=/boot/vmlinux
> > label=linux
> > root=/dev/hda12
> > append="video=aty128fb:vmode:20"
> >
> > Run ybin -v
> >
> > Now you should be able to reboot and not have to type any extra
> > parameters at
> > the yaboot prompt.



This archive was generated by hypermail 2a24 : Thu Dec 27 2001 - 15:13:56 MST