DirectX and Remote Desktop

Hi All,
why a DirectX application fails in Remote Desktop Mode?
[67 byte] By [*Sarath*] at [2007-12-22]
# 1
Probably

because DirectX directly talks to the video hardware rather than going

through GDI and/or video driver, thus not allowing the desktop image to

be reproduced in the remote desktop session.

I'll move this thread to the DirectX forum for a better answer...

nobugz at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: DirectX 101...
# 2

I suspect that remote desktop, like virtual PC, does not emulate a powerful enough graphics card to run your application.

However, I though that a windowed DirectX app should run just very very slowly as it will have to transfer the entire windows content as bitmap every time. FullScreen I doubt you will see anything.

TheZMan at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: DirectX 101...
# 3
Hi,
another possibility for DirectX failing in remote desktop is when you don't handle the loss of device. Check if you're handling this right. Tip: if this is the case then the error should also happen in your computer when, for example, the screen saver becomes active.
n0n4m3 at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: DirectX 101...
# 4

Because DirectX wasn't designed to work in a Remote Desktop scenario.

DavidWeller at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: DirectX 101...