TheBlackPitcher

Members
  • Posts

    4
  • Joined

  • Last visited

TheBlackPitcher's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Skylake can only decode hevc up to 8bit in hardware. H264(hw) means that it encodes the video in hardware, but the decoding is not hardware, thats why you dont have hevc(hw).
  2. Im doing it without dedicated graphic. Just passthough to the plex docker server.
  3. default menu.c32 menu title Lime Technology, Inc. prompt 0 timeout 50 label unRAID OS menu default kernel /bzimage append initrd=/bzroot i915.alpha_support=1 label unRAID OS GUI Mode kernel /bzimage append initrd=/bzroot,/bzroot-gui i915.alpha_support=1 label unRAID OS Safe Mode (no plugins, no GUI) kernel /bzimage append initrd=/bzroot unraidsafemode label unRAID OS GUI Safe Mode (no plugins) kernel /bzimage append initrd=/bzroot,/bzroot-gui unraidsafemode label Memtest86+ kernel /memtest Yes like this. After that, reboot.
  4. I have a 8700 intel CPU. i had to set i915.alpha_support=1 in syslinux.cfg to support my IGPU.