I've been trying to set up a virtual display with Xorg, but there's just no virtual display in xrandr.
This seems to be totally ignored:
Section "Device"
Identifier "Device1"
Driver "intel"
Option "VirtualHeads" "1"
EndSection
Specs:
- OS: Debian Testing (Bullseye)
- Nvidia proprietary driver version: 440.82
- CPU: Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz
I've also tried adding this to the xorg.conf with no success (I've tried Device1 as well):
Section "Screen"
Identifier "VirtualScreen0"
Device "Device0"
SubSection "Display"
Virtual 1600 900
EndSubSection
EndSection
Why: I want to use my laptop as a second display using VNC.
I've spent half of a day trying to figure this out, but with no success. I feel like I've tried everything. Does anyone have any clue how to get this working?
Thank you very much.