Asusctl

提供: ArchWiki
2023年3月14日 (火) 15:15時点におけるKgx (トーク | 投稿記録)による版 (一部翻訳)
ナビゲーションに移動 検索に移動

asusctlAUR は、Asus Linux が提供する便利なユーティリティです。ASUS、TUF、ROG のノートPC の BIOS 設定や RGB ライティングなどを管理するのに役立ちます。

インストール

ダウンロード

インストールは asusctlAUR を使って AUR から行うか、Asus Linux のリポジトリから行うことができます。AUR ヘルパーを必要としないリポジトリ経由でインストールするには、https://asus-linux.org/wiki/arch-guide/ にアクセスし、ガイドが提供する指示に従ってください。

いくつかの機能は、より新しいバージョンの Linux、特に6.1以降を必要とするかもしれません。linux-g14AUR は古いカーネルでこれらの機能に必要なパッチを提供していますが、古くなっているので使わないでください。{ic|linux-g14}} もカスタムリポジトリで利用可能です。

supergfxctlAURrog-control-centerAUR はそれぞれ ASUS のノート PC を中心に作られた Optimus のようなソフトウェアと Asusctl の制御 GUI を提供します。Supergfxctl は ASUS ノート PC を必要とせず、rog-control-center は中程度のバグがあります。これらのパッケージはカスタムレポからダウンロードすることもできます。

Supergfxctl

ノート: PRIME をサポートするラップトップを使用していない場合、Supergfxctl は不要であり、推奨もされません。

Supergfxctl は Nvidia 用の Optimus ソフトウェアであり、optimus-managerAUR, bumblebee, およびその他の同種のソフトウェアと互換性がありません。Nvidia と統合 GPU に関連する以前の X11 と modprobe の設定を完全に削除することが推奨されます。専用 GPU を使用するには、nvidia-prime が必要です。少なくとも MUX スイッチがサポートされているラップトップでは、Supergfxctl は nvidia-prime を介して X または Wayland セッション全体を単独で実行することはできません。

Enabling

Enable the following services -

  • asusd.service for Asusctl
  • power-profiles-daemon.service for setting charging limits via power-profiles-daemon
  • supergfxd.service for Supergfxctl
  • --user asusd-user.service for ANIME sequence support on certain laptops
  • --user asus-notify.service for notification support about your laptop

Configuration

ノート: See https://asus-linux.org/asusctl/ for more configuration info.

Battery and BIOS

Battery and BIOS options can be set to certain values in /etc/asusd/asusd.conf. The battery charge limit can be set in bat_charge_limit and other supported BIOS options can be set to be fixed on boot as well. The battery charge limit should be between 20 and 100. These values need to be set here to apply automatically after a reboot.

Fan curves

Fan curves can be set in /etc/asusd/profile.conf. Quiet, Balanced, and Performance mode can be selected as power profiles if power-profiles-daemon is enabled.

Visual Effects

Aura lighting and the ANIME matrix can be configured via their respective configuration files in /etc/asusd.

Supergfxctl

Supergfxctl is configured at /etc/supergfxd.conf. VFIO can be enabled with the discrete GPU and the startup mode (Hybrid or Integrated) can be set as well.

Usage

Asusctl

Asusctl is used via the asusctl command. The command will generate help info when run by itself. Aura effects, fan curves, power profiles, ANIME settings, and BIOS settings can be configured through the command rog-control-center works for a GUI, but is rather buggy and sometimes does not correctly apply settings.

Common BIOS settings

These BIOS settings have appeared on several laptops.

  • GPU MUX mode - For laptops with integrated MUX switches, asusctl bios -D <mode> can toggle the MUX switch after a reboot. 0 enables it, and 1 disables it and switches it back to normal Optimus. asusctl bios -d gets the current mode.
  • Device panel overdrive - For laptops with panels that support overdrive, asusctl bios -O <mode> toggles it. True toggles it on, and false toggles it off. asusctl bios -o gets the status of the feature.

Charge Limit

The charge limit can be set with asusctl -c <limit>, where limit is between 20 and 100.

Supergfxctl

Supergfxctl is run via supergfxctl. Using supergfxctl -m <mode switches between modes, and takes Hybrid or Integrated as options. It can also take Vfio if you enabled it in the settings.