diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2014-02-19 17:27:20 +0100 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2014-02-19 17:27:20 +0100 |
commit | d0ff6ce3b080400b6bf827180495473d778fc73e (patch) | |
tree | 42d6f30ff1a8da856592a07aec0a347ae43866f8 /runvdr.conf.example | |
parent | 03282468b5f42dabb58142f239637df80c8f8f61 (diff) | |
download | runvdr-extreme-d0ff6ce3b080400b6bf827180495473d778fc73e.tar.gz runvdr-extreme-d0ff6ce3b080400b6bf827180495473d778fc73e.tar.bz2 |
Added X startup with default paramtersnoxinit
Diffstat (limited to 'runvdr.conf.example')
-rw-r--r-- | runvdr.conf.example | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runvdr.conf.example b/runvdr.conf.example index 5f8a798..e540966 100644 --- a/runvdr.conf.example +++ b/runvdr.conf.example @@ -180,10 +180,12 @@ DIRNAMES= # Allow coredumps if USER= is given (debugging) # USERDUMP="1" -# Fire up own X server as output device +# Fire up own X server as output device using recommended default parameters +# XSERVER="1" +# You may also set your own X startup command like this: +# XSERVER="/usr/bin/X -nolisten tcp -config /etc/X11/xorg-runvdr.conf -noreset" # Note: You need the "-noreset" parameter if you want to use the "detach" # feature of the softhddevice output plugin -# XSERVER="/usr/bin/X -nolisten tcp -config /etc/X11/xorg-runvdr.conf -noreset :0" # X startup commands, called within the X server #function XSTARTUP() { |