mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-01-10 09:29:47 +01:00
Update Multi-GPU.md (#925)
This needs to be colon. Semi colon doesn't work.
This commit is contained in:
parent
a7ef1fa791
commit
2115e24a22
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
This method ensures that the variable is properly exported to the systemd environment without conflicting with other compositors or desktop environments.
|
||||||
|
|
||||||
```plain
|
```plain
|
||||||
export AQ_DRM_DEVICES="/dev/dri/card0;/dev/dri/card1"
|
export AQ_DRM_DEVICES="/dev/dri/card0:/dev/dri/card1"
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< /callout >}}
|
{{< /callout >}}
|
||||||
|
|
Loading…
Reference in a new issue