raspberry-pi:linphone
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| raspberry-pi:linphone [2019/05/01 20:44] – Wuff | raspberry-pi:linphone [2023/05/29 11:55] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| #When not using bluetooth: | #When not using bluetooth: | ||
| - | dtoverlay=pi3-disable-bt to the config.txt f | + | sudo vi / |
| + | dtoverlay=pi3-disable-bt | ||
| + | |||
| + | sudo vi / | ||
| + | change console=tty1 | ||
| + | add at the end of the line: loglevel=3 quiet logo.nologo | ||
| sudo apt-get install --no-install-recommends xserver-xorg | sudo apt-get install --no-install-recommends xserver-xorg | ||
| Line 29: | Line 34: | ||
| sudo apt-get install x11-xserver-utils | sudo apt-get install x11-xserver-utils | ||
| sudo apt-get install linphone | sudo apt-get install linphone | ||
| - | echo "exec / | + | echo "# Disable any form of screen saver / screen blanking / power management |
| + | xset s off | ||
| + | xset s noblank | ||
| + | xset -dpms | ||
| + | # Allow quitting the X server with CTRL-ATL-Backspace | ||
| + | setxkbmap -option terminate: | ||
| + | exec / | ||
| sudo dpkg-reconfigure xserver-xorg-legacy</ | sudo dpkg-reconfigure xserver-xorg-legacy</ | ||
| #set anybody | #set anybody | ||
| - | < | + | < |
| - | < | + | echo " |
| - | needs_root_rights=yes</ | + | needs_root_rights=yes" |
| - | < | + | sudo usermod -a -G audio, |
raspberry-pi/linphone.1556739851.txt.gz · Last modified: (external edit)