@@ -1328,23 +1328,6 @@ <h1>PSEUDO GUI MODE</h1>
1328
1328
profile name.</p>
1329
1329
</div>
1330
1330
</div>
1331
- <div class="section" id="linux-desktop-issues">
1332
- <h1>Linux desktop issues</h1>
1333
- <p>This subsection describes common problems on the Linux desktop. None of these
1334
- problems exist on systems like Windows or macOS.</p>
1335
- <div class="section" id="disabling-screensaver">
1336
- <h2>Disabling Screensaver</h2>
1337
- <p>By default, mpv tries to disable the OS screensaver during playback (only if
1338
- a VO using the OS GUI API is active). <tt class="docutils literal"><span class="pre">--stop-screensaver=no</span></tt> disables this.</p>
1339
- <p>A common problem is that Linux desktop environments ignore the standard
1340
- screensaver APIs on which mpv relies. In particular, mpv uses the Screen Saver
1341
- extension (XSS) on X11, and the idle-inhibit protocol on Wayland.</p>
1342
- <p>Before mpv 0.33.0, the X11 backend ran <tt class="docutils literal"><span class="pre">xdg-screensaver</span> reset</tt> in 10 second
1343
- intervals when not paused in order to support screensaver inhibition in these
1344
- environments. This functionality was removed in 0.33.0, but it is possible to
1345
- call the <tt class="docutils literal"><span class="pre">xdg-screensaver</span></tt> command line program from a user script instead.</p>
1346
- </div>
1347
- </div>
1348
1331
<div class="section" id="options">
1349
1332
<h1>OPTIONS</h1>
1350
1333
<div class="section" id="track-selection">
@@ -4644,10 +4627,12 @@ <h2>Window</h2>
4644
4627
startup and turns it on again on exit (default: yes). When using <tt class="docutils literal">yes</tt>,
4645
4628
the screensaver will re-enable when playback is not active. <tt class="docutils literal">always</tt> will
4646
4629
always disable the screensaver. Note that stopping the screensaver is only
4647
- possible if a video output is available (i.e. there is an open mpv window).</p>
4648
- <p class="last">This is not supported on all video outputs or platforms. Sometimes it is
4649
- implemented, but does not work (especially with Linux "desktops"). Read the
4650
- <a class="reference internal" href="#disabling-screensaver">Disabling Screensaver</a> section very carefully.</p>
4630
+ possible if a video output is available (i.e. there is an open mpv window).
4631
+ This is not supported on all video outputs, platforms, or desktop environments.</p>
4632
+ <p class="last">Before mpv 0.33.0, the X11 backend ran <tt class="docutils literal"><span class="pre">xdg-screensaver</span> reset</tt> in 10 second
4633
+ intervals when not paused in order to support screensaver inhibition in some
4634
+ environments. This functionality was removed in 0.33.0, but it is possible to
4635
+ call the <tt class="docutils literal"><span class="pre">xdg-screensaver</span></tt> command line program from a user script instead.</p>
4651
4636
</dd>
4652
4637
<dt><tt class="docutils literal"><span class="pre">--wid=<ID></span></tt></dt>
4653
4638
<dd><p class="first">This tells mpv to attach to an existing window. If a VO is selected that
0 commit comments