|
|
|
|
|
by MegaDeKay
1645 days ago
|
|
I have a shortcut on my Linux desktop to switch my Dell U3818DW display to its HDMI input where a second graphics card passed through to Windows is running on as a KVM guest. #!/bin/bash
ddcutil setvcp 60 0x11
On my Windows guest desktop, I set up a shortcut for Dell Display manager to switch back to my Linux host and primary graphics card on my display's DisplayPort input "C:\Program Files (x86)\Dell\Dell Display Manager\ddm.exe" SetActiveInput DP
Trivial to set up and works great. |
|
https://github.com/scottaxcell/winddcutil