Difference between revisions of "PinePhone Software Releases"

Jump to navigation Jump to search
Line 104: Line 104:


==== To use the USB port for networking ====  
==== To use the USB port for networking ====  
Or for serial port access you should
For serial port access:
 
  sudo apt install pinephone-devtools
  sudo apt install pinephone-devtools
Note this also installs openssh-server.
 
[https://forum.pine64.org/showthread.php?tid=9016&pid=64038&highlight=%22pinephone-devtools%22#pid64038 See this post.]
Note that this also installs openssh-server, see [https://forum.pine64.org/showthread.php?tid=9016&pid=64038&highlight=%22pinephone-devtools%22#pid64038 here].


==== To enable WiFi hotspot ====
==== To enable WiFi hotspot ====
  sudo apt install dnsmasq-base
  sudo apt install dnsmasq-base
Then you need to configure a suitable range of available IP addresses in /etc/dnsmasq.conf e.g. the following single line:
 
Then you need to configure a suitable range of available IP addresses in /etc/dnsmasq.conf e.g. the following single line:
 
  dhcp-range=10.42.0.50,10.42.0.150,24h
  dhcp-range=10.42.0.50,10.42.0.150,24h
Finally in Settings, WiFi, enable your hotspot.
 
Finally in "Settings > WiFi" enable your hotspot.


==== To adjust screen resolution ====  
==== To adjust screen resolution ====  
sudo apt install linux-libc-dev build-essential ninja-build meson cmake libwayland-dev yad
Continue the rest of the instructions on [https://puri.sm/posts/easy-librem-5-app-development-scale-the-screen/ this page]. When you finish, you will have a touch-capable app you can use to adjust resolution any time, useful when switching between various apps. Unlike other solutions, this works across reboots.
References: [https://puri.sm/posts/easy-librem-5-app-development-scale-the-screen/] [https://forum.pine64.org/showthread.php?tid=9016&pid=61403#pid61403] [https://forum.pine64.org/showthread.php?tid=9016&pid=61685#pid61685]
References: [https://puri.sm/posts/easy-librem-5-app-development-scale-the-screen/] [https://forum.pine64.org/showthread.php?tid=9016&pid=61403#pid61403] [https://forum.pine64.org/showthread.php?tid=9016&pid=61685#pid61685]
sudo apt install linux-libc-dev build-essential ninja-build meson cmake libwayland-dev yad
Continue the rest of the instructions on [https://puri.sm/posts/easy-librem-5-app-development-scale-the-screen/ this page]
When you finish, you will have a touch-capable app you can use to adjust resolution any time, useful when switching between various apps.
Unlike other solutions, this works across reboots.


<div class="center" style="background-color: lightyellow;">[[#top | '''Return to top of page''']]</div>
<div class="center" style="background-color: lightyellow;">[[#top | '''Return to top of page''']]</div>