Using Android Tv as a remote display for a Linux machine
x11vnc — shares your existing X11 display as-isTo Install x11vnc on Debian / Ubuntu :
$ sudo apt install x11vnc
To Install it on Arch and other Arch Based Distros :
$ sudo pacman -S x11vnc
To run x11vnc all you need is to run the following command on Terminal :
$ x11vnc -display :0 -nopw -listen 0.0.0.0 -forever

Join the conversation