Actions
Feature #13153
closedloader: before falling back to default, also use EDID standard timings
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
As we got EDID information, it may be the gfx adapter does not support the EDID suggested preferred resolution. The current code will fall back to default (800x600), if we can not use the preferred resolution.
We should also consult standard timings list to see if we can find "second best" resolution, and only then fall to default.
Testing done: tested with 2K Dell monitor; the hosts GFX does not support 2k resolution, but from standard timings list, it did pick next best option.
Updated by Electric Monk over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit d06ea0b9fb5d1989b39a245c5e79324b2c8db398
commit d06ea0b9fb5d1989b39a245c5e79324b2c8db398 Author: Toomas Soome <tsoome@me.com> Date: 2020-10-09T20:07:25.000Z 13153 loader: before falling back to default, also use EDID standard timings Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions