From c807a5eca1068f814ed3177a79aaa3df0d0b367d Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:38:42 +0100 Subject: [PATCH] Update configure_igpu_lxc.sh --- scripts/configure_igpu_lxc.sh | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/scripts/configure_igpu_lxc.sh b/scripts/configure_igpu_lxc.sh index fb92853..f3a90ea 100644 --- a/scripts/configure_igpu_lxc.sh +++ b/scripts/configure_igpu_lxc.sh @@ -10,19 +10,9 @@ # 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. +# This script automates the process of enabling and configuring Intel Integrated GPU (iGPU) support in Proxmox VE LXC containers. +# Its goal is to simplify the configuration of hardware-accelerated graphical capabilities within containers, allowing for efficient +# use of Intel iGPUs for tasks such as transcoding, rendering, and accelerating graphics-intensive applications. # ========================================================== # Configuration ============================================