From 850ee3e6503bf2a5d96ffa31a2485b9877b1ae0d Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:10:26 +0100 Subject: [PATCH] Update configure_igpu.sh --- scripts/configure_igpu.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/scripts/configure_igpu.sh b/scripts/configure_igpu.sh index e5c0678..c1d2be0 100644 --- a/scripts/configure_igpu.sh +++ b/scripts/configure_igpu.sh @@ -9,6 +9,21 @@ # Version : 1.0 # Last Updated: 28/01/2025 # ========================================================== +# Description: +# This script automates the process of enabling and configuring +# Intel integrated GPU (iGPU) support in Proxmox VE LXC containers. +# It performs the following main tasks: +# - Selects a target LXC container +# - Ensures the container is set to privileged mode +# - Configures the LXC container for iGPU passthrough +# - Installs necessary iGPU drivers and tools inside the container +# - Manages container restarts as needed +# +# The script aims to simplify the setup of hardware-accelerated +# graphics capabilities in LXC containers, enabling efficient +# use of Intel iGPUs for tasks such as transcoding, rendering, +# and accelerating graphics-intensive applications. +# ========================================================== # Configuration ============================================