OpenGL和远程桌面 [英] OpenGL and Remote Desktop

查看:477
本文介绍了OpenGL和远程桌面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Windows 10计算机上通过远程桌面连接(RDC)使用OpenGL时遇到问题. 该服务器具有NVIDIA GEFORCE 8600 GT. 但是,OpenGL报告该卡是GDI通用设备. 该驱动程序是最新的v342.01

I have trouble using OpenGL over Remote Desktop Connection (RDC) on a Windows 10 computer. The server has an NVIDIA GEFORCE 8600 GT. Yet, OpenGL reports the card is a GDI Generic Device. The driver is up to date v342.01

我肯定可以使用RDC上的OpenGL,因为我能够使用另一台配备Quadro的服务器来做到这一点.

I know for sure OpenGL over RDC is possible for I am able to do so with another server equipped with a Quadro.

我是否需要在Windows中启用某个选项才能使其正常工作?还是使用此图形卡无法实现?

Do I need to enable an option in Windows for it to work? Or is it jus not possible with this graphic card?

推荐答案

伙计,我知道有解决方案,但目前我只知道该方法适用于管理员用户,而您要安装pstools,下面是代码,的蝙蝠,还可以为蝙蝠创建快捷方式并以管理员身份运行.

Dude i know there is a solution, but for now i only know that works with admin users, and you jhay to instal de pstools, here es the code, of the bat, also create a shortcut for the bat and run it as an admin.

setlocal EnableDelayedExpansion
FOR /F %%A in ('qwinsta') do (
    set tempSessionName=%%A
    if "!tempSessionName:~0,1!"==">"  (
        psexec -s tscon.exe !tempSessionName:~1! /dest:console
    )   
)

此代码将带您离开会话,您需要添加一行以最后打开您的软件,您需要再次进行侦察并打开包含opengl所需的软件

this code will take you out of your session, you will need to add a line to open your software at the end, you need to recconect again and will open the software that you need included the opengl

这篇关于OpenGL和远程桌面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆