====== Power Profiles Daemon ======
* https://gitlab.freedesktop.org/upower/power-profiles-daemon
* [[:linux|Linux]] / [[linux:laptop|Linux & Laptop(Notebook)]] 전원 설정 변경
* [[linux:gnome|Gnome]] / [[linux:kde|KDE]] 에서 power mode 를 명령으로 변경할 수 있다.
* [[linux:ubuntu|Ubuntu Linux]] 에서 기본 설치된다.
===== 상태 변경 =====
# 성능/균형/절전 중에 선택해서 지정
powerprofilesctl set [performance|balanced|power-saver]
#현재 상태 출력
powerprofilesctl get
===== 특정 모드로 애플리케이션 실행 =====
* 현재 상태가 절전 모드라고 해도 특정 애플리케이션을 최고 성능 모드로 돌리고 싶다면
powerprofilesctl launch --profile performance make
===== 참조 =====
* [[https://ko.linux-console.net/?p=9886|Linux에서 power-profiles-daemon을 사용하여 D-Bus를 통해 전원 프로필을 관리하는 방법]]
* [[https://ubuntuhandbook.org/index.php/2023/10/command-cpu-power-mode-ubuntu-22-04/|Single Command to Change CPU Power Mode in Ubuntu 22.04 | UbuntuHandbook]]