optional software render to fix flutter render problem on some nvidia

card

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-01-05 14:27:28 +08:00
parent 9117d6956c
commit 5f6a264278
36 changed files with 175 additions and 2 deletions

View File

@@ -405,5 +405,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Closed manually by the web console", "被web控制台手動關閉"),
("Local keyboard type", "本地鍵盤類型"),
("Select local keyboard type", "請選擇本地鍵盤類型"),
("software_render_tip", "如果你使用英偉達顯卡, 並且遠程窗口在會話建立後會立刻關閉, 那麼安裝nouveau驅動並且選擇使用軟件渲染可能會有幫助。重啟軟件後生效。"),
("Always use software rendering", "使用軟件渲染"),
].iter().cloned().collect();
}