[MPlayer-users] feature req: keep sceensaver away
Petr Pajas
pajas at ufal.ms.mff.cuni.cz
Thu Oct 24 12:12:01 CEST 2002
"Henric Andersson" <ha at thedudes.nu> writes:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> I belive that mplayer automatically disables the screensaver unless you run
> xscreensaver.
not automatically, Henric!
lode leroy:
RTFM, search the archives!
-stop_xscreensaver or add stop_xscreensaver=yes to your
~/.mplayer/config.
Search the archives, there may be known but yet unsolved issue that
restarted xscreensaver blocks some devices. You may write a wrapper
for mplayer:
#!/bin/sh
killall -STOP xscreensaver
mplayer $@
killall -CONT xscreensaver
-- petr
More information about the MPlayer-users
mailing list