Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| lwc:hardware:displays [2021/08/14 07:32] – created John Harrison | lwc:hardware:displays [2026/06/09 09:46] (current) – John Harrison | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | ===== Create a virtual display in Linux ===== | ||
| + | //this is useful if using something like, for example [[https:// | ||
| + | * Extensible Virtual Display Interface (EVDI) module: '' | ||
| + | * load module: '' | ||
| + | * now if you do '' | ||
| + | * add resolutions as you need: | ||
| + | * existing resolution: '' | ||
| + | * create a resolution. Example: 2048x1536: | ||
| + | * '' | ||
| + | * then do: '' | ||
| + | * force virtual port as connected: '' | ||
| + | * From here use the standard display tools (GUI or otherwise) to set the monitor position etc. | ||
| + | * on trixie (Debian 13.3) standard display tools didn't work. Instead: '' | ||
| + | |||
| + | ===== Sunshine ===== | ||
| + | //Sunshine can run on the host machine to show the virtual display on another machine// | ||
| + | * install with flatpak | ||
| + | * there appears to be no way to accept the pairing request from the KDE notification. Instead, before attempting to pair in Moonlight: | ||
| + | * go to Sunshine UI at '' | ||
| + | * in the menu choose '' | ||
| + | * you may need to choose the virtual display in the configuration | ||
| + | * find the display ID in the terminal output. It will look something like: '' | ||
| + | * in '' | ||
| + | * if you forget the password, from the terminal reset it: '' | ||
| + | ===== Moonlight ===== | ||
| + | * run Moonlight on the machine which will be the secondard monitor | ||
| + | * under Moonlight settings shut off on-screen controls and set a custom resolution. | ||
| + | |||
| + | |||