Skip to content

Instantly share code, notes, and snippets.

Created February 14, 2015 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4f4b95010f304639106c to your computer and use it in GitHub Desktop.
Save anonymous/4f4b95010f304639106c to your computer and use it in GitHub Desktop.
/etc/vdr/conf.d/003_softhddevice.conf
# Please move/rename this file to argsdir with just the .conf extension and edit it with one option per line as needed.
# softhddevice (0.6.1rc1-GIT2ceeb6d) - A software and GPU emulated HD device
[softhddevice]
# -a device audio device (fe. alsa: hw:0,0 oss: /dev/dsp)
-a hdmi:CARD=NVidia,DEV=1,AES0=0x04,AES1=0x82,AES2=0x00,AES3=0x00
# -p device audio device for pass-through (hw:0,1 or /dev/dsp1)
-p hdmi:CARD=NVidia,DEV=1,AES0=0x04,AES1=0x82,AES2=0x00,AES3=0x00
# -c channel audio mixer channel name (fe. PCM)
# -d display display of x11 server (fe. :0.0)
-d :0.0
# -f start with fullscreen window (only with window manager)
-f
# -g geometry x11 window geometry wxh+x+y
# -v device video driver device (va-api, vdpau, noop)
-v vdpau
# -s start in suspended mode
-s
# -x start x11 server, with -xx try to connect, if this fails
# -X args X11 server arguments (f.e. -nocursor)
# -w workaround enable/disable workarounds
# no-hw-decoder disable hw decoder, use software decoder only
# no-mpeg-hw-decoder disable hw decoder for mpeg only
# still-hw-decoder enable hardware decoder for still-pictures
# still-h264-hw-decoder enable h264 hw decoder for still-pictures
# alsa-driver-broken disable broken alsa driver message
# alsa-no-close-open disable close open to fix alsa no sound bug
# alsa-close-open-delay enable close open delay to fix no sound bug
# ignore-repeat-pict disable repeat pict message
# -D start in detached mode
-D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment