From 653abb7165797136275c242acfa5f0edc5e8e109 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 16 Feb 2025 17:28:01 +0100 Subject: [PATCH] Update page.tsx --- .../hardware/igpu-acceleration-lxc/page.tsx | 163 +++++++----------- 1 file changed, 58 insertions(+), 105 deletions(-) diff --git a/web/app/docs/hardware/igpu-acceleration-lxc/page.tsx b/web/app/docs/hardware/igpu-acceleration-lxc/page.tsx index 8833451..085219c 100644 --- a/web/app/docs/hardware/igpu-acceleration-lxc/page.tsx +++ b/web/app/docs/hardware/igpu-acceleration-lxc/page.tsx @@ -1,123 +1,76 @@ import type { Metadata } from "next" +import { Steps } from "@/components/ui/steps" export const metadata: Metadata = { - title: "Add HW iGPU acceleration to an LXC | ProxMenux Documentation", - description: - "Learn how to configure Intel iGPU acceleration for an LXC container in Proxmox VE using ProxMenux. This guide covers the setup process, required modifications, and driver installation.", + title: "HW iGPU Acceleration to an LXC | ProxMenux Documentation", + description: "Learn how to enable hardware iGPU acceleration for an LXC container in Proxmox VE using ProxMenux.", } export default function IGPUAccelerationLXC() { return (
-

Enable Intel iGPU in an LXC

+

HW iGPU Acceleration to an LXC

+

- This guide explains how to enable Intel Integrated GPU (iGPU) support in LXC containers within Proxmox VE using - ProxMenux. The script automates the configuration, ensuring the container has access to GPU resources for - hardware-accelerated tasks such as video transcoding, rendering, and OpenCL applications. + This guide explains how ProxMenux helps you enable Intel Integrated GPU (iGPU) acceleration for LXC containers + in Proxmox VE. This feature allows your containers to use the host's Intel GPU for tasks like video transcoding, + rendering, and accelerating graphics-intensive applications.

-

🔹 What This Script Does

-
)