cheadrian / termux-chroot-proot-wine-box86_64

Repo with instruction about how you can setup Proot / Chroot using Termux and GPU acceleration for Box86, Wine, etc.
264 stars 22 forks source link

Add VNC support #7

Closed shubhra2 closed 1 year ago

shubhra2 commented 1 year ago

How Do I connect the distro over VNC? what modifications should I make in LaunchXFCE_proot script so that it will start a VNC server instead of an Termux:X11 instance?

Also if VNC is not possible than how start only an SSH instance? running sshd and ssh root@<android_ip> gives connection refused.

cheadrian commented 1 year ago

Termux SSH server use the 8022 port, by default.

As for VNC, you can install the server inside the proot and should work.

Enter in proot from Termux using: proot-distro login ubuntu_box86 --user root --shared-tmp --no-sysvipc Then you can install the tightvncserver using apt and modify (from Termux) the _~/.shortcuts/LaunchXFCEproot to launch VNCServer.

shubhra2 commented 1 year ago

Sorry for the late reply but vnc is working Thanks!