Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请求windows多用户模式下,通过远程桌面可以看到directDraw开启吗? #17

Open
captainQW opened this issue Oct 17, 2022 · 4 comments

Comments

@captainQW
Copy link

RT

@fanxiushu
Copy link
Owner

现代电脑早就没有DirectDraw了,我理解你可能想说的是基于DirectX或OpenGL的3D绘图程序。
如果你指的是xdisp_virt, 它集成了DXHOOK功能,能截取全屏3D程序比如游戏等,所以远程这些全屏程序是没问题的。
如果是系统自带的远程桌面,得看具体操作系统系统和显卡支持情况。
如果是其他远控软件,得你自己去试了。

@captainQW
Copy link
Author

captainQW commented Oct 17, 2022

但是用微软的rdp(remote desktop)连接到远程桌面了以后,用dxdiag查看,directDraw和AGP加速是没开启的

image

不使用远程桌面,这三项应该都是开启的

请问DXHOOK可以做到连接到远程桌面的时候,这三项都是开启的吗?

@fanxiushu
Copy link
Owner

微软的rdp默认行为是微软自己的虚拟显卡,因此这些不支持硬件加速。但可以通过设置,让rdp绑定到真实显卡中。
第三方软件包括xdisp_virt都是使用的真实显卡,因此不存在rdp的这些问题。

@fanxiushu
Copy link
Owner

请自行去查找相关配置资料

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants