Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
kb:raspberrypi [2019/12/10 16:27] – yehuda | kb:raspberrypi [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Raspberry pi ====== | ====== Raspberry pi ====== | ||
- | Links: https:// | + | Links: |
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * GPRS - https:// | ||
+ | |||
+ | [[KB: | ||
===== Install ===== | ===== Install ===== | ||
- Download from https:// | - Download from https:// | ||
Line 64: | Line 72: | ||
| | ||
+ | ==== Trableshooting ==== | ||
+ | you should install X server on " | ||
+ | <code bash> | ||
+ | sudo apt-get --no-install-recommends install xserver-xorg xserver-xorg-video-fbdev xinit pciutils xinput xfonts-100dpi xfonts-75dpi xfonts-scalable | ||
+ | </ | ||
+ | sudo vi / | ||
+ | <code text> | ||
+ | Section " | ||
+ | # WaveShare SpotPear 3.5", framebuffer 1 | ||
+ | Identifier " | ||
+ | driver " | ||
+ | Option " | ||
+ | Option " | ||
+ | EndSection | ||
+ | |||
+ | Section " | ||
+ | # Primary monitor. WaveShare SpotPear 480x320 | ||
+ | Identifier " | ||
+ | EndSection | ||
+ | |||
+ | Section " | ||
+ | Identifier " | ||
+ | Device " | ||
+ | Monitor " | ||
+ | EndSection | ||
+ | |||
+ | Section " | ||
+ | Identifier " | ||
+ | Screen 0 " | ||
+ | EndSection | ||
+ | |||
+ | </ | ||
==== JavaFX ==== | ==== JavaFX ==== | ||
https:// | https:// | ||
+ | ==== Playmouth ==== | ||
+ | https:// | ||