4
4

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 5 years have passed since last update.

【メモ】 Raspberry Pi のデスクトップ画面を恒久的にsleepさせない方法

Posted at

lightdm.confを編集する

忘れるので自分用にメモる。

How to Disable the Blank Screen on Raspberry Pi (Raspbian)の通りなんですが。

  1. /etc/lightdm/lightdm.conf ファイルを sudo 権限で編集し以下を追加
xserver-command=X -s 0 -dpms
  1. Raspberry Pi を再起動
4
4
0

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
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?