From: "Vesa Jääskeläinen" <chaac@nic.fi>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Some issues with VBE support.
Date: Sun, 10 Jul 2005 02:04:56 +0300 [thread overview]
Message-ID: <42D05818.6080908@nic.fi> (raw)
In-Reply-To: <42CFC818.70505@nic.fi>
Vesa Jääskeläinen wrote:
> Hmm... I switched from indexed color mode (0x101) to RGB mode (0x111)
> and now I seem to get picture from vmware too. It could be that in
> vmware, color index table is all black or something like that. I will
> diagnose that problem more later on...
After a while, also 0x101 started to work, until I stopped virtual
machine for a while and started it :|, need to diagnose why this
happened... but not now.
> I'll probably publish a test version of it soon, but now I have to do
> other tasks.
I have made simple modification from vga terminal to vesafb terminal. It
is far from being good or complete implementation. It is only provided
to receive some feedback how it works and for other comments. Formatting
of source code is probably not following grub 2 coding conventions.
Complete source for grub2 and my modifications can found from here:
http://jumi.lut.fi/~vjaaskel/grub2/grub2-20050710-vesafb.tar.gz
I have modified (at least) following files:
grub2/conf/i386-pc.rmk
grub2/kern/i386/startup.S
grub2/include/grub/machine/vbe.h
grub2/term/i386/pc/vesafb.c
To test it, run normal process of compiling grub2 (configure ; make ; ...)
After booting up:
insmod terminal
insmod vesafb
vbe_list_modes
(pick one listed mode)
set vbe_mode=<picked mode>
terminal vesafb
On startup.S there are also some VBE calls that are not yet implemented,
so if you are going to play with it, check those from there first.
After I have some time to implement those, I could see what needs to be
done elsewhere to really start using graphical modes and then start
discussion on it.
Thanks,
Vesa Jääskeläinen
prev parent reply other threads:[~2005-07-09 23:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-06 14:30 Some issues with VBE support Vesa Jääskeläinen
2005-07-08 5:33 ` Yoshinori K. Okuji
2005-07-09 11:10 ` Vesa Jääskeläinen
2005-07-09 12:09 ` Marco Gerards
2005-07-09 12:50 ` Vesa Jääskeläinen
2005-07-09 23:04 ` Vesa Jääskeläinen [this message]
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=42D05818.6080908@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.