Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE framebuffer (pictures)...
2013-12-10, 10:22
Post: #1
iPXE framebuffer (pictures)...
Hi!

I have been following the commit changes for quite som time now, and the framebuffer part looks pretty cool Smile

Managed to get a better resolution, but I still think it "feels" better without FB for our Linux installmenu (which uses iPXE).

But I have a question regarding pictures. How to "get" pictures when "inside" iPXE? Use the kernel/initrd/module command to download from http server, or build iPXE image with a picture inside?

Keep up the great work Smile

Regards,
Torgeir
Find all posts by this user
Quote this message in a reply
2013-12-10, 11:21
Post: #2
RE: iPXE framebuffer (pictures)...
(2013-12-10 10:22)Torgeir Wrote:  I have been following the commit changes for quite som time now, and the framebuffer part looks pretty cool Smile

Managed to get a better resolution, but I still think it "feels" better without FB for our Linux installmenu (which uses iPXE).

But I have a question regarding pictures. How to "get" pictures when "inside" iPXE? Use the kernel/initrd/module command to download from http server, or build iPXE image with a picture inside?

Use the --picture (or -p) option to the console command. For example:

Code:
console -p http://www.fensystems.co.uk/~mcb30/ipxe.pgm

If you don't specify a resolution, it will be chosen automatically based on the picture size. For now only PNM (.pbm/.pgm/.ppm) images are supported; PNG will be added soon. You need to enable IMAGE_PNM in config/general.h.

HTH,

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
2013-12-10, 12:08 (This post was last modified: 2013-12-10 12:45 by Torgeir.)
Post: #3
RE: iPXE framebuffer (pictures)...
I see...

Would it be possible to have this "picture" feature in the "login" menu, and the "menu" commands?

Or is that "out of scope"?

--Torgeir
Nevermind!

Saw the "transparent" commit... Looks good Smile

--Torgeir
Find all posts by this user
Quote this message in a reply
2013-12-17, 09:07
Post: #4
Photo RE: iPXE framebuffer (pictures)...
This is working well...

[Image: 3tq1.png]

I haven't really delved into this yet, but what is the effect of loading images on different menu items? Are they just pushed through FIFO or are they somehow resident?

"Thus far, you have been adrift within the sheltered harbor of my patience..."
Find all posts by this user
Quote this message in a reply
2013-12-17, 11:37
Post: #5
RE: iPXE framebuffer (pictures)...
(2013-12-17 09:07)MultimediaMan Wrote:  I haven't really delved into this yet, but what is the effect of loading images on different menu items? Are they just pushed through FIFO or are they somehow resident?

I'm not sure exactly what that question means. Hopefully the following may be relevant:

Background pictures will be automatically imgfreed (unless the --keep option is specified in the "console" command).

Extra memory is allocated to hold the pre-rendered copy of the background image; this is automatically freed when shutting down iPXE (e.g. to boot an OS, or to exit), or when resetting the console (e.g. to load a new background image, or to switch back to text mode).

The external memory allocator is quite simplistic. It is definitely possible to create usage patterns which will quickly exhaust the available memory.

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)