A VNC server for DRM/KMS capable GNU/Linux devices
Go to file
2023-04-27 19:35:18 +08:00
CMakeLists.txt init 2023-04-27 19:35:18 +08:00
drm.c init 2023-04-27 19:35:18 +08:00
drm.h init 2023-04-27 19:35:18 +08:00
input.c init 2023-04-27 19:35:18 +08:00
input.h init 2023-04-27 19:35:18 +08:00
keymap.c init 2023-04-27 19:35:18 +08:00
keymap.h init 2023-04-27 19:35:18 +08:00
kmsvnc.c init 2023-04-27 19:35:18 +08:00
kmsvnc.h init 2023-04-27 19:35:18 +08:00
README.md init 2023-04-27 19:35:18 +08:00

kmsvnc

Introduction

A VNC server for DRM/KMS capable GNU/Linux devices.
The goal is to simply have a universally working vncserver on X, wayland and even something like kmscon.
Currently in very early stage.

Dependencies

  • cmake
  • libvncserver
  • libxkbcommon
  • libdrm

Building

mkdir build
cd build
cmake ..
make

Running

Helps are available via kmsvnc --help.
For example, kmsvnc -p 5901 -b 0.0.0.0 -4 -d /dev/dri/card2
Note that no security is currently supported.