• Stars
    star
    600
  • Rank 72,244 (Top 2 %)
  • Language
    C++
  • License
    MIT License
  • Created over 1 year ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

✨ Perfect 4K@240Hz Virtual Displays

Tip

Please help me get to 512 stars ✨


parsec-vdd

✨ Standalone Parsec Virtual Display
Create virtual displays up to 4K@240Hz


β„Ή About

This project demonstrates a standalone solution to create virtual displays by using Parsec VDD, without relying on the Parsec app.

The Virtual Display Driver (VDD) is required to enable virtual displays on a Windows host. Virtual displays is a feature available for Teams and Warp customers that lets you add up to 3 additional virtual displays to the host while connecting to a machine you own through Parsec.

Parsec VDD is a perfect software driver developed by Parsec. It utilizes the IddCx API (Indirect Display Driver) to create virtual displays on Windows 10+. This virtual display is particularly useful in situations where a physical monitor may not be available or when additional screens are desired.

One of the notable features of Parsec VDD is its support for a wide range of resolutions and refresh rates, including up to 4K and 240 Hz. This makes it well-suited for gaming, as it can provide a high-quality visual experience. It enables users to simulate the presence of additional screens or work without a physical monitor, enhancing flexibility and customization in display management.

πŸ“Ί ParsecVDisplay App

This is a complete driver application to control the Parsec VDD, written in C# and Winforms. It can show the number of virtual displays added, allows adding multiple virtual displays and removing a specific selected one. Also allows to change resolution and take screenshot, and more..

The full source code and production app will be released soon. Here is the preview:

πŸš€ Using Core API

Make sure you have installed the driver:

The core API is designed as single C/C++ header, see πŸ‘‰ parsec-vdd.h. It has detailed comments, and can be added to any existing projects. There is also a simple usage demo, see πŸ‘‰ parsec-vdd-demo.cc.

You can also unzip the driver setup to obtain the driver files and devcon CLI.

./ devcon.exe driver/ mm.cat mm.dll mm.dl

Command line method to install the driver using devcon (requires admin):

admin$ > devcon install driver\mm.inf Root\Parsec\VDA

πŸ˜₯ Known Limitations

This list shows the known limitations of Parsec VDD.

1. HDR support

Parsec VDD does not support HDR on its displays (see the EDID below). Theoretically, you can unlock support by editing the EDID, then adding HDR metadata and setting 10-bit+ color depth. Unfortunately, you cannot flash its firmware like a physical device, or modify the registry value.

All IDDs have their own fixed EDID block inside the driver binary to initialize the monitor specs. So the solution is to modify this block in the driver DLL (mm.dll), then update it with devcon CLI.

admin$ > devcon update driver\mm.inf Root\Parsec\VDA

2. Custom resolutions

Before connecting, the virtual display looks in the HKEY_LOCAL_MACHINE\SOFTWARE\Parsec\vdd registry for additional preset resolutions. Currently this supports a maximum of 5 values.

SOFTWARE\Parsec\vdd
  key: 0 -> 5 | (width, height, hz)

To unlock this limit, you need to patch the driver DLL the same way as above, but 5 is enough for personal use.

πŸ˜‘ Known Bugs

This is a list of known issues when working with standalone Parsec VDD.

1. Incompatible with Parsec Privacy Mode

Alt text

If you have enabled "Privacy Mode" in Parsec Host settings, please disable it and clear the connected display configruations in the following Registry path.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Connectivity

This option causes your main display to turn off when virtual displays are added, making it difficult to turn the display on and disrupting the remote desktop session.

2. // todo

πŸ€” Comparison with other IDDs

The table below shows a comparison with other popular Indirect Display Driver projects.

Project Iddcx version Signed Gaming HDR H-Cursor Tweakable Controller
usbmmidd_v2 βœ… ❌ ❌ ❌
IddSampleDriver 1.2 ❌ ❌ ❌ ❌
RustDeskIddDriver 1.2 ❌ ❌ ❌ ❌
Virtual-Display-Driver (HDR) 1.10 ❌ βœ… ❌
virtual-display-rs 1.5 ❌ ❌ ❌ βœ… βœ…
parsec-vdd 1.4 βœ… βœ… ❌ βœ… πŸ†— βœ…

βœ… - full support, πŸ†— - limited support

Signed means that the driver files have a valid digital signature. H-Cursor means hardware cursor support, without it you will get double cursor on some remote desktop apps. Tweakable is the ability to customize display modes. Visit MSDN IddCx versions to check the minimum supported Windows version.

πŸ“˜ Parsec VDD Specs

Preset display modes

All of the following display modes are set by driver default.

Resolution Common name Aspect ratio Refresh rates (Hz)
4096 x 2160 DCI 4K 1.90:1 (256:135) 24/30/60/144/240
3840 x 2160 4K UHD 16:9 24/30/60/144/240
3840 x 1600 UltraWide 24:10 24/30/60/144/240
3840 x 1080 UltraWide 32:9 (2x 16:9 FHD) 24/30/60/144/240
3440 x 1440 21.5:9 (43:18) 24/30/60/144/240
3240 x 2160 3:2 60
3200 x 1800 3K 16:9 24/30/60/144/240
3000 x 2000 3:2 60
2880 x 1800 2.8K 16:10 60
2880 x 1620 2.8K 16:9 24/30/60/144/240
2736 x 1824 60
2560 x 1600 2K 16:10 24/30/60/144/240
2560 x 1440 2K 16:9 24/30/60/144/240
2560 x 1080 UltraWide 21:9 24/30/60/144/240
2496 x 1664 60
2256 x 1504 60
2048 x 1152 60/144/240
1920 x 1200 FHD 16:10 60/144/240
1920 x 1080 FHD 16:9 24/30/60/144/240
1800 x 1200 FHD 3:2 60
1680 x 1050 HD+ 16:10 60/144/240
1600 x 1200 HD+ 4:3 24/30/60/144/240
1600 x 900 HD+ 16:9 60/144/240
1440 x 900 HD 16:10 60/144/240
1366 x 768 60/144/240
1280 x 800 HD 16:10 60/144/240
1280 x 720 HD 16:9 60/144/240

Notes:

  • Low GPUs, e.g GTX 1650 will not support the highest DCI 4K.
  • All resolutions are compatible with 60 Hz refresh rates.

Adapter info

  • Name: Parsec Virtual Display Adapter
  • Hardware ID: Root\Parsec\VDA
  • Adapter GUID: {00b41627-04c4-429e-a26e-0265cf50c8fa}
  • Class GUID: {4d36e968-e325-11ce-bfc1-08002be10318}

Monitor info

  • ID: PSCCDD0
  • Name: ParsecVDA
  • EDID:
00 FF FF FF FF FF FF 00  42 63 D0 CD ED 5F 84 00
11 1E 01 04 A5 35 1E 78  3B 57 E0 A5 54 4F 9D 26
12 50 54 27 CF 00 71 4F  81 80 81 40 81 C0 81 00
95 00 B3 00 01 01 86 6F  80 A0 70 38 40 40 30 20
35 00 E0 0E 11 00 00 1A  00 00 00 FD 00 30 A5 C1
C1 29 01 0A 20 20 20 20  20 20 00 00 00 FC 00 50
61 72 73 65 63 56 44 41  0A 20 20 20 00 00 00 10
00 00 00 00 00 00 00 00  00 00 00 00 00 00 01 C6
02 03 10 00 4B 90 05 04  03 02 01 11 12 13 14 1F
8A 4D 80 A0 70 38 2C 40  30 20 35 00 E0 0E 11 00
00 1A FE 5B 80 A0 70 38  35 40 30 20 35 00 E0 0E
11 00 00 1A FC 7E 80 88  70 38 12 40 18 20 35 00
E0 0E 11 00 00 1E A4 9C  80 A0 70 38 59 40 30 20
35 00 E0 0E 11 00 00 1A  02 3A 80 18 71 38 2D 40
58 2C 45 00 E0 0E 11 00  00 1E 00 00 00 00 00 00
00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 A6

Visit http://www.edidreader.com/ to view it online or use an advanced tool AW EDID Editor

More Repositories

1

league-loader

🌈 Unleash the power of Customization from your League of Legends Client with JavaScript
C++
117
star
2

yasuo

πŸŒͺ️ Who picks Yasuo faster than me?
C#
64
star
3

true-autoit-multi-threading

🌈 Yep, multi-threading in AutoIt.
C
50
star
4

aram-booster

Activate ARAM BOOST without RP.
Batchfile
30
star
5

cefau3

Chromium Embedded Framework for AutoIt3
C++
25
star
6

luacef

Lua bindings to Chromium Embedded Framework
C
22
star
7

RitoClient

🀿 Deep dive into your RiotClient
C
22
star
8

balance-buff-viewer

ARAM/URF balance buff viewer plugin for Pengu Loader
TypeScript
17
star
9

j2team-daily-news

J2TEAM Daily News implementation.
Svelte
15
star
10

opr

Single C/C++ header only that supports reducing process RAM usage.
C++
10
star
11

lcu-api

League Client REST API
7
star
12

riot-client-schema

Riot Client swagger/openapi spec.
HTML
7
star
13

blog

My personal blog
TypeScript
6
star
14

brainfuck_jit

My fast Brainfuck JIT compiler for x86 and x86-64 using Asmjit.
Brainfuck
5
star
15

lox

My implementation of the Lox programming language.
C
5
star
16

cefbin

C/C++ header & pre-built binaries for CEF Win32
4
star
17

xexe

Protect your application from antivirus
C
3
star
18

mp.au3

Yet another multi-process library for AutoIt3
C++
3
star
19

vec.h

Simple generic vector in pure C
C
2
star
20

indie-theme

Wide lobby view, collapsible social pane, and more for your League Client ✨
CSS
2
star
21

permaban-plugin

Your account is permanently suspended. A fake ban alert plugin for Pengu Loader.
JavaScript
2
star
22

nso-pc

NinjaSchool Online PC - Assembly source
C#
2
star
23

league-client-scripts

My utility scripts for League Client
Batchfile
2
star
24

mylua

Lua 5.3.4
C
1
star
25

lite-ui

✨ A lightweight cross-platform GUI library
1
star
26

cef-include

C
1
star