2番目のモニターからフルスクリーンでfreerdpを起動する方法

2番目のモニターからフルスクリーンでfreerdpを起動する方法

次のコマンドを使用してWindowsコンピュータにログインすると、

xfreerdp -v computer -u user --workarea -f

フルスクリーンウィンドウは、常に2つのモニタのうちの最初のモニタに表示されます。 freerdpに2番目のモニターから始めるか、ウィンドウを移動するように指示できますか? Alt+クリックで移動した標準 KDE ウィンドウは freerdp ウィンドウでは機能しません。

インターネットを検索してみると、複数のリモート画面のマルチモニタリングの例だけが見つかりました。しかし、リモートセッションのローカル画面のみを表示するように選択したいと思います。

私はGentoo Linuxでfreerdp 1.2.0とKDE 4.14.3を使用しています。

次に追加:

私は他のXモニターを使用していません。xrandr以下を出力するrandrを使用したマルチモニタ設定があります。

Screen 0: minimum 8 x 8, current 3840 x 1200, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected 1920x1200+1920+0 (normal left inverted right x axis y     axis) 518mm x 324mm
   1920x1200     59.95*+
   ...
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 connected primary 1920x1200+0+0 (normal left inverted right x axis y     axis) 518mm x 324mm
   1920x1200     59.95*+
   ...
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)

ベストアンサー1

フルスクリーンRDPを希望するモニター番号を取得します。

xfreerdp /monitor-list

モニターで全画面を起動します。

xfreerdp /monitors:2 /multimon /v:<host>

またはフルスクリーンマルチモニター:

xfreerdp /monitors:1,2 /multimon /v:<host>

おすすめ記事