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
Show file tree
Hide file tree
Changes from all commits
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
11 changes: 11 additions & 0 deletions pages/Configuring/Multi-GPU.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,14 @@ whatever reason, use `card1`.

You should now be able to use an integrated GPU for lighter GPU loads,
including Hyprland, or default to your dGPU if you prefer.

{{< callout type=info >}}

[uwsm](../../Useful-Utilities/Systemd-start) users are advised to export the `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 >}}
2 changes: 1 addition & 1 deletion pages/Useful Utilities/Systemd-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ For instructions for other distros and manual building, see [building and instal

{{< callout type=info >}}

Pay attention to the warnings in [Environment variables](../../Configuring/Environment-variables/#xdg-specifications) and [Dispatchers](../../Configuring/Dispatchers) sections.
Pay attention to the warnings in [Environment variables](../../Configuring/Environment-variables/#xdg-specifications), [Multi-GPU](../../Configuring/Multi-GPU) and [Dispatchers](../../Configuring/Dispatchers) sections.

{{< /callout >}}

Expand Down