VNCserver - autostart Topic is solved
Re: VNCserver - autostart
But when I autostart with vncserver I can't connect via vncciewer. But when I autostart with automatic login and manualy start vncserver it works ok with vncviewer...
Re: VNCserver - autostart
Could be the vnc viewer you are using doesn't support the resolution or depth of the vnc server?myroman wrote:But when I autostart with vncserver I can't connect via vncciewer. But when I autostart with automatic login and manualy start vncserver it works ok with vncviewer...
Try the following, will load vncserver with 640x480 after boot:
Code: Select all
cat << _EOF_ > /DietPi/dietpi/.vncserver_settings
640
480
16
_EOF_
reboot
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.