Skip to content

gbraad/evdi-vnc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.5%
  • Makefile 2.5%