clementinecomputing 6 years ago
parent
commit
824f353eb6
1 changed files with 19 additions and 2 deletions
  1. 19 2
      experiment/production/Misc-Notes.md

+ 19 - 2
experiment/production/Misc-Notes.md

@@ -70,7 +70,7 @@ Might need to kill `fbi` when starting the kiosk.
 ### Packages
 ### Packages
 
 
 ```
 ```
-sudo apt install -y sox espeak mplayer ffmpeg
+sudo apt install -y sox espeak mplayer ffmpeg alsa-utils
 ```
 ```
 
 
 ### Sound
 ### Sound
@@ -82,9 +82,26 @@ the first two seconds of the audio if nothing is being played
 through it.
 through it.
 The 3.5mm jack seems to not have that issue.
 The 3.5mm jack seems to not have that issue.
 
 
+---
+
+The 3.5mm jack has a lot of noise on the line.
+The fix looks to be using a USB speaker.
+For now we'll go with the 3.5mm jack but this will
+eventually need replacement.
+
+### Monitor
+
+To get monitor resolution:
+
+```
+fbset -s
+```
 
 
 ### Other References
 ### Other References
 
 
-*  [cmdline.txt](https://www.raspberrypi.org/documentation/configuration/cmdline-txt.md)
+* [raspberrypi.org: cmdline.txt](https://www.raspberrypi.org/documentation/configuration/cmdline-txt.md)
+* [raspberrypi.org: 'How do I find out the display resolution?'](https://www.raspberrypi.org/forums/viewtopic.php?t=19817)
+* [elinux.com: RPiconfig](https://elinux.org/RPiconfig)
+