Hi Christopher,

If you want to go fullscreen on a selected monitor (which is different from
selecting which one of them is the primary monitor) there are options for
that.

Use /monitor-list to list monitors detected on the system.
Use /monitors:0,1 to select monitors 0 and 1, or alternatively use
/monitors:1 to select only monitor 1.

On a dual monitor setup, you can go fullscreen on the rightmost monitor
like this: /f /monitors:1

Is this what you were looking for?

Best regards,
- Marc-Andre


On Fri, Mar 28, 2014 at 12:03 AM, Christopher Pitstick <c...@pitstick.net>wrote:

> The fact that I can't full-screen FreeRDP on any monitor I want is a
> usage-blocker for myself and many others in a Windows environment. Instead,
> I just use MSTSC...
>
>
> On Thu, Mar 27, 2014 at 6:50 AM, Daniel Zabel <d.za...@verlageste.de>wrote:
>
>> Hi Marc-André,
>> thanks for the clue.
>>
>> I found the following part on line 193:
>>
>> primaryMonitor = 0;
>>
>> Would it work when I set it to 1?
>>
>> Bot now I have the next problem. Where can I find it on my system?
>>
>> Regards
>> Daniel Zabel
>>
>>
>>         processed by David.fx
>> Subject: Re: [Freerdp-devel] FreeRDP and primary diplay in an Multimon
>> enviroment (27-Mrz-2014 14:30)
>> From:    Marc-André Moreau <marcandre.mor...@gmail.com>
>> To:      d.za...@verlageste.de
>>
>>
>> Hi Daniel,
>>
>>
>> The code which handles this is in xf_monitor.c:
>> https://github.com/FreeRDP/FreeRDP/blob/master/client/X11/xf_monitor.c
>>
>>
>>
>> It is assuming that the leftmost monitor is always the primary monitor. I
>> guess one thing that could be improved on would be to detect from X11 which
>> one is the primary monitor.
>>
>>
>>
>>
>>
>> On Thu, Mar 27, 2014 at 8:50 AM, Daniel Zabel <d.za...@verlageste.de>
>> wrote:
>>
>> Hello everyone,
>> Ì have already an runnning multimon enviroment with two displays. The
>> primary display is automatically set to the left display, but i need to
>> change this to the right display. How can I do this?
>>
>> Regards
>> Daniel Zabel
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Freerdp-devel mailing list
>> Freerdp-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freerdp-devel
>>
>> To: marcandre.mor...@gmail.com
>> Cc: freerdp-devel@lists.sourceforge.net
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Freerdp-devel mailing list
>> Freerdp-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freerdp-devel
>>
>
>
------------------------------------------------------------------------------
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to