User Tools

Site Tools


raspberry-pi:linphone

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
raspberry-pi:linphone [2019/05/01 20:44] Wulf Rajekraspberry-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 /boot/config.txt 
 +dtoverlay=pi3-disable-bt 
 + 
 +sudo vi /boot/cmdline.txt 
 +change console=tty1 to console=tty3 
 +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 /usr/bin/linphone" | tee ~/.xinitrc+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:ctrl_alt_bksp 
 +exec /usr/bin/linphone" | tee ~/.xinitrc
  
 sudo dpkg-reconfigure xserver-xorg-legacy</code> sudo dpkg-reconfigure xserver-xorg-legacy</code>
 #set anybody #set anybody
  
-<code>sudo vi /etc/X11/Xwrapper.config</code> +<code> 
-<code>allowed_users=anybody +echo "allowed_users=anybody 
-needs_root_rights=yes</code>+needs_root_rights=yes"sudo tee /etc/X11/Xwrapper.config
  
-<code>sudo usermod -a -G audio,tty,video,users pi</code>+sudo usermod -a -G audio,tty,video,users pi</code>
  
  
raspberry-pi/linphone.1556739851.txt.gz · Last modified: (external edit)