-
-
Notifications
You must be signed in to change notification settings - Fork 18
feat: ASUS ROG page #149
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
Draft
Owen-sz
wants to merge
13
commits into
main
Choose a base branch
from
owen/asus
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat: ASUS ROG page #149
Changes from 4 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
51c612d
initial asus page commit
Owen-sz 5c96f60
feat: finish up asus linux wiki
Owen-sz 3ddb44d
feat: ASUS tuned issue
Owen-sz 441a15a
feat: ASUS AMD battery improving
Owen-sz f182e06
feat: format and link to ASUS Linux
Owen-sz 5c7f2e7
Update src/content/docs/en/anywhere/asus.mdx
Owen-sz c11a7bb
Update src/content/docs/en/anywhere/asus.mdx
Owen-sz 82eb168
Update src/content/docs/en/anywhere/asus.mdx
Owen-sz b05cf62
Update src/content/docs/en/anywhere/asus.mdx
Owen-sz 422b7cc
feat: apply suggestions
Owen-sz 6e3c2c4
feat: add asus to side menu, update page buttons for asus page
Owen-sz 0cfa451
feat: fix headings in asus page
Owen-sz 3b0a60e
feat: add suggestions from ASUS Linux to ASUS page
Owen-sz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| --- | ||
| title: "Asus ROG (Anywhere)" | ||
| description: "Asus ROG devices in the Ultramarine Anywhere Initiative" | ||
Owen-sz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| --- | ||
|
|
||
| import Alert from "../../../../components/Docs/Alert.astro"; | ||
|
|
||
| We have partnered with the Asus Linux project to provide an easy-to-setup Asus Linux setup in Ultramarine. | ||
Owen-sz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| # Setup | ||
|
|
||
| ## Kernel | ||
|
|
||
| 2022 and below Asus ROG models can use the stock Ultramarine kernel. | ||
Owen-sz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| For 2023 and above ROG models, you can use the CachyOS kernel, which may include more drivers for your device then the Fedora kernel that Ultramarine uses. | ||
Owen-sz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Ultramarine includes a `umcli` tweak to easily enable or disable the CachyOS kernel, information can be found [here](../usage/umcli) | ||
|
|
||
| ## Packages | ||
|
|
||
| We have the following Asus Linux/Asus ROG device support packages in Terra: | ||
Owen-sz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - [asusctl and rog-control-center](https://gitlab.com/asus-linux/asusctl) | ||
| - [supergfxctl](https://gitlab.com/asus-linux/supergfxctl) | ||
| - [gnome-shell-extension-gpu-switcher-supergfxctl](https://extensions.gnome.org/extension/7018/gpu-supergfxctl-switch/) | ||
|
|
||
| ## TuneD Issues | ||
| If you are having issues with `tuned`, you may want to instead use `power-profiles-daemon`: | ||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe link out to asus linux on how to tell if tuned is the issue |
||
| ``` | ||
| sudo dnf install power-profiles-daemon --allowerasing | ||
| systemctl enable --now power-profiles-daemon.service | ||
| ``` | ||
|
|
||
| ### Improve Battery on AMD Laptops | ||
|
|
||
| If you are using `power-profiles-daemon`, it has two functions that are disabled by default: Panel power savings and AMDGPU Dynamic power management. These are dedicated to AMD iGPU, and you must follow these steps: | ||
Owen-sz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Enable panel power savings: | ||
|
|
||
| ``` | ||
| powerprofilesctl configure-action amdgpu_panel_power --enable | ||
| ``` | ||
|
|
||
| Make sure this is above 0: | ||
|
|
||
| ``` | ||
| cat /sys/class/drm/card2/card2-eDP-2/amdgpu/panel_power_savings | ||
| ``` | ||
|
|
||
| Enable AMDGPU Dynamic power management: | ||
|
|
||
| ``` | ||
| powerprofilesctl configure-action amdgpu_dpm --enable | ||
| ``` | ||
|
|
||
| For more information: [PPD Documentation](https://gitlab.gnome.org/Infrastructure/Mirrors/lorry-mirrors/gitlab_freedesktop_org/hadess/power-profiles-daemon) | ||
|
|
||
| # Notes | ||
|
|
||
| - When installing `asusctl` and `supergfxctl`, These services will be pre-enabled: `asusd.service`, `asusd-user.service`, `superfgxd.service`. | ||
| - ROG Control Center is available in your app store, just search "ROG"! | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.