Page 1 of 1

Remote Desktop Support

PostPosted: Tue Jun 19, 2018 11:32 pm
by Jon Neilon
Is there any particular way of getting RDP working on non Quadro cards like a GTX 1070 ti? This is the only software I cannot use over RDP without using teamviewer. It would really help me out in a pinch. Any tips to get the driver working?

Workstation I am trying to connect with RDP has GTX 1070 ti
Workstation I am running from home has a GTX 980

My colleague has no problem with the workstations that have Quadro's

Re: Remote Desktop Support

PostPosted: Tue Jun 19, 2018 11:51 pm
by MikeRochefort
100% not an issue of the graphics card. I recommend checking your networking setup or RDP settings on the client. RDP doesn’t care what you have/don’t have in a system. I’ve RDP’d into clients with piss poor cards, and, no cards at all.

If it is an issue with the cards (outside of it being drivers not installed properly) I’ll gladly eat my words. :D

Cheers,
Mike

Re: Remote Desktop Support

PostPosted: Wed Jun 20, 2018 12:13 am
by Jon Neilon
Thanks I will check with our IT. It is just odd that 3dsmax, After Effects and premiere viewports work but not fusion viewport. I did have an issue with 3dsmax viewport until I changed the viewport drivers which led me to thinking it was how fusion handled drivers.

Re: Remote Desktop Support

PostPosted: Wed Jun 20, 2018 1:42 am
by MikeRochefort
That’s definitely more specific than your original post. On the GeForce machine everything but Fusion that uses OpenGL works?

Cheers,
Mike

Re: Remote Desktop Support

PostPosted: Wed Jun 20, 2018 5:29 am
by Markus Cermak
Not a solution but I can confirm that, since I know fusion (fusion 5) that it wont work with Remote Desktop.
I was using teamviewer and now AnyDesk if I have to open up Fusion remotely.

Re: Remote Desktop Support

PostPosted: Wed Jun 20, 2018 6:16 am
by Hendrik Proosa
RDP uses a virtual display driver which blocks the GPU and thus also OpenGL and probably (not sure about this) CUDA/OpenCL so no hardware graphics rendering is possible. You must use some other remoting software, Teamviewer works nicely for example.

Re: Remote Desktop Support

PostPosted: Wed Jun 20, 2018 2:35 pm
by Jon Neilon
Hendrik Proosa wrote:RDP uses a virtual display driver which blocks the GPU and thus also OpenGL and probably (not sure about this) CUDA/OpenCL so no hardware graphics rendering is possible. You must use some other remoting software, Teamviewer works nicely for example.


Thanks, My colleagues who have NVidia Quadro m4000 cards all mention fusion works with RDP. I will put another card in my workstation tonight to test this to confirm.

Re: Remote Desktop Support

PostPosted: Wed Jun 20, 2018 3:40 pm
by Lucjan Hirszmajer
Create small script which will run your Fusion with delay and disconnects you from your machine earlier, then login again, it should be working.

I was using it for earlier versions, should work with current one as well.

save code below as bat file.

@echo off
echo.
echo Remote Desktop will be temporarily disconnected . . . please reconnect after a few seconds.
echo.
pause
@echo on
tscon.exe %SESSIONNAME% /v /dest:console
@echo off
echo.
echo Starting Fusion.exe . . .
@echo on
"c:\Program Files\Blackmagic Design\Fusion\Fusion.exe"
@echo off
echo.

Re: Remote Desktop Support

PostPosted: Wed Jun 20, 2018 5:10 pm
by MikeRochefort
Did some more research and it looks like I’ll be eating my words, as promised.

http://www.nvidia.com/download/driverRe ... 6507/en-us

Looks like some kind of OpenGL support over RDP was added in that Quadro driver.

Cheers,
Mike

Re: Remote Desktop Support

PostPosted: Wed Jun 20, 2018 6:34 pm
by Jon Neilon
Lucjan Hirszmajer wrote:Create small script which will run your Fusion with delay and disconnects you from your machine earlier, then login again, it should be working.

I was using it for earlier versions, should work with current one as well.

save code below as bat file.

@echo off
echo.
echo Remote Desktop will be temporarily disconnected . . . please reconnect after a few seconds.
echo.
pause
@echo on
tscon.exe %SESSIONNAME% /v /dest:console
@echo off
echo.
echo Starting Fusion.exe . . .
@echo on
"c:\Program Files\Blackmagic Design\Fusion\Fusion.exe"
@echo off
echo.


Thanks Lucjan, That is hilarious work around but explains a lot. I will try this out.

MikeRochefort wrote:Did some more research and it looks like I’ll be eating my words, as promised.

http://www.nvidia.com/download/driverRe ... 6507/en-us

Looks like some kind of OpenGL support over RDP was added in that Quadro driver.

Cheers,
Mike


So it appears to be how OpenGL is handled in Fusion or OpenGL in general with RDP since other drivers and view-ports work with RDP(3dsmax, premiere, after effects etc.)

Re: Remote Desktop Support

PostPosted: Wed Jun 20, 2018 8:37 pm
by Max Seredkin
I have a temporary solution: from under Teamviewer run Fusion one or several at once, wait a few seconds until they all start. Breaking the connection. Go under PDR and work.

P.S. videcard GTX1080

Re: Remote Desktop Support

PostPosted: Thu Jun 21, 2018 3:41 pm
by Jon Neilon
Lucjan's script is a great solution and I can confirm works. It would be nice if Fusion worked natively with RDP and GTX cards but for now I will use the script or buy a new Quadro card.