LoginSignup
5
6

More than 5 years have passed since last update.

【Raspberry Pi 3】スリープ設定解除

Posted at

1.設定ファイルを開く

 sudo nano ~/.config/lxsession/LXDE-pi/autostart

2.以下を追記してRaspberry Pi を再起動

@xset s 0 0
@xset s noblank
@xset s noexpose
@xset dpms 0 0 0

5
6
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
5
6