Re: I need some help with gfxterm

2006-09-28 Thread Khaled Hosny
On 9/14/06, Vesa Jääskeläinen <[EMAIL PROTECTED]> wrote: Hi, Sorry for my late reply. 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

Re: I need some help with gfxterm

2006-09-14 Thread Vesa Jääskeläinen
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 102

I need some help with gfxterm

2006-09-09 Thread Khaled Hosny
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 te