1

I will probably be using my Raspberry Pi (running Ubuntu Mate) for remote desktop, but not all of the time. Sometimes I will want to plug it into a monitor. When it's not plugged into a monitor, I'd like it to default to 1024x600, and not the tiny 650-something by 420-something. This way I can use it comfortably via remote desktop. However, and here's the catch: when it's plugged into a monitor (I cannot predict the resolution of the monitor), I want it to use that monitor's resolution. This means I cannot just force hotplug and set the resolution that way, because that will not respect the monitor's resolution.

Any ideas?

Edit: I am using x11vnc, which means that the resolution that is shared is dependent on the screen size of the existing X desktop, which is in turn dependent on the monitor (or default resolution).

Milliways
  • 62,573
  • 32
  • 113
  • 225
Nonny Moose
  • 119
  • 5

1 Answers1

1

I can't help with x11vnc (which is pretty useless on a Mac).

I use tightvnc which I start on boot. This enables you to set VNC resolution, but does start a new screen session, not share screens.

See Start VNC on Jessie at boot

Milliways
  • 62,573
  • 32
  • 113
  • 225