Dump the VESA resolution table for Nvidia VBIOS ROM.

Tom Li 92ec34a899 Fix a typo. 10 years ago
.gitignore c2f39a4d1b Initial commit 10 years ago
LICENSE c2f39a4d1b Initial commit 10 years ago
Makefile ae25914fcf Rewrite option parsing using getopt_long. 10 years ago
README.md 4fc85e529c Initial documentation. 10 years ago
nvesabios.c 92ec34a899 Fix a typo. 10 years ago

README.md

nvesabios

Dump the VESA resolution table for Nvidia VBIOS ROM.

Usage

Usage: ./nvesabios [OPTION] [NVIDIA VBIOS]
    -v, --verbose  Show verbose VESA modelines

Starting

First of all, we need a tools to dump the VBIOS. You can use all of your favorite tools.

For Linux users,

git clone git://people.freedesktop.org/~stuart/vbtracetool

After make,

./vbtracetool -w 2> myvga.rom

All right, we got it.

Finally,

./nvesabios myvga.rom

to get dump the VESA table.