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:
parent
0bb683fa19
commit
779d5736a3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user