grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I need some help with gfxterm


From: Vesa Jääskeläinen
Subject: Re: I need some help with gfxterm
Date: Thu, 14 Sep 2006 16:41:58 +0300
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]