RDP windows to Ubuntu: dual monitor possible?

6,307

There are two possible options with multiple monitors support in RDP Client.

  1. Span mode.
  2. Multimon.

First option allows you to view multiple remote monitors on single client monitor, on the other hand, multimon feature allows you to view remote desktop on all local monitors.

In your case you need first option. I also recommend reading this article for more in-depth understanding of requirements and limitations in both modes.

Remote Desktop Connection Usage

MSTSC [<connection file>] [/v:<server[:port]>] [/admin] [/f[ullscreen]] [/w:<width> /h:<height>] [/public] | [/span] [/multimon] [/migrate] [/edit "connection file"]

/span -- Matches the remote desktop width and height with the local virtual desktop, spanning across multiple monitors, if necessary. To span across monitors, the monitors must be arranged to form a rectangle.

/multimon -- Configures the remote desktop session monitor layout to be identical to the current client-side configuration.

You can also use Teamviewer which works well with multiple monitors.

Share:
6,307
Geert-Jan
Author by

Geert-Jan

Updated on September 18, 2022

Comments

  • Geert-Jan
    Geert-Jan over 1 year

    Some older questions here so I'll try again:

    I'm using standard Remote Desktop Connection on windows to connect to a Ubuntu instance (through Hyper-V) . Extremely simple setup on the ubuntu -side (http://www.liberiangeek.net/2011/06/connect-to-ubuntu-11-04-from-windows-via-remote-desktop/)

    However, I'm nog getting a dual monitors setup, even when setting 'Use all my monitors for the remote session' in the windows rdp-client.

    Any way to make this work?