Jump to content

Presjar

Members
  • Posts

    40
  • Joined

  • Last visited

Posts posted by Presjar

  1. 4 hours ago, Kaizac said:

    No, I'm using the docker on Unraid. Are you on plex pass? What are your docker settings? I used to have the corruption a few versions ago, but they have been solved now.

     

    This is my docker-compose for plex. I have cut out the other services. This loads plex server v1.22.0.4163. Settings on transcode page in attached image.

     

    Last week I used environment VERSION: latest so the container updated on startup to 1.23.6.4881, however it did not seem to help.

     

    Even with tone mapping off I get the odd image corruption when doing UHD to 1080. Image below.

     

    version: "3.7"
    
    ########################### NETWORKS
    networks:
      t2_proxy:
        external:
          name: traefik_proxy
      default:
        driver: bridge
    
    ########################### SERVICES
    services:
    
    #Plex - Plex Server
      plex:
        image: linuxserver/plex:latest
        container_name: plex
        environment:
          PUID: $PUID
          PGID: $PGID
          TZ: $TZ
          VERSION: docker
        ports:
          - 32400:32400/tcp
          - 32469:32469/tcp
          - 1900:1900/udp
          - 32410:32410/udp
          - 32412:32412/udp
          - 32413:32413/udp
          - 32414:32414/udp
        networks:
          - t2_proxy
        volumes:
          - $DOCKERDIR/plex/config:/config
          - /tmp:/transcode
          - $MEDIA:/Media  
        devices:
          - /dev/dri:/dev/dri

     

    transcode settings.PNG

    tonemapoff.PNG

    tonemapon.PNG

  2. 2 hours ago, Kaizac said:

    I got an 11500 and Plex is HW decoding everything now even with HDR. This was broken before, but now it's working fine. What exactly is not working for you? Is the igpu not recognized or do you have an other issue?

    Are you using Windows 10?

     

    When I use Unraid and docker I get visual corruption of the transcode. I don't get visual corruption with Jellyfin docker.

  3. On 7/24/2021 at 3:45 PM, ich777 said:

    For testing purposes you can try my Jellyfin container from the CA App and see if you get the same artifacts (don't know if that also works with HDR but at least you can try):

     

    This seems to all work well, UHD conversion to 1080p including the HW iGPU HDR to SDR works as expected.

     

    I don't think the current plex containers are using the HW tone mapping (VPP) as my error in Plex refers to openCL not working. In Jellyfin the comment for "Enable VPP Tone mapping" is 

    Quote

    Full hardware based tone mapping without using OpenCL filter. Currently works only when transcoding videos with embedded HDR10 metadata.

     

    Edit: Head over to this plex support thread. Active support is happening.

    https://forums.plex.tv/t/anyone-have-been-able-to-hw-transcode-on-an-intel-nuc-11-iris-xe/695381?

     

    Edit2; Don't bother posting if you go there. Two or three wankers think they own the thread and don't want other people with similar issues spamming.

     

  4. Hi,

     

    I'm setting up a new server with the 11600 CPU.

    I get this log from the plex docker when trying to hardware convert with HDR to SDR tone mapping. The image also has corruptions (see attached image). Intel_gpu_top shows very high gpu usage. 70-80% Video, 30% Render.

     

    beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware (If you have multiple ICDs installed and OpenCL works, you can ignore this message)

     

    I'm using Unraid 6.9.2.

    I am NOT running any i915 file in /boot/config/modprobe.d or modification to the go file.

     

    I only installed intel-gpu-top plugin and rebooted the server.

     

    The plex docker image I am using is ghcr.io/linuxserver/plex

    Using tag latest

    My render location is /tmp

    Hardware dev/dri passthrough to docker is on.

     

    Any assistance regards clearing the transcode image corruptions and the open-cl error would be most appreciated.

     

    Edit: I also tried setting an older static plex docker image as suggested in another post. plex:version-1.22.0.4163-d8c4875dd. Still the same result with HDR to SDR on

     

    I posted this in another subforum also.

    Screenshot_20210724-113155_Plex.jpg

  5. Hi,

     

    I'm setting up a new server with the 11600 CPU.

    I get this log from the plex docker when trying to hardware convert with HDR to SDR tone mapping. The image also has corruptions (see attached image). Intel_gpu_top shows very high gpu usage. 70-80% Video, 30% Render.

     

    beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware
    (If you have multiple ICDs installed and OpenCL works, you can ignore this message)

     

    I'm using Unraid 6.9.2.

    I am NOT running any i915 file in /boot/config/modprobe.d or modification to the go file.

     

    I only installed intel-gpu-top plugin and rebooted the server.

     

    The plex docker image I am using is ghcr.io/linuxserver/plex

    Using tag latest

    My render location is /tmp

    Hardware dev/dri passthrough to docker is on.

     

    Any assistance regards clearing the transcode image corruptions and the open-cl error would be most appreciated.

     

    Edit: I also tried setting an older static plex docker image as suggested in another post. plex:version-1.22.0.4163-d8c4875dd. Still the same result with HDR to SDR on

    Screenshot_20210724-113155_Plex.jpg

  6. Thanks for letting me know.

     

    I was only running the preclear script as a test of IO / stability rather than a requirement. I will be sure to stop them in future just before the end of the read test.

     

    The temperature I don't believe is an issue because I smashed it with read and write under Windows and ubuntu no issues.

     

    For unraid it fails after the system has been on only a few minute total from cold.

  7. I found another setting in BIOS that did not correct any issue previous to updating BIOS and ME.

     

    Control Iommu Pre-boot Behavior.

    Default is "Disable Iommu"

    I set it to "Enable Iommu during boot"

     

    The unraid booted fine and the drive was showing the smart status correctly. All values.

     

    I was able to start preclear.

     

    When it was getting close to being done, I clicked the dev link to the device to go back to the smart settings and the UI shows the same loading animation as previously and the log fills with errors. The preclear script also failed and device drops offline.

     

    I have also included the diagnostic zip for this boot. Perhaps I should just return the drive?

     

    When I enter bios now after a hot restart, the drive is not listed in nvme menu.

     

    A full power off and the drive is back.

     

    It seems a strange issue to me, hardware issue with the smart status? How can a prove this with a RMA as the drive works fine when not Unraid.

     

     

    unraid1-diagnostics-20210719-1953.zip

  8. Hello! I think I am having a incompatibility between my NVME SSD and UnRaid with VT-d enabled.

     

    System Specification 

    MB: Asus B560M-Plus

    CPU: i5-11600K

    RAM: 16GB 3200MHz

    NVMe SSD: Micron 2200 256GB

     

     

    The NVMe device drops offline after a few minutes when VT-d is enabled. The device is just sitting as an unassigned disk.

     

    Testing completed so far without issues with VT-d enabled:

    - Ubuntu 21.04 Desktop Try Ubuntu mode.

    -- Format Drive ext4

    -- Complete read and write benchmarks with Disk Utility.

    -- Smartctl returns valid smart data.

    -- nvme-cli tests run

    - Install Windows 10 on the drive

    -- Run benchmarks in Windows 10

     

    With VT-d disabled:

    - In Unraid I am able to see all the disk information and smart data after clicking on the drive on the main page.

    - Run preclear script on the drive and it shows running status and progress

     

    With VT-d enabled:

    - Clicking on the drive after boot results in the Unraid loading icon on the smart data fields

    - Running Preclear script does not start correctly

    - Log is filled with on repeat

    read SMART /dev/sda
    UNRAID1 kernel: dmar_fault: 1406 callbacks suppressed
    UNRAID1 kernel: DMAR: DRHD: handling fault status reg 3

    It then goes to a timeout, reset and the device is disconected. I have saved my diagnosis zip file for the full log.

     

    Other info:

     

    I have updated BIOS and Intel ME to the latest in attempt to correct the issue.

     

    Details from bios are;

    ME FW Version: 15.0.21.1549

    System Agent (SA) Configuration
    - System Agent Bridge Name: RocketLake

    - SA PCIe Code Version 11.1.55.80

    unraid1-diagnostics-20210718-2104.zip

×
×
  • Create New...