From 2115e24a2286b7e3bcb7e0f0cf60e1e96451ef74 Mon Sep 17 00:00:00 2001 From: RadConMax Date: Fri, 3 Jan 2025 03:58:16 -0800 Subject: [PATCH] Update Multi-GPU.md (#925) This needs to be colon. Semi colon doesn't work. --- pages/Configuring/Multi-GPU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Multi-GPU.md b/pages/Configuring/Multi-GPU.md index 1c52d24..d9213f1 100644 --- a/pages/Configuring/Multi-GPU.md +++ b/pages/Configuring/Multi-GPU.md @@ -80,7 +80,7 @@ including Hyprland, or default to your dGPU if you prefer. This method ensures that the variable is properly exported to the systemd environment without conflicting with other compositors or desktop environments. ```plain -export AQ_DRM_DEVICES="/dev/dri/card0;/dev/dri/card1" +export AQ_DRM_DEVICES="/dev/dri/card0:/dev/dri/card1" ``` {{< /callout >}}