Upd | Chrome Remote Desktop Ubuntu

Section "Device" Identifier "DummyDevice" Driver "dummy" EndSection Section "Monitor" Identifier "DummyMonitor" HorizSync 28.0-80.0 VertRefresh 60.0-80.0 Modeline "1920x1080" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync EndSection

Create /etc/X11/xorg.conf with:

Section "Screen" Identifier "DummyScreen" Device "DummyDevice" Monitor "DummyMonitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1080" EndSubSection EndSection Add your user to the chrome-remote-desktop group: chrome remote desktop ubuntu

# Create a dummy display config sudo apt install xserver-xorg-video-dummy -y sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak 2>/dev/null chrome remote desktop ubuntu