vnc viewer on android is just black screen
Hello, people.
I'm trying to set vncserver following this: https://docs-old.fedoraproject.org/en...Administrators Guide/ch-TigerVNC.html but it's not working. In my Android I'm using https://play.google.com/store/apps/de... app. Before I've done everything what Fedora Docs suggests me I was connecting with a total black screen with a blank "mouse pointer". Now the Android App tells me that the port what it's trying to listen is wrong. I don't know what to do.
My $HOME/.vnc/xstartup file at bellow
#/!/bin/sh
unset SESSION_MANAGER unset
DBUSSESSIONBUS_ADDRESS
#exec /etc/X11/xinit/xinitrc exec /usr/bin/gnome-session
#gnome-session &
#[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
#[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
The commented lines I got from other forums. I've tried with them and after I set the file as original. Can someone help me please? Thanks in advanve. :)