* I need some help with gfxterm
@ 2006-09-09 20:10 Khaled Hosny
2006-09-14 13:41 ` Vesa Jääskeläinen
0 siblings, 1 reply; 3+ messages in thread
From: Khaled Hosny @ 2006-09-09 20:10 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 580 bytes --]
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.
--
Khaled Hosny
Egyptian GNU/Linux user
Member of Arabeyes translation team [www.arabeyes.org]
My Blog: [khalid_hosny.manalaa.net]
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: I need some help with gfxterm
2006-09-09 20:10 I need some help with gfxterm Khaled Hosny
@ 2006-09-14 13:41 ` Vesa Jääskeläinen
2006-09-28 10:01 ` Khaled Hosny
0 siblings, 1 reply; 3+ messages in thread
From: Vesa Jääskeläinen @ 2006-09-14 13:41 UTC (permalink / raw)
To: The development of GRUB 2
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-09-28 10:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-09 20:10 I need some help with gfxterm Khaled Hosny
2006-09-14 13:41 ` Vesa Jääskeläinen
2006-09-28 10:01 ` Khaled Hosny
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.