Issue with Chrome Remote Desktop on Arch Linux.
Issue with Chrome Remote Desktop on Arch Linux.
Sure, I can assist you with that. You're using lxde, which is known for its low resource usage. Let me guide you through the setup process.
pacman -S tigervnc xorg-server xf86-video-dummy xfce4 lightdm nano /etc/X11/xorg.conf.d/10-headless.conf
Section "Monitor" Identifier "dummy_monitor"
HorSync 28.0-80.0 VertRefresh 48.0-75.0
Modeline "1920x1080" 172.80 1920 2040 2248 2576 1080 1081 1084 1118
EndSection
Section "Device" Identifier "dummy_card"
VideoRam 256000 Driver "dummy"
EndSection
Section "Screen" Identifier "dummy_screen"
Device "dummy_card"
Monitor "dummy_monitor"
SubSection "Display"
This part explains how the monitor is configured. It doesn't indicate if you've already set it up.
If you lack a graphics card, headless Xorg will work. With a graphics chip on your server, you can bypass that step.
Yes, it should still function as long as your connection is stable and you're using the correct settings.
The connection isn't working... I'm not sure what's causing it.