-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: fix(easyNvidia?): Make prime offload work on sway
Turns out that: - The usual env variables make everything use nvidia even if it shouldn't (duh) - To use a non-default GPU on wlroots, use `$WLR_DRM_DEVICES` - On my current testbed the default GPU happens to be nvidia, see sway docs on how to handle this elsewhere - Using unstable nixpkgs in nixpkgs-wayland can cause issues with drivers Still need to confirm if the addition of `"amdgpu"` to the `videoDrivers` list is actually necessary, and figure out how to ensure that powermanagement is actually turned on, see #383. *Then* set up a good offload script, also see #383 for hints.
- Loading branch information
1 parent
40c1ab2
commit e5626bb
Showing
4 changed files
with
19 additions
and
20 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters