History log of /netbsd/sys/dev/videomode/files.videomode (Results 1 – 4 of 4)
Revision Date Author Comments
# d3a30408 04-May-2010 macallan <macallan@NetBSD.org>

add a bunch of small utility functions to pick video modes based on things
like dot clock, resolution etc.


# 6594783d 11-May-2006 gdamore <gdamore@NetBSD.org>

Add EDID framework. (No documentation as yet.)

This allows one to query monitors (or use BIOS EDID data) and learn their
default modes, etc. To use this, pass an EDID data block edid_parse(), and

Add EDID framework. (No documentation as yet.)

This allows one to query monitors (or use BIOS EDID data) and learn their
default modes, etc. To use this, pass an EDID data block edid_parse(), and
get back nicely parsed data, including precalculated modes using GTF, etc.

The result can be printed using edid_print().

Also, if you want to use GTF to generate modes without EDID, you can use the
vesagtf pseudo-device. vesagtf.c can also be compiled as a standalone program
to generate XFree86 modelines.

show more ...


# 7bfe0f79 04-Mar-2006 gdamore <gdamore@NetBSD.org>

Fix a few minor errors in the config data. Tested with a sample config.


# aba10b3d 04-Mar-2006 gdamore <gdamore@NetBSD.org>

Initial swag at common video mode database. Not used for anything (yet).