Hello Josh,

First I'd like to thank you for the work on this.

On Fri, Feb 4, 2011 at 03:37, Josh Nisly <free...@joshnisly.com> wrote:
...
> I'm using Xinerama under X11 to determine monitor position. Is this the best
> way to do it? Is it okay to depend on the Xinerama extension at compile
> time? (If it's not enabled, we fall back to previous behavior.)

It is OK however we need a way to disable xinerama dependency.

> Currently, this functionality is enabled when the -f switch is used on the
> commandline. Does this seem like a reasonable check?

Seems OK for me.

> I have no idea what I'm doing with the configure.ac library check. Can
> someone help me?

http://www.gnu.org/software/hello/manual/autoconf/Libraries.html

You can use HAVE_LIBXINERAMA to enable/disable code depending on it
been available or not.

> According to MS documentation, the primary monitor must be at position (0,
> 0), and all other monitors are relative to this. Since the coordinates are
> specified as unsigned 32-bit ints, this implies that all monitors must be
> the the right/bottom of the primary monitor. In practice, the official
> Windows RDP client allows monitors left of the primary monitor. Any ideas on
> how to specify this in the CS_MONITOR structure?

I'd say to use an offset like:

offset = -1 so it would have one monitor at left.
...

-- 
Otavio Salvador                             O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to