Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-GPU - Add information- how to export AQ_DRM_DEVICES for uwsm users #872

Merged
merged 8 commits into from
Nov 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add an example
  • Loading branch information
izmyname authored Nov 15, 2024
commit 36926b214dede7d5ca5e61034ecab62b4ab5ba38
7 changes: 6 additions & 1 deletion pages/Configuring/Multi-GPU.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ including Hyprland, or default to your dGPU if you prefer.

{{< callout type=info >}}

[[uwsm](../../Useful-Utilities/Systemd-start) users are adiviced to export `AQ_DRM_DEVICES` variable inside `~/.config/uwsm/env-hyprland`, instead. This method ensures that the variable is properly exported to the systemd environment without conflicting with other compositors or desktop environments.
[[uwsm](../../Useful-Utilities/Systemd-start) users are adiviced to export `AQ_DRM_DEVICES` variable inside `~/.config/uwsm/env-hyprland`, instead.
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
```

{{< /callout >}}