User Tools

Site Tools


doc:appunti:hardware:raspberrypi_digitalframe

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:appunti:hardware:raspberrypi_digitalframe [2021/05/27 08:49] – [RaspiOS customization] niccolodoc:appunti:hardware:raspberrypi_digitalframe [2024/01/16 15:02] (current) – [Screen Saver] niccolo
Line 150: Line 150:
 <code bash> <code bash>
 #!/bin/sh #!/bin/sh
 +# Disable software screen saver.
 +xset s off
 +# Disable DPMS screen saver.
 xset dpms force on xset dpms force on
 xset -dpms xset -dpms
Line 158: Line 161:
 <code bash> <code bash>
 #!/bin/sh #!/bin/sh
-xset dpms 300 300 360+# Disable software screen saver. 
 +xset s off 
 +# Enable DPMS screen saver. 
 +xset dpms 300 300 300
 xset +dpms xset +dpms
 </code> </code>
Line 297: Line 303:
  
 See the man page for **nm-system-settings.conf**, the article **[[https://fedoramagazine.org/randomize-mac-address-nm/|Randomize your MAC address using NetworkManager]]** and this **[[https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=196348&start=25#p1524581|post]]** on how to disable it on the Raspberry Pi. See the man page for **nm-system-settings.conf**, the article **[[https://fedoramagazine.org/randomize-mac-address-nm/|Randomize your MAC address using NetworkManager]]** and this **[[https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=196348&start=25#p1524581|post]]** on how to disable it on the Raspberry Pi.
 +
 +Alternatively you can uninstall the **NetworkManager** package and use **dhcpcd5** for all the network settings.
  
 ===== Web References ===== ===== Web References =====
doc/appunti/hardware/raspberrypi_digitalframe.txt · Last modified: 2024/01/16 15:02 by niccolo