* OpenFirmware framebuffer
@ 2006-06-13 15:26 Matt Sealey
2006-06-13 16:11 ` Nathan Lynch
2006-06-13 21:33 ` David Woodhouse
0 siblings, 2 replies; 8+ messages in thread
From: Matt Sealey @ 2006-06-13 15:26 UTC (permalink / raw)
To: linuxppc-dev
I just booted up my Pegasos and tried the offb driver for display and was
rather disappointed. It just displays 4 lines about HID0 and stuff and then
waits around.
Is this all there is? Is there nothing more? Can't I get a scrolling kernel
output, and a penguin logo or am I missing the point? :)
--
Matt Sealey <matt@genesi-usa.com>
Manager, Genesi, Developer Relations
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: OpenFirmware framebuffer
2006-06-13 15:26 OpenFirmware framebuffer Matt Sealey
@ 2006-06-13 16:11 ` Nathan Lynch
2006-06-13 16:27 ` Matt Sealey
2006-06-13 21:33 ` David Woodhouse
1 sibling, 1 reply; 8+ messages in thread
From: Nathan Lynch @ 2006-06-13 16:11 UTC (permalink / raw)
To: Matt Sealey; +Cc: linuxppc-dev
Matt Sealey wrote:
>
> I just booted up my Pegasos and tried the offb driver for display and was
> rather disappointed. It just displays 4 lines about HID0 and stuff and then
> waits around.
>
> Is this all there is? Is there nothing more? Can't I get a scrolling kernel
> output, and a penguin logo or am I missing the point? :)
Maybe someone can help if you give more details, e.g. the kernel
version, and exactly what messages are displayed before it hangs.
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: OpenFirmware framebuffer
2006-06-13 16:11 ` Nathan Lynch
@ 2006-06-13 16:27 ` Matt Sealey
2006-06-13 23:53 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 8+ messages in thread
From: Matt Sealey @ 2006-06-13 16:27 UTC (permalink / raw)
To: 'Nathan Lynch'; +Cc: linuxppc-dev
Gentoo 2.6.15-r5 from the 2006.0 install CD.
It says "Welcome to Linux gentoo-2.6.15-r5" and then I see four
lines, MSR, HID0 and hex printout of each.
That's it.
I get the usual messages spooled to the serial console. My args are;
boot cd /boot/pegasos console=ttyS1,115200,8n1 console=tty0 init=/linuxrc looptype=squashfs loop=/image.squashfs udev nodevfs cdroot
root=/dev/ram0 video=ofonly
--
Matt Sealey <matt@genesi-usa.com>
Manager, Genesi, Developer Relations
> -----Original Message-----
> From: Nathan Lynch [mailto:ntl@pobox.com]
> Sent: Tuesday, June 13, 2006 11:11 AM
> To: Matt Sealey
> Cc: linuxppc-dev@ozlabs.org
> Subject: Re: OpenFirmware framebuffer
>
> Matt Sealey wrote:
> >
> > I just booted up my Pegasos and tried the offb driver for
> display and
> > was rather disappointed. It just displays 4 lines about
> HID0 and stuff
> > and then waits around.
> >
> > Is this all there is? Is there nothing more? Can't I get a
> scrolling
> > kernel output, and a penguin logo or am I missing the point? :)
>
> Maybe someone can help if you give more details, e.g. the
> kernel version, and exactly what messages are displayed
> before it hangs.
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: OpenFirmware framebuffer
2006-06-13 16:27 ` Matt Sealey
@ 2006-06-13 23:53 ` Benjamin Herrenschmidt
2006-06-14 14:07 ` Matt Sealey
0 siblings, 1 reply; 8+ messages in thread
From: Benjamin Herrenschmidt @ 2006-06-13 23:53 UTC (permalink / raw)
To: matt; +Cc: linuxppc-dev, 'Nathan Lynch'
On Tue, 2006-06-13 at 11:27 -0500, Matt Sealey wrote:
> Gentoo 2.6.15-r5 from the 2006.0 install CD.
>
> It says "Welcome to Linux gentoo-2.6.15-r5" and then I see four
> lines, MSR, HID0 and hex printout of each.
>
> That's it.
>
> I get the usual messages spooled to the serial console. My args are;
>
> boot cd /boot/pegasos console=ttyS1,115200,8n1 console=tty0 init=/linuxrc looptype=squashfs loop=/image.squashfs udev nodevfs cdroot
> root=/dev/ram0 video=ofonly
Send us a copy of your dmesg log. Also, does the pegasos firmware
creates a "display" node in OF with the right type and properties ?
Ben.
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: OpenFirmware framebuffer
2006-06-13 23:53 ` Benjamin Herrenschmidt
@ 2006-06-14 14:07 ` Matt Sealey
2006-06-14 14:29 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 8+ messages in thread
From: Matt Sealey @ 2006-06-14 14:07 UTC (permalink / raw)
To: 'Benjamin Herrenschmidt'; +Cc: linuxppc-dev, 'Nathan Lynch'
> Send us a copy of your dmesg log. Also, does the pegasos
> firmware creates a "display" node in OF with the right type
> and properties ?
dmesg log might be a bit clumsy to get but I will try.
Please tell me what the display node should have? I can check that. I
am curious though as it does seem to have worked.. it uses the mode I
set in firmware, cleans the screen and prints a message to display..
just not MUCH of a message. With previous "broken" firmware and kernels
I would get a garbage screen with the chrp_boot messages on it, but
yesterday this new message (welcome to Linux.. MSR, HID0 printout) was
a welcome change, but.. not a console so much as "not a blank screen".
dmws2: the current released firmware doesn't. But I get to test out all
these new broken features.. :3
--
Matt Sealey <matt@genesi-usa.com>
Manager, Genesi, Developer Relations
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: OpenFirmware framebuffer
2006-06-14 14:07 ` Matt Sealey
@ 2006-06-14 14:29 ` Benjamin Herrenschmidt
2006-06-14 16:02 ` Matt Sealey
0 siblings, 1 reply; 8+ messages in thread
From: Benjamin Herrenschmidt @ 2006-06-14 14:29 UTC (permalink / raw)
To: matt; +Cc: linuxppc-dev, 'Nathan Lynch'
On Wed, 2006-06-14 at 09:07 -0500, Matt Sealey wrote:
> > Send us a copy of your dmesg log. Also, does the pegasos
> > firmware creates a "display" node in OF with the right type
> > and properties ?
>
> dmesg log might be a bit clumsy to get but I will try.
>
> Please tell me what the display node should have? I can check that. I
> am curious though as it does seem to have worked.. it uses the mode I
> set in firmware, cleans the screen and prints a message to display..
> just not MUCH of a message. With previous "broken" firmware and kernels
> I would get a garbage screen with the chrp_boot messages on it, but
> yesterday this new message (welcome to Linux.. MSR, HID0 printout) was
> a welcome change, but.. not a console so much as "not a blank screen".
>
> dmws2: the current released firmware doesn't. But I get to test out all
> these new broken features.. :3
Better, send me a firmware image and I'll check what's up on my
pegasos :)
Ben.
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: OpenFirmware framebuffer
2006-06-14 14:29 ` Benjamin Herrenschmidt
@ 2006-06-14 16:02 ` Matt Sealey
0 siblings, 0 replies; 8+ messages in thread
From: Matt Sealey @ 2006-06-14 16:02 UTC (permalink / raw)
To: 'Benjamin Herrenschmidt'; +Cc: linuxppc-dev, 'Nathan Lynch'
Ben,
Please talk to Sven for a version, he is best to make sure you get something
that doesn't explode something you both know is important :)
--
Matt Sealey <matt@genesi-usa.com>
Manager, Genesi, Developer Relations
> -----Original Message-----
> From: Benjamin Herrenschmidt [mailto:benh@kernel.crashing.org]
>
> Better, send me a firmware image and I'll check what's up on
> my pegasos :)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: OpenFirmware framebuffer
2006-06-13 15:26 OpenFirmware framebuffer Matt Sealey
2006-06-13 16:11 ` Nathan Lynch
@ 2006-06-13 21:33 ` David Woodhouse
1 sibling, 0 replies; 8+ messages in thread
From: David Woodhouse @ 2006-06-13 21:33 UTC (permalink / raw)
To: matt; +Cc: linuxppc-dev
On Tue, 2006-06-13 at 10:26 -0500, Matt Sealey wrote:
> I just booted up my Pegasos and tried the offb driver for display and was
> rather disappointed. It just displays 4 lines about HID0 and stuff and then
> waits around.
I didn't think the Pegasos firmware supported framebuffer?
--
dwmw2
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-06-14 16:02 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-13 15:26 OpenFirmware framebuffer Matt Sealey
2006-06-13 16:11 ` Nathan Lynch
2006-06-13 16:27 ` Matt Sealey
2006-06-13 23:53 ` Benjamin Herrenschmidt
2006-06-14 14:07 ` Matt Sealey
2006-06-14 14:29 ` Benjamin Herrenschmidt
2006-06-14 16:02 ` Matt Sealey
2006-06-13 21:33 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).