Questions tagged [indirect-display-driver]

The Indirect Display Driver Model is an API introduced with the Windows 10 Anniversary Update intended to allow user-mode drivers to be created that can display content on monitors that are not connected to a traditional display adapter.

The Indirect Display Driver Model is an API introduced with the Windows 10 Anniversary Update intended to allow user-mode drivers to be created that can display content on monitors that are not connected to a traditional display adapter.

The user-mode driver creates a graphics adapter and monitor, which are backed by a swapchain that receives the rendered desktop image.

Use this tag for questions to any of the Windows Indirect Display Model APIs.

Resources

4 questions
6
votes
1 answer

Can I create a virtual display using the Indirect Display Driver Model that renders to a DirectX surface?

I have a number of fullscreen-only applications that do not support scaling that I need to show on a single display. Some are showing video, all are showing content that updates frequently. Several of the applications cease rendering in the event…
Mitch
  • 21,223
  • 6
  • 63
  • 86
1
vote
0 answers

Failed to load idd sample driver on windows 10 1809?

I build microsoft iddsampledriver, set _NT_TARGET_VERSION to 10.0.14393, UMDF version to 2.19 and IddCx version to 1.0 When install the driver on windows 10 1809, but failed to load with error CM_PROB_FAILED_ADD. I try to windbg and confirm that…
Acewind
  • 133
  • 9
0
votes
0 answers

How can I set up a TFT no touch LCD Screen with a RPi Pico controlling it with out using import busio?

My components being used: 5.0 40-pin 800x480 TFT Display without Touchscreen (https://www.electromaker.io/shop/product/50-40-pin-800x480-tft-display-without-touchscreen?srsltid=AR57-fCLOkHp9gyNyF16SiEm-6TbVz4LwMWDs5nI8l1wv1poBT7li36e6i4) Driver…
0
votes
0 answers

How to let the bitmap captured by DXGI AcquireNextFrame skip cursor in IDD driver?

In the IDD UMDF driver, how to let the bitmap captured by DXGI AcquireNextFrame skip cursor? When running Microsoft's IddDriverSample, DXGI can capture the screen picture, but there contains cursor in the picture. I want to get cursor info through…
Acewind
  • 133
  • 9