[Freerdp-devel] FreeRDP and primary diplay in an Multimon enviroment

2014-03-27 Thread Daniel Zabel
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

Re: [Freerdp-devel] FreeRDP and primary diplay in an Multimon enviroment

2014-03-27 Thread Marc-André Moreau
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 primar

[Freerdp-devel] Re-2: FreeRDP and primary diplay in an Multimon enviroment

2014-03-27 Thread Daniel Zabel
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 p

Re: [Freerdp-devel] Re-2: FreeRDP and primary diplay in an Multimon enviroment

2014-03-27 Thread Christopher Pitstick
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 wrote: > Hi Marc-André, > thanks for the clue. > > I found the following part on lin

Re: [Freerdp-devel] Re-2: FreeRDP and primary diplay in an Multimon enviroment

2014-03-27 Thread Marc-André Moreau
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

Re: [Freerdp-devel] Re-2: FreeRDP and primary diplay in an Multimon enviroment

2014-03-27 Thread Christopher Pitstick
That is what I'm looking for! Only... It doesn't seem to be working. I'm running it on Windows, so that might be part of the problem? I tried /monitors:0 /monitors:1 /monitors:2 /monitor-list returns nothing... -Christopher On Thu, Mar 27, 2014 at 9:08 PM, Marc-André Moreau < marcandre.mor...@