Yes, if it is possible
Vncserver service always status failed
Re: Vncserver service always status failed
can you share following
cat /boot/dietpi.txt | grep VNCSERVER
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: Vncserver service always status failed
There you go:
Code: Select all
root@DietPi:~# cat /boot/dietpi.txt | grep VNCSERVER
SOFTWARE_VNCSERVER_WIDTH=1280
SOFTWARE_VNCSERVER_HEIGHT=720
SOFTWARE_VNCSERVER_DEPTH=16
SOFTWARE_VNCSERVER_DISPLAY_INDEX=1
SOFTWARE_VNCSERVER_SHARE_DESKTOP=0
Re: Vncserver service always status failed
pls change following 2 values as follow and restart your system
Code: Select all
SOFTWARE_VNCSERVER_DISPLAY_INDEX=0
SOFTWARE_VNCSERVER_SHARE_DESKTOP=1
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team