summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst4
-rw-r--r--DOCS/man/en/vo.rst3
2 files changed, 3 insertions, 4 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 2d685f0217..ae83fd50b6 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -2320,10 +2320,6 @@
--vid=<ID|auto|no>
Select video channel. ``auto`` selects the default, ``no`` disables video.
---vm
- Try to change to a different video mode. Supported by the x11 and xv video
- output drivers.
-
--vo=<driver1[:suboption1[=value]:...],driver2,...[,]>
Specify a priority list of video output drivers to be used. For
interactive use you'd normally specify a single one to use, but in
diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst
index e15436a061..00a598e41b 100644
--- a/DOCS/man/en/vo.rst
+++ b/DOCS/man/en/vo.rst
@@ -652,6 +652,9 @@ sdl
sw
Continue even if a software renderer is detected.
+ switch-mode
+ Instruct SDL to switch the monitor video mode when going fullscreen.
+
null
Produces no video output. Useful for benchmarking.