Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
steve_s_htpc [2017/02/05 19:00] – created beandog | steve_s_htpc [2017/02/05 21:27] (current) – beandog | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Steve' | ====== Steve' | ||
- | === Silent Boot === | + | === silent boot === |
Disable early boot messages: | Disable early boot messages: | ||
Line 13: | Line 13: | ||
< | < | ||
quiet loglevel=3 vga=current | quiet loglevel=3 vga=current | ||
+ | </ | ||
+ | |||
+ | === start X on boot === | ||
+ | |||
+ | In ''/ | ||
+ | |||
+ | < | ||
+ | su -l root -c xinit -- -nocursor & | ||
+ | </ | ||
+ | |||
+ | In '' | ||
+ | |||
+ | < | ||
+ | pkill xinit | ||
+ | </ | ||
+ | |||
+ | My xinit config: | ||
+ | |||
+ | Use '' | ||
+ | |||
+ | tinywm is the coolest tiny window manager evar. :D | ||
+ | |||
+ | < | ||
+ | feh --bg-scale / | ||
+ | xset s off | ||
+ | / | ||
+ | exec / | ||
+ | </ | ||
+ | |||
+ | === HandBrake === | ||
+ | |||
+ | Sample command, audio and subtitle tracks are going to need attention. | ||
+ | |||
+ | < | ||
+ | HandBrakeCLI ' | ||
+ | </ | ||
+ | |||
+ | === mpv === | ||
+ | |||
+ | < | ||
+ | audio-spdif=ac3, | ||
+ | audio-device=' | ||
+ | fullscreen=yes | ||
+ | hwdec=vaapi | ||
+ | alang=eng, | ||
+ | slang=en, | ||
+ | write-filename-in-watch-later-config=yes | ||
+ | save-position-on-quit=yes | ||
</ | </ |