audunmg / evdi-vnc

A minimalist utility to start up a VNC server as a secondary screen using EVDI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

evdi-vnc

A minimalist utility to start up a VNC server as a secondary screen using EVDI.

Usage

Make sure the evdi kernel module is loaded with: modprobe evdi

Run: sudo ./evdi-vnc

On another device connect with any standard vnc client.

Building

Simply run make

Dependencies

evdi-vnc has only two dependencies: libvncserver and evdi.

libvncserver can likely be installed from your package manager.

libevdi is currently statically linked with evdi-vnc, but you'll also need install the evdi kernel module in order to use evdi-vnc.

License

This code is licensed under the GNU Public License v2. See the LICENSE for the full license text.

About

A minimalist utility to start up a VNC server as a secondary screen using EVDI.

License:GNU General Public License v2.0


Languages

Language:C 97.6%Language:Makefile 2.4%