# Use VDD as Virtual monitor

SimFly Pad by default uses the third-party plugin usbmmid\_v2 as the driver for virtual display support. If you encounter issues while using the virtual display, you can try switching to a newer open-source project, VDD, available here: <https://github.com/VirtualDrivers/Virtual-Display-Driver>.

### Installing and Configuring VDD

You can find the related software downloads and usage instructions on the VDD GitHub page:

<https://github.com/VirtualDrivers/Virtual-Display-Driver>

After downloading and installing, please add one virtual display for your device. Make sure this virtual display is positioned at the far right of your screen layout, set to a resolution of 1920×1080, and with a display scaling of 100%.

### SimFlyLinker Configuration

In the *Tools* page of SimFlyLinker, the program will automatically detect the VDD virtual display. If detected successfully, you will see the VDD detected information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.simflypad.com/v1/how-to/stream-screens-to-simfly-pad/use-vdd-as-virtual-monitor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
