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 _______________________________________________ Grub-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/grub-devel
