diff options
Diffstat (limited to 'runvdr.conf.pod')
-rw-r--r-- | runvdr.conf.pod | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runvdr.conf.pod b/runvdr.conf.pod index 9ad0243..b4cad8a 100644 --- a/runvdr.conf.pod +++ b/runvdr.conf.pod @@ -305,12 +305,15 @@ The command "AddPlugin" is used to load a plugin, defined by the given options. =head1 X SERVER HANDLING - XSERVER="/usr/bin/X -nolisten tcp -config /etc/X11/xorg-runvdr.conf :0" + XSERVER="/usr/bin/X -nolisten tcp -config /etc/X11/xorg-runvdr.conf -noreset :0" =over 5 Fire up own X server as output device +Note: You need the "-noreset" parameter if you want to use the "detach" +feature of the softhddevice output plugin + =back function XSTARTUP() { |