disable most of the debug output

This commit is contained in:
Markus Fröschle
2016-10-17 04:05:50 +00:00
parent 45248b640d
commit 15db171c54
17 changed files with 759 additions and 546 deletions

View File

@@ -286,12 +286,12 @@ int16_t ignore_edid;
struct mode_option resolution =
{
.used = 0,
.used = 1,
.width = 640,
.height = 480,
.bpp = 8,
.freq = 60,
.flags = 0
.flags = MODE_VESA_FLAG
};
int16_t force_measure_pll;