fix: add Oray, Sunlogin, ToDesk to GPU blacklist

This commit is contained in:
ngfchl
2026-06-21 09:49:16 +08:00
parent 9bdc92252e
commit b412b8f9d1
+17
View File
@@ -415,6 +415,23 @@ func isVirtualGPU(name string) bool {
"hyper-v", "hyper-v",
"parallels", "parallels",
"virtualbox", "virtualbox",
"intel uhd",
"intel iris",
"intel(r) uhd",
"intel(r) iris",
"uhd graphics",
"iris graphics",
"remote",
"rdp",
"citrix",
"teamviewer",
"anydesk",
"parsec",
"splashtop",
"amdgpu-pro",
"oray",
"sunlogin",
"todesk",
} }
for _, v := range blacklist { for _, v := range blacklist {
if strings.Contains(name, v) { if strings.Contains(name, v) {