cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

kevina
Journeyman III

Trying to change resolution and emulation programmatically

I am trying to programmatic change the resolution of attached monitors and enable EDID emulation.

However, all the commands i need to use, return a -1.

For example

ADL_Display_Size_Get(iAdapterIndex, iDisplayIndex, &width, &height, &dwidth, &dheight, &minwidth, &minheight, &maxwidht, &maxheight, &stepwidth, &stepheight);

returns -1 but

ADL_Display_Color_Get(iAdapterIndex, iDisplayIndex, ADL_DISPLAY_COLOR_BRIGHTNESS, &iCurrent, &iDefault, &iMin, &iMax, &iStep);

using the same value, works.

I'm using a FirePro W5100 driver version 2015.0317.240.2960

Windows 8 Enterprise 64bit Xeon

0 Likes
1 Reply
jossgray
Adept II

I think you want to use the ADL_Display_Modes_Set function and the EDID Emulation Related APIs

0 Likes