Dump the VESA resolution table for Nvidia VBIOS ROM.
Tom Li 92ec34a899 Fix a typo. | 10 years ago | |
---|---|---|
.gitignore | 10 years ago | |
LICENSE | 10 years ago | |
Makefile | 10 years ago | |
README.md | 10 years ago | |
nvesabios.c | 10 years ago |
Dump the VESA resolution table for Nvidia VBIOS ROM.
Usage: ./nvesabios [OPTION] [NVIDIA VBIOS]
-v, --verbose Show verbose VESA modelines
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.