vlc executes "xdg-screensaver reset" periodically instead of "xdg-screensaver suspend ..." to disable the screensaver
Posted: 19 Jul 2015 15:59
On a machine without a bloated screensaver (just standard DPMS features), according to strace, vlc executes "xdg-screensaver reset" every 30 seconds to disable the screensaver, which blinks the screen every 30 seconds on my machine (this is a poor implementation, however "xdg-screensaver reset" isn't meant to be executed periodically). It would be probably better to disable the screensaver only once with "xdg-screensaver suspend WindowID", and re-enabling it with "xdg-screensaver resume WindowID" when need be.
Note: the minimal screensaver xscreensaver doesn't solve the problem, as confirmed by thread VLC and xscreensaver problem.
Note: the minimal screensaver xscreensaver doesn't solve the problem, as confirmed by thread VLC and xscreensaver problem.