From c066a46aaccc1a97e2069e296b5774e63fae68ab Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Thu, 15 Dec 2022 16:57:01 +0100 Subject: [PATCH] modesetting: Document the "Atomic" option The modesetting driver has atomic modesetting disabled by default but can be enabled (if supported) using a configuration option. Add this option in the man page. Signed-off-by: Olivier Fourdan Reviewed-by: Martin Roukala --- hw/xfree86/drivers/modesetting/modesetting.man | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/xfree86/drivers/modesetting/modesetting.man b/hw/xfree86/drivers/modesetting/modesetting.man index 9e40b04f3..485beff48 100644 --- a/hw/xfree86/drivers/modesetting/modesetting.man +++ b/hw/xfree86/drivers/modesetting/modesetting.man @@ -120,6 +120,10 @@ applications will still have the discretion to not use tearing prevention. The default is .B off. .TP +.BI "Option \*qAtomic\*q \*q" boolean \*q +Enable atomic modesetting when supported. The default is +.B off. +.TP .SH "SEE ALSO" @xservername@(@appmansuffix@), @xconfigfile@(@filemansuffix@), Xserver(@appmansuffix@), X(@miscmansuffix@)