Intel Graphics: Difference between revisions

Add Intel ARC (DG2/Xe-HPG) example: updated hardware.graphics config with intel-media-driver, vpl-gpu-rt, and intel-compute-runtime; notes on i915.enable_guc=3 and firmware for ffmpeg/VAAPI reliability; clarify intel-ocl is legacy.
m Reword comment in the example
 
Line 26: Line 26:
   boot.kernelParams = [ "i915.enable_guc=3" ];
   boot.kernelParams = [ "i915.enable_guc=3" ];


   # Ensure service/user (e.g., jellyfin/plex) can access /dev/dri:
   # May help services that have trouble accessing /dev/dri (e.g., jellyfin/plex):
   # users.users.<service>.extraGroups = [ "video" "render" ];
   # users.users.<service>.extraGroups = [ "video" "render" ];
</syntaxhighlight>
</syntaxhighlight>