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

This commit is contained in:
李通洲
2023-12-14 15:49:43 +08:00
parent 833727f333
commit 8048101eca
2 changed files with 5 additions and 4 deletions
+1 -1
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`"
}
}
}