Doc: fix documentation of --ds-force-drm

This commit is contained in:
李通洲 2023-12-14 15:49:43 +08:00
parent 833727f333
commit 8048101eca
No known key found for this signature in database
GPG Key ID: 269AD4F5325A22A3
2 changed files with 5 additions and 4 deletions

View File

@ -256,7 +256,7 @@
{
"type": "bool",
"const": false,
"description": "Try `libdrm` first, then `sysfs` if libdrm failed"
"description": "Try `wayland`, then `x11`, then `drm`"
},
{
"type": "string",
@ -266,9 +266,10 @@
{
"type": "bool",
"const": true,
"description": "Don't force using DRM"
"description": "Try `libdrm` first, then `sysfs` if libdrm failed"
}
]
],
"default": false
},
"wmiTimeout": {
"type": "integer",

View File

@ -130,7 +130,7 @@
"enum": {
"true": "Try `libdrm` first, then `sysfs` if libdrm failed",
"sysfs-only": "Use `/sys/class/drm` only",
"false": "Don't force using DRM"
"false": "Try `wayland`, then `x11`, then `drm`"
}
}
}