x11: change stop_xscreensaver default to 1 to be more user-friendly

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34076 b3059339-0415-0410-9bf9-f77b7e298cf2
Author: reimar
This commit is contained in:
mplayer-svn 2011-09-07 16:15:58 +00:00 committed by wm4
parent 9c76680dfb
commit c0c47c3474
2 changed files with 4 additions and 3 deletions

View File

@ -3345,8 +3345,9 @@ Specify the screen width for video output drivers which
do not know the screen resolution like fbdev, x11 and TV-out.
.
.TP
.B \-stop\-xscreensaver (X11 only)
Turns off xscreensaver at startup and turns it on again on exit.
.B \-(no)stop\-xscreensaver (X11 only)
Turns off xscreensaver at startup and turns it on again on exit
(default: enabled).
If your screensaver supports neither the XSS nor XResetScreenSaver
API please use \-heartbeat\-cmd instead.
.

View File

@ -85,7 +85,7 @@
int fs_layer = WIN_LAYER_ABOVE_DOCK;
int stop_xscreensaver = 0;
int stop_xscreensaver = 1;
static int dpms_disabled = 0;