Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Clone of Acer's NitroSense™ application for Linux. (AN515-46 or similar)

License

NotificationsYou must be signed in to change notification settings

Packss/Linux-NitroSense

 
 

Repository files navigation

Controls fan speed, gaming modes and undervolting on Linux. This application is intended for Acer Nitro 5 AN515-46 model.

Disclaimer:

  • Secure BootIS * supported if you only use theacpi_ec package.
  • Secure Boot isNOT * supported if you want to control CPU voltage offsets using themsr-tools andamdctl packages.
  • Using this application with other laptops may potentially damage them. Proceed at your discretion.

Dependencies [Development]:

  • Ubuntu / Linux Mint:

    sudo apt-get install python3-pyqt5, python3-pyqt5.qtchart
    git clone https://github.com/musikid/acpi_ec/cd acpi_ecsudo ./install.shmodprobe acpi_ecsudo cat /dev/ec #confirm access to EC
  • Fedora:

    sudo dnf install python3-qt5sudo dnf install python3-pyqtchart

    Make sure SecureBoot is off.

    sudo dnf install dkmsgit clone https://github.com/musikid/acpi_ec/cd acpi_ecsudo ./install.shmodprobe acpi_ecsudo cat /dev/ec #confirm access to EC

[OPTIONAL]

  • Installamdctl for undervolt and voltage readings
  • Installacer-predator-module for keyboard rgb control

Install:

  • From the command line
git clone https://github.com/Packss/Linux-NitroSense/cd Linux-NitroSense/

Usage:

COMMAND LINE

  • sudo is required in order to access the Super I/O EC registers and apply undervolt offsets.
  • From the command line run the main script as root:
sudo python3 main.py

ICON

  • Alternatively you can copy the .desktop file to your applications folder and launch the program via it's icon.
  • Opennitro-sense.desktop in a text editor.
  • Set<path_to_NitroSense> to the directory where you downloaded this project.
Exec=sh -c"pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY sh -c 'cd <path_to_NitroSense> && python3 main.py'"Icon=<path_to_NitroSense>/app_icon.ico
  • Copy the file to the application directory
sudo cp nitro-sense.desktop /usr/share/applications/
  • Now launch via the application and on initialization it will prompt for the user password.

NVIDIA-POWERD

  • After switching nitro modes *YOU MAY NEED TO RESTART NVIDIA-POWERD SERVICE IN ORDER TO DETECT NEW TGP *
sudo systemctl restart nvidia-powerd
  • You can check the current GPU TGP via
nvidia-smi

Dependencies [Development]:

  • Ubuntu / Linux Mint:

    sudo apt-get install python3-pyqt5, python3-pyqt5.qtchart
    git clone https://github.com/musikid/acpi_ec/cd acpi_ecsudo ./install.shmodprobe acpi_ecsudo cat /dev/ec#confirm access to EC
    [OPTIONAL]pip install git+https://github.com/georgewhewell/undervolt.gitsudo apt-get install msr-tools
  • Fedora:

    sudo dnf install python3-qt5sudo dnf install python3-pyqtchart

    Make sure SecureBoot is off.

    sudo dnf install dkmsgit clone https://github.com/musikid/acpi_ec/cd acpi_ecsudo ./install.shmodprobe acpi_ecsudo cat /dev/ec#confirm access to EC
    [OPTIONAL]pip install git+https://github.com/georgewhewell/undervolt.gitsudo dnf install msr-tools
  • Arch Linux:

sudo pacman -Syu linux-headers#amdctl and acpi_ec can be installed via git, or from the AURsudo yay -Syu amdctl acpi_ec-dkms-gitsudo modprobe acpi_ecsudo cat /dev/ec#confirm access to EC#install python dependencies with venvpython3 -m venv ./venvsource ./venv/bin/activatepip install PyQt5 PyQtChart

Packages:

This is a fork ofPredatorSense by snowyoneill, customized forAN515-46-R5WF

Changelog:

Nothing yet

About

Clone of Acer's NitroSense™ application for Linux. (AN515-46 or similar)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python77.0%
  • QML18.2%
  • C4.7%
  • JavaScript0.1%
  • PowerShell0.0%
  • Shell0.0%

[8]ページ先頭

©2009-2025 Movatter.jp