2025-5-26 myluzh
NOTES
0x01 包含的功能
在 RDP 会话期间允许 GPU 加速和 RemoteFx。
将捕获帧率设置为 60 FPS,以获得更流畅的视觉体验。
减少压缩以提高 RDP 的图像质量。
调整系统响应能力以增强用户界面交互。
禁用带宽限制以减少与网络相关的速度下降。
允许较大的 MTU 数据包,这可以提高网络性能。
优化显示和通道带宽的流量控制(RemoteFX 设备,包括控制器)。
消除人为延迟,以便通过 RDP 实现更直接的交互。
选择禁用 WDDM 驱动程序,转而使用 XDDM 驱动程序,以获得更好的 Nvidia 显卡性能(默认注释掉)。
0x02 UpinelBetterRDP.reg
Windows Registry Editor Version 5.00
; +----------------------------------------------------------------------+
; | Upinel/BetterRDP - RDP 优化设置 |
; +-------...
阅读全文>>
标签: gpu rdp
评论(0)
(159)
2024-5-8 myluzh
Linux
一、centos系统
0x01 查看显卡
[root@ecs-50372952-3-1 ~]# lspci | grep -i nvidia
00:06.0 3D controller: NVIDIA Corporation Device 20f1 (rev a1)
00:07.0 3D controller: NVIDIA Corporation Device 20f1 (rev a1)
00:08.0 3D controller: NVIDIA Corporation Device 20f1 (rev a1)
00:09.0 3D controller: NVIDIA Corporation Device 20f1 (rev a1)
00:0a.0 3D controller: NVIDIA Corporation Device 20f1 (rev a1)
00:0b.0 3D controller: NVIDIA Corporation Device 20f1 (rev a1)
00:0c.0 3D controller: NVIDIA Corporation Device 20f1 (rev a1)
00:0d....
阅读全文>>
标签: centos ubuntu gpu ecs nvidia tesla a100
评论(0)
(730)