https://github.com/solus-project/solus-hardware-config
Base configuration files for Solus hardware deployments
https://github.com/solus-project/solus-hardware-config
Last synced: about 1 year ago
JSON representation
Base configuration files for Solus hardware deployments
- Host: GitHub
- URL: https://github.com/solus-project/solus-hardware-config
- Owner: solus-project
- License: gpl-2.0
- Created: 2016-02-29T01:29:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T18:01:06.000Z (almost 8 years ago)
- Last Synced: 2025-04-18T12:18:07.456Z (over 1 year ago)
- Language: C
- Size: 108 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solus-hardware-config
[](https://opensource.org/licenses/GPL-2.0)
This package contains configuration data and utilities required by all Solus installations, with various tweaks, to ensure proper performance and hardware functionality.
`solus-hardware-config` is a [Solus project](https://solus-project.com/)

## Components
### coredump
Data snippets to nuke systemd coredump behaviour from orbit. Solus contains full `-dbginfo` packages that users can install to use `gdb` to debug problematic software with guidance from the team. Persistent automatic coredumps lead to security risks, not to mention massive performance issues when large processes dump. Additionally, they take up a massive amount of disk space.
### cpu-powersave
Trivial boot service to move the system into powersave/on-demand CPU governor. The Solus kernel is configured to prefer `performance` by default, and lazily changing this later in the boot helps to maintain decent boot times as well as being conservative with battery life.
### modprobe
Various `modprobe.d` snippets to fix and blacklist certain hardware.
### tweaks
`sysctl` tweaks. Previously contained HDD tweaks but has since been removed.
### xorg
Legacy X11 snippets for problematic hardware. Should be unnecessary when using `libinput`.
## Authors
Copyright © 2016-2018 Solus Project
`solus-hardware-config` is available under the terms of the `GPL-2.0` license.
Data files can be distributed under the terms of the `GPL-2.0` or `MIT` license, at your discretion.