https://github.com/brlin-tw/ryzenadj-snap
Provide ready-to-use RyzenAdj software for snap-enabled GNU/Linux distributions.
https://github.com/brlin-tw/ryzenadj-snap
ryzenadj snap-packaging
Last synced: over 1 year ago
JSON representation
Provide ready-to-use RyzenAdj software for snap-enabled GNU/Linux distributions.
- Host: GitHub
- URL: https://github.com/brlin-tw/ryzenadj-snap
- Owner: brlin-tw
- Created: 2024-09-05T13:36:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T14:07:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T08:45:44.842Z (over 1 year ago)
- Topics: ryzenadj, snap-packaging
- Language: Shell
- Homepage: https://gitlab.com/brlin/ryzenadj-snap
- Size: 375 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/CC-BY-SA-4.0.txt
Awesome Lists containing this project
README
# Unofficial snap packaging for RyzenAdj
Provide ready-to-use RyzenAdj software for snap-enabled GNU/Linux distributions.
[](https://gitlab.com/brlin/ryzenadj-snap/-/pipelines) [](https://github.com/brlin-tw/ryzenadj-snap/actions/workflows/check-potential-problems.yml) [](https://pre-commit.com/) [](https://api.reuse.software/info/gitlab.com/brlin/ryzenadj-snap)
## Installation
Currently due to [the missing snapd confinement interface support of writing to the north bridge PCI config space](https://forum.snapcraft.io/t/feature-request-please-implement-interface-for-writing-to-the-pci-config-space/41887) the snap can now only installed using the `devmode` confinement mode by running the following commands in a text terminal:
```bash
snap_install_opts=(
# Install the snap under devmode confinement
--devmode
# Install the version from the beta channel(the snap currently can
# only be distributed via the beta and edge channels)
--beta
)
sudo snap install "${snap_install_opts[@]}" ryzenadj
```
## References
The following external material is referenced during the development of this project:
* [FlyGoat/RyzenAdj: Adjust power management settings for Ryzen APUs](https://github.com/FlyGoat/RyzenAdj)
Upstream project.
## Licensing
Unless otherwise noted(individual file's header/[REUSE.toml](REUSE.toml)), this product is licensed under [the MIT license](https://opensource.org/license/mit), or any of its recent versions you would prefer.
This work complies to [the REUSE Specification](https://reuse.software/spec/), refer the [REUSE - Make licensing easy for everyone](https://reuse.software/) website for info regarding the licensing of this product.