clearing TV_PRIMARY flag as Matrox driver can't do primary TVout yet (G400 and earlier hardware can do that though).

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14832 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2005-11-10 16:48:28 +00:00
parent 0bb683fa19
commit 779d5736a3

View File

@ -385,6 +385,9 @@ status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, con
}
}
/* fixme: currently the matrox driver can only do secondary TVout */
target->flags &= ~TV_PRIMARY;
/* set HARDWARE_CURSOR mode if suitable */
if (si->settings.hardcursor)
target->flags |= B_HARDWARE_CURSOR;