You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current version of the AGS library, seems that we cannot query the viewable area of the displays in an Eyefinity setup.
Before, when calling agsGetEyefinityConfigInfo(usedAGSContext, m_PrimaryDisplayIndex, &eyefinityInfo, &numDisplaysInfo, &displaysInfo[0]);
we could get the viewable rectangle for each display in displaysInfo[i].displayRectVisible
Now since v.5.0.5 of the library, none of the rectangles obtained in agsDeviceInfo.displays[i] contains the correct rectangle of the display.
Seems that in a 3 monitor setup, each rectangle is 1/3 part of the total Eyefinity resolution, and if the bezel correction is not the same for each monitor, this will not be the correct viewable rectangle of each display.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
With the current version of the AGS library, seems that we cannot query the viewable area of the displays in an Eyefinity setup.
Before, when calling
agsGetEyefinityConfigInfo(usedAGSContext, m_PrimaryDisplayIndex, &eyefinityInfo, &numDisplaysInfo, &displaysInfo[0]);
we could get the viewable rectangle for each display in
displaysInfo[i].displayRectVisible
Now since v.5.0.5 of the library, none of the rectangles obtained in
agsDeviceInfo.displays[i]
contains the correct rectangle of the display.Seems that in a 3 monitor setup, each rectangle is 1/3 part of the total Eyefinity resolution, and if the bezel correction is not the same for each monitor, this will not be the correct viewable rectangle of each display.
Thanks.
The text was updated successfully, but these errors were encountered: