- mit dem element 14 7" Touchscreen Display
- über VNC
Also erstmal das aktuelle Noob Image laden, die SD Karte mit dem SD Formatter formatieren und zurück damit in den Pi. In genau 30 Minuten bootete der Pi das Raspian und alles war startklar.
ad 1.) Touchscreen
Zuerst die Config anpassen
sudo raspi-config9 Advanced Options --> MEMORY SPLIT --> 512 Mbyte
Lösung für qDSLRDashboard
sudo apt-get updatesudo apt-get upgrade
sudo reboot
apt-cache search libinput
apt-get install libinput5
apt-get install libtsan0 libtsm3 libtsk10 libtspi1
apt-get install libts-bin libts-0.0-0
sudo apt-get install qt5-default
Keyboard für Touchscreen installieren
Internet über USB
Tether with iPhoneTethering with Android USB
ad 2.) VNC
x11VNC:
Update:
To tune VNC connection for performance you can use those parameters.
-noxdamage -ncache 10 -ncache_cr
You can find more parameters and definitions of x11vnc at http://www.karlrunge.com/x11vnc/x11vnc_opts.html
Good information about x11vnc :
http://www.karlrunge.com/x11vnc/
RealVNC:
apt-get install x11vnc
then run x11vnc command with parameters.x11vnc -display :0 -usepw -listen IP_of_pi -allow allowed_ip_address
-display : screen number to get
-usepw : use password security
-listen : IP address of server (Pi IP)
-allow : allowed client IPs (client IP, in your case Mac IP address)
Then use a VNC client on your Mac, i prefer 'Chicken of VNC' and connect to Pi IP address.Update:
To tune VNC connection for performance you can use those parameters.
-noxdamage -ncache 10 -ncache_cr
You can find more parameters and definitions of x11vnc at http://www.karlrunge.com/x11vnc/x11vnc_opts.html
Good information about x11vnc :
http://www.karlrunge.com/x11vnc/
sudo ip addr show
TightVNC:
Raspberry Pi 3 Model B |
Raspberry Pi Touchscreen 17,8cm/7" bk |
Apple iPhone 6 Smartphone (4,7 Zoll (11,9 cm) Touch-Display, 16 GB Speicher, iOS 8) grau |
Google Nexus 5 Smartphone (4,95 Zoll (12,6 cm) Touch-Display, 16 GB Speicher, Android 4.4) schwarz |
Keine Kommentare:
Kommentar veröffentlichen