cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

rich99
Adept I

Dedicated full screen in Direct3D9 and 4x1 Eyefinity

Hi,

I'm trying to start a Dedicated Fullscreen D3D9 Window using a big resolution. With 3x4k resolution (11520x2160) it works only if I create the device with one back buffer (D3DPRESENT_PARAMETERS::BackBufferCount = 1). If I try to create 4x4k (15360x2160) it never works unless I create the window in Windowed mode (D3DPRESENT_PARAMETERS::Windowed = true).

I've attached a sample code that will create a FullScreen window and a EDID for the 4k montior I'm using so you can test with a 4x4k Eyefinity. The code will work if you use two GPUs, one for the 4x4k such as a W8100 and a main GPU. If I create a Windowed borderless device it works fine in all cases.

0 Likes
1 Solution
rich99
Adept I

I have solved this using 4x4 instead of 4x1 eyefinity topology since d3d9 supports a max of 8192x8192 textures.

View solution in original post

1 Reply
rich99
Adept I

I have solved this using 4x4 instead of 4x1 eyefinity topology since d3d9 supports a max of 8192x8192 textures.