1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-12 11:21:53 +00:00
VirtScreen/README.md

34 lines
863 B
Markdown
Raw Normal View History

2018-04-25 18:46:15 +00:00
# VirtScreen
2018-04-25 19:55:05 +00:00
> Make your iPad/tablet/computer as a secondary monitor on Linux.
VirtScreen is an easy-to-use Linux GUI app that creates a virtual secondary screen and shares it through VNC.
2018-04-25 21:50:45 +00:00
VirtScreen is based on [PyQt5](https://www.riverbankcomputing.com/software/pyqt/intro) and [Twisted](https://twistedmatrix.com) in Python side and uses [x11vnc](https://github.com/LibVNC/x11vnc) and XRandR.
2018-04-25 19:55:05 +00:00
## Dependency
1. You need [`x11vnc`](https://github.com/LibVNC/x11vnc) and `xrandr`. To install (example on Ubuntu):
```bash
sudo apt-get install x11vnc xrandr
```
2. Install Python dependencies:
```
pip install -r requirements.txt
```
## How to run
Simply run this in the project root:
```bash
./virtscreen.py
or
python virtscreen.py
```
Note that any files related to VirtScreen, including password and log, will be stored in `~/.virtscreen` directory.