Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.24 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.24 KB

jupiter-overlay

Description

A simple repo to add Jupiter kernel module and fan control packages to a Gentoo installation

Currently contains two packages: sys-kernel/jupiter-module providing the kernel module for the Jupiter ACPI platform drivers, and sys-power/jupiter-fan-control providing a service (OpenRC or SystemD) to control the fan.

Adding to Gentoo

Either copy jupiter-overlay.conf to /etc/portage/repos.conf/ or run eselect repository add jupiter git https://github.com/HoodedDeath/jupiter-overlay.git and sync.

Jupiter Fan Control

Available USE: openrc systemd

Default USE: None

With openrc USE enabled, the package will install a provided OpenRC service file to run the fan control program.

With systemd USE enabled, the package will install a provided SystemD service file to run the fan control program.

Note: openrc and systemd USE are exclusive. Only one may be enabled at a time.

Credits

Kernel source and fan control program pulled from firlin123/jupiter-dkms and firlin123/jupiter-fan-control respectively. Ebuilds were adapted from firlin123's AUR PKGBUILD files and have version numbers matching said PKGBUILD.