Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eyefinity Display visible position and size is wrong #9

Open
daisukewi opened this issue Apr 10, 2017 · 1 comment
Open

Eyefinity Display visible position and size is wrong #9

daisukewi opened this issue Apr 10, 2017 · 1 comment

Comments

@daisukewi
Copy link

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.

@gareththomasamd
Copy link
Contributor

Please try 5.1.1. This should resolve your issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants