From 4c6233a8292e6069cf74e6aa517f6e25dff2ece1 Mon Sep 17 00:00:00 2001 From: 21pages Date: Wed, 12 Mar 2025 22:50:08 +0800 Subject: [PATCH] option `allow-d3d-render` Signed-off-by: 21pages --- .../advanced-settings/_index.de.md | 10 +++++++++- .../advanced-settings/_index.en.md | 10 +++++++++- .../advanced-settings/_index.pt.md | 8 ++++++++ .../advanced-settings/_index.zh-cn.md | 14 +++++++++++--- 4 files changed, 37 insertions(+), 5 deletions(-) diff --git a/content/self-host/client-configuration/advanced-settings/_index.de.md b/content/self-host/client-configuration/advanced-settings/_index.de.md index 8c29393..efc40e7 100644 --- a/content/self-host/client-configuration/advanced-settings/_index.de.md +++ b/content/self-host/client-configuration/advanced-settings/_index.de.md @@ -906,4 +906,12 @@ https://github.com/rustdesk/rustdesk-server-pro/discussions/570 | Werte | Standard | Beispiel | | :------: | :------: | :------: | -| Y, N | N | `allow-https-21114=Y` | \ No newline at end of file +| Y, N | N | `allow-https-21114=Y` | + +### allow-d3d-render + +D3D-Rendering kann eine höhere FPS erreichen und die CPU-Auslastung reduzieren, aber der Fernsteuerungsbildschirm kann auf einigen Geräten schwarz sein. Nur verfügbar in RustDesk Client >=1.3.9, nur für Windows. + +| Werte | Standard | Beispiel | +| :------: | :------: | :------: | +| Y, N | N | `allow-d3d-render=Y` | \ No newline at end of file diff --git a/content/self-host/client-configuration/advanced-settings/_index.en.md b/content/self-host/client-configuration/advanced-settings/_index.en.md index ccd5e40..88c5ff0 100644 --- a/content/self-host/client-configuration/advanced-settings/_index.en.md +++ b/content/self-host/client-configuration/advanced-settings/_index.en.md @@ -1151,4 +1151,12 @@ https://github.com/rustdesk/rustdesk-server-pro/discussions/570 | Values | Default | Example | | :------: | :------: | :------: | -| Y, N | N | `allow-https-21114=Y` | \ No newline at end of file +| Y, N | N | `allow-https-21114=Y` | + +### allow-d3d-render + +D3D render can get high FPS and reduce the cpu usage, but the remote control screen may be black on some devices. Available in RustDesk client >=1.3.9, windows only. + +| Values | Default | Example | +| :------: | :------: | :------: | +| Y, N | N | `allow-d3d-render=Y` | \ No newline at end of file diff --git a/content/self-host/client-configuration/advanced-settings/_index.pt.md b/content/self-host/client-configuration/advanced-settings/_index.pt.md index 2ec74b1..d348338 100644 --- a/content/self-host/client-configuration/advanced-settings/_index.pt.md +++ b/content/self-host/client-configuration/advanced-settings/_index.pt.md @@ -1094,3 +1094,11 @@ https://github.com/rustdesk/rustdesk-server-pro/discussions/570 | Valores | Padrão | Exemplo | | :------: | :------: | :------: | | Y, N | N | `allow-https-21114=Y` | + +### allow-d3d-render + +A renderização D3D pode obter FPS mais alto e reduzir o uso da CPU, mas a tela de controle remoto pode ficar preta em alguns dispositivos. Disponível apenas no cliente RustDesk >=1.3.9, somente para Windows. + +| Valores | Padrão | Exemplo | +| :------: | :------: | :------: | +| Y, N | N | `allow-d3d-render=Y` | \ No newline at end of file diff --git a/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md b/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md index 3c7ee1b..a514652 100644 --- a/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md +++ b/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md @@ -242,7 +242,7 @@ IP 直接访问的端口。 ### verification-method -可以使用什么类型的密码,“临时密码”是指一次性随机密码。 +可以使用什么类型的密码,"临时密码"是指一次性随机密码。 | 是否需要安装 | 可设值 | 默认值 | 示例 | | :------: | :------: | :------: | :------: | @@ -1096,6 +1096,14 @@ https://github.com/rustdesk/rustdesk/discussions/8513#discussioncomment-10234494 https://github.com/rustdesk/rustdesk-server-pro/discussions/570 -| 可设值 | 默认值 | 示例 | +| 可设值 | 可设值 | 示例 | | :------: | :------: | :------: | -| Y, N | N | `allow-https-21114=Y` | \ No newline at end of file +| Y, N | N | `allow-https-21114=Y` | + +### allow-d3d-render + +D3D渲染可以获得更高的帧率并减少CPU使用率,但在某些设备上远程控制画面可能会出现黑屏。仅在 RustDesk 客户端 >=1.3.9 版本和 Windows 系统上可用。 + +| 可设值 | 可设值 | 示例 | +| :------: | :------: | :------: | +| Y, N | N | `allow-d3d-render=Y` | \ No newline at end of file