Hey everyone,
I could really use some guidance on setting up Chrome Remote Desktop for my media server running Ubuntu. I'm not very experienced with Linux, and I'm stuck at this point. When I try to configure the service, I get this error in the log: "Width and height should be 100 pixels or greater". It seems like I might need to set a default resolution for the remote access. Can anyone help me figure out how to do this with systemd? Thanks!
2 Answers
Also, are you running Wayland or Xorg/X11? Ubuntu typically defaults to Wayland, and Chrome Remote Desktop isn't fully compatible with it yet. You might want to switch to X11 for better results. Just a thought!
It looks like the error is telling you that the dimensions for the remote desktop need to be at least 100x100 pixels. Make sure to check your settings and set the dimensions correctly. If you have a config file, you should specify the dimensions there if they aren't set yet.
Yeah, but I haven't set any dimensions anywhere. Can you guide me on where to set those?

I did install X11, but I'm running everything headless. Does that make a difference?