Sunday 16 September 2018

windows 8 - Remote desktop graphics card


So as most people know, when you use RDP to connect to your desktop, it disables the graphics card and uses generic CUDA.


I don't want Windows to revert to using CUDA instead of the Graphics Card. I have a GTX 780ti in the computer but it isn't being used by RDP. Is there any way to force Windows to use the hardware graphics card?


I've tried TightVNC, RealVNC and LogMeIn, but I want to use RDP as it is the fastest and works best for me.



Answer



Firstly, you are getting your terms mixed up. CUDA is an NVIDIA technology for programming their GPU (and other things, but that's the simplest description).


Microsoft's RDP uses a it's own graphics driver which converts the rendered screen into network packets to send to the client.


This is the core of how RDP works and you cannot change it.



On the server, RDP uses its own video driver to render display output by constructing the rendering information into network packets by using RDP protocol and sending them over the network to the client. On the client, RDP receives rendering data and interprets the packets into corresponding Microsoft Windows graphics device interface (GDI) API calls.



Source: http://msdn.microsoft.com/en-us/library/aa383015(v=vs.85).aspx


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...