All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vesa Jääskeläinen" <chaac@nic.fi>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: I need some help with gfxterm
Date: Thu, 14 Sep 2006 16:41:58 +0300	[thread overview]
Message-ID: <45095C26.7000307@nic.fi> (raw)
In-Reply-To: <20060909192239.GC10618@penguin.homenetwork>

Khaled Hosny wrote:
> I was exploring the new video subsystem of GRUB2 (1.94), I followed the
> instructions in GRUB wiki about using gfxterm.
> This what I did:
> 	insmod video
> 	insmod vbe
> 	insmod font
> 	font (fd1)/unifont.pff
> 	insmod gfxterm
> 	set gfxmode 1024x768x32
> 	insmod terminal
> OK, no errors till now, then:
> 	terminal gfxterm
> here I got that error:
> 	error: Can't locate valid adapter for mode
> and nothing changes.
> BTW I'm trying this under qemu.

Hi,

Well, perhaps QEMU just doesn't support that mode...

I tried this sequence with exception (set gfxmode=1024x768x32) in VMWare
and it works nicely. You can specify "set gfxmode=1024x768" to auto
detect best color mode.

You can use vbeinfo module to determine available modes.

insmod vbeinfo
vbeinfo

Thanks,
Vesa Jääskeläinen




  reply	other threads:[~2006-09-14 13:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-09 20:10 I need some help with gfxterm Khaled Hosny
2006-09-14 13:41 ` Vesa Jääskeläinen [this message]
2006-09-28 10:01   ` Khaled Hosny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45095C26.7000307@nic.fi \
    --to=chaac@nic.fi \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.