0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

コマンドラインから画面の輝度を変更する - brightnessctl

Last updated at Posted at 2020-06-08

grubにGRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"を記述しupdate-grubをしてもだめだったため以下を使った。

インストール

apt install -y brightnessctl

設定

ユーザーをinputvideoグループに追加。

( /usr/share/doc/brightnessctl/README.md に書いてあります。)

実行

# 明るさを50%に設定
brightnessctl s 50

# 明るさを10%に設定
brightnessctl s 10
0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?