* Allowed widescreen modes to be displayed on analog monitors using the "force_ws" setting.

* Also added a 1270x720 HDTV resolution (was accidently part of the previous commit).
Both changes courtesy of Doug Shelton.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19003 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-10-05 12:15:24 +00:00
parent a459c8e0d8
commit d4f8d429da
@@ -228,7 +228,7 @@ PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const displa
/* only export widescreen panel-TV modes when an exact resolution match exists,
* to prevent the modelist from becoming too crowded */
if (target_aspect > 1.61) {
if (target_aspect > 1.61 && !si->settings.force_ws) {
status_t panel_TV_stat = B_ERROR;
if (si->ps.tmds1_active) {