Skip to content

Commit

Permalink
Don't turn off hdmi output
Browse files Browse the repository at this point in the history
The small power savings aren't worth the cost of not being able to
see anything on the console in case of problems, plus this didn't
work with recent Raspberry Pi OS versions anyway.
  • Loading branch information
marcone committed Dec 16, 2024
1 parent 3759942 commit 05cf0e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions run/archiveloop
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ then
fi
fi

# turning off hdmi saves a little bit of power
/usr/bin/tvservice -o || log "failed to turn off hdmi"

export CAM_MOUNT=/mnt/cam
export MUSIC_MOUNT=/mnt/music
export ARCHIVE_MOUNT=/mnt/archive
Expand Down

0 comments on commit 05cf0e6

Please sign in to comment.