Download Latest Version v0.3.1_ Urgent bug fix of v0.3.0 source code.zip (8.4 MB)
Email in envelope

Get an email when there's a new version of VirtScreen

Home / 0.2.5
Name Modified Size InfoDownloads / Week
Parent folder
virtscreen_0.2.5-1_all.deb 2018-09-11 175.5 MB
VirtScreen-x86_64.AppImage 2018-08-23 177.7 MB
README.md 2018-08-22 1.4 kB
v0.2.5 source code.tar.gz 2018-08-22 8.4 MB
v0.2.5 source code.zip 2018-08-22 8.4 MB
Totals: 5 Items   370.0 MB 0

Installation

Universal package (AppImage)

Download a .AppImage package from release page. Then make it executable:

:::shell
chmod a+x VirtScreen-x86_64.AppImage

Then you can run it by double click the file or ./VirtScreen-x86_64.AppImage in terminal.

Debian (Ubuntu)

Download a .deb package from release page. Then install it:

:::shell
sudo apt-get update
sudo apt-get install x11vnc
sudo dpkg -i virtscreen_0.2.5-1_all.deb 
rm virtscreen_0.2.5-1_all.deb

Arch Linux (AUR)

There is virtscreen AUR package available. Though there are many ways to install the AUR package, one of the easiest way is to use yaourt AUR helper:

:::bash
yaourt virtscreen

Python pip

Although not recommended, you may install it using pip. In this case, you need to install the dependancies manually.

You need x11vnc, xrandr. To install (e.g. on Ubuntu):

:::bash
sudo apt-get install x11vnc  # On Debian/Ubuntu, xrandr is included.

After you install the dependancies then run:

:::bash
sudo pip install virtscreen
Source: README.md, updated 2018-08-22