Posts

Showing posts with the label vnc

termux vnc viewer setup

Image
About Me Research SEO Training Vedic Astrology Contact Graphical Environment Termux provides support for programs that use X Window System. However, there no hardware acceleration for rendering and user will have to install a third party application to view graphical output. mtPaint To use X11-enabled programs, please, make sure that at least one of the following programs is installed: VNC Viewer  - the best choice for interacting with graphical environment. Requires a running VNC server. XServer XSDL  - this one may be unstable but it provides a standalone Xorg server so you don't have to setup VNC. Enabling X11 repository X11 packages are available in a  separate  APT repository. You can enable it by running the following command: pkg install x11-repo It will automatically add appropriate sources.list file and PGP key. To disable this repository, you need to uninstall package  x11-repo . Setting up VNC Server ...