Friday, October 15, 2010

VGA BIOS

by using command:
lspci -vn (-n is for PCI vendor and device ID)
we could find the VGA device vedor IDs.
For ASUS MZV-MX mainboard is: 1106-3230

After we get this, we could find the VGA module on regular BIOS.
We use BISO modification tool, mmtool, to extract VGA module from BIOS.
Then include this vgabios.bin file in the coreboot configuration file.
After we compile and build our BIOS using coreboot, we have a BIOS enable VGA

No comments: