2015-02-27, 20:15
(2015-02-27, 19:23)Martijn Wrote: If you can tell how, sure. Finding out seems a real bitch.Run dxdiag. Then look at Driver Model in section Drivers at Display tab. I'm wrong and video rendering/decoding with DX11 requires WDDM1.1 drivers.
(2015-02-27, 19:27)Martijn Wrote: The win7 computer with NIVIA GTX275 using the \ key for switching fullscreen mode switches my screen to a lower res.Hm. From the log file I can see what you switched from true full-screen ([email protected]) to windowed mode with windows size 635x374. Firstly, DXGI switches to windowed mode
http://pastebin.com/jTJcicqk
CWinSystemWin32::SetFullScreen (windowed) on screen 0 with size 635x374, refresh 0.000000
Using new build from this morning
Code:
18:26:23 T:3652 DEBUG: CApplication::OnKey: backslash (0xf05c) pressed, action is ToggleFullScreen
18:26:23 T:3652 DEBUG: CRenderSystemDX::SetFullScreenInternal - Switching swap chain to windowed mode.
Code:
18:26:24 T:3652 DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (0,0,1280,1024 fullscreen)->(366,191,1017,603)
Code:
18:26:24 T:3652 DEBUG: CRenderSystemDX::CreateWindowSizeDependentResources - (Re)Create window size (635x374) dependent resources.