summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2023-12-29 07:02:41 -0500
committerDudemanguy <random342@airmail.cc>2023-12-29 19:29:35 +0000
commitabc2a7484dce9d043f20cee6c52cd6112af286d5 (patch)
treeb7dcd91b6217d5da3962163b6fefa50307e46395 /DOCS/man/mpv.rst
parenta16bad4004a7b712e4ae83e0e8c03e378550ad35 (diff)
downloadmpv-abc2a7484dce9d043f20cee6c52cd6112af286d5.tar.bz2
mpv-abc2a7484dce9d043f20cee6c52cd6112af286d5.tar.xz
DOCS/man: remove "Linux desktop issues" section
This section has no reason to exist anymore because: - No "desktop issues" sections exist for other platforms, and all other Linux-specific issues are represented as notes for options. This section only addressed one specific issue. - This section was shortened significantly with commit 2c46ae8ea3d9ae32b52eae9092f0517d69dcedbc, so there is no need for this to be a separate section anymore. - This section was shortened again with commit d5e681e95df759a4df8608cc773931e3f97c9460, when the original rationale behind this section became outdated because GNOME has implemented the idle inhibit protocol. The historical info is moved to the documentation of --stop-screensaver.
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst21
1 files changed, 0 insertions, 21 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 7f23dc158f..cd5f9de82c 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -1358,27 +1358,6 @@ works like in older mpv releases:
change, and not apply your additional settings, and/or use a different
profile name.
-Linux desktop issues
-====================
-
-This subsection describes common problems on the Linux desktop. None of these
-problems exist on systems like Windows or macOS.
-
-Disabling Screensaver
----------------------
-
-By default, mpv tries to disable the OS screensaver during playback (only if
-a VO using the OS GUI API is active). ``--stop-screensaver=no`` disables this.
-
-A common problem is that Linux desktop environments ignore the standard
-screensaver APIs on which mpv relies. In particular, mpv uses the Screen Saver
-extension (XSS) on X11, and the idle-inhibit protocol on Wayland.
-
-Before mpv 0.33.0, the X11 backend ran ``xdg-screensaver reset`` in 10 second
-intervals when not paused in order to support screensaver inhibition in these
-environments. This functionality was removed in 0.33.0, but it is possible to
-call the ``xdg-screensaver`` command line program from a user script instead.
-
.. include:: options.rst