Git Product home page Git Product logo

tigervnc_remote_desktop's Introduction

INTRODUCTION

  • This repo contains helpers scripts to launch a remote VNC server running a Linux desktop (i3 or GNOME "classic").

  • The VNC server allows to run one (or more) X-servers that keeps the screen state in a RAM memory buffer.

  • A VNC client can then connect to the remote VNC server and render the screen locally (using elaborated VNC compression algorithms to save network bandwith).

  • The Desktop will persists its state when the client disconnects as long as the VNC server continues to run. (It's not unussual to keep it running for weeks/months).

  • Depending on the screen resolution, bitmap depth, ... a network connection of 0.5Mb/sec will suffice for desktop or admin tasks.

  • With a moderm fiber-optic connection video playback at 25fps can be possible (WARN: Most probably palying video through a remote VNC desktop makes NO sense, I left it here just as reference of the VNC network protocol performance)

PRE-SETUP

$ sudo dnf -y install i3 tigervnc-server  # RedHat flavour
$ sudo apt -y install i3 tigervnc-standalone-server # Debian flavour
# TODO: APT/APK/... install

MICRO-MANUAL

The launch*sh scripts can be used "as is" or as quick-references for more elaborate setups.

The provided launch*sh scripts arbitrarelly use the /etc/assigned_vncserver_ports.conf file to map a VNC port to a different linux user. The assigned_vncserver_ports.conf follows the format

myLinuxUser1=<TCP_LISTENING_PORT1>
myLinuxUser2=<TCP_LISTENING_PORT2>

The i3 desktop is the recomended window manager (quite ugly but extremely effective for daily tasks). Some conflicts will arise when accesing it remotely from Windows due to the overlap of key shortcuts in both i3 and Windows. The non-standard i3 shortcut _home_.config_i3_config (provided in this repository) fixes this issue. Just copy and rename it to $HOME/.config/i3/config.

External refs:

- TigerVNC (http://TigerVNC.org) includes Xrandr extensions 
  for resizing the screen and some other goodies.
- i3 (https://i3wm.org) tiling window manager. 

CURRENT STATUS

  • This project is in a "Works-for-me" status. Actually it will probably "work-for-you".
  • Patches, feedback and beers are always welcome.

tigervnc_remote_desktop's People

Contributors

earizon avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.