GithubHelp home page GithubHelp logo

subhadeepjasu / elementary-power-manager-daemon Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 26 KB

A smart power management system for elementary OS

Meson 7.92% Shell 1.79% Python 4.10% Vala 86.18%

elementary-power-manager-daemon's Introduction

Power Manager Daemon

Building and Installation

You will need the folowing dependencies:

  • glib-2.0
  • gobject-2.0
  • meson
  • valac

Run meson build to configure the build environment. Change to the build directory and run ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install, then execute with io.elementary.power-manager-daemon

ninja install
sudo io.elementary.power-manager-daemon

Usage

  • The daemon requires root priviledges to manage CPU frequencies at kernel level. Hence, its run as a systemd service as root.
  • The daemon provides an user facing gsettings schema to control the management mode.
  • There's three management modes available:
    • 0: Power Saver
    • 1: Automatic
    • 2: High Performance
  • The daemon does not set fixed min or max frequencies for the CPU even if the CPU driver provides them. It merely sets a cpufreq governor mode and a suggestive turbo mode if turbo is available.
  • In any mode ("Power Saving" or "High Performance"), the daemon scales governor and/or turbo to a degree based on average system load.
  • In "Automatic" mode, in addition to aforementioned scaling, the daemon uses battery sensor data to determine the mode automatically.

elementary-power-manager-daemon's People

Contributors

subhadeepjasu avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.