Re: [Freerdp-devel] Dual monitor Support

2011-07-26 Thread thijs
Thanks for all your help guys, i now got a working xinerama setup from my HP T5545 & T5565 thin clients :) Superb, Thijs On Tue, 26 Jul 2011 07:54:05 +1000, Brad Hards wrote: > On Tuesday 26 July 2011 07:41:49 Marc-André Moreau wrote: >> On Mon, Jul 25, 2011 at 5:37 PM, Brad Hards wrote: >> >

Re: [Freerdp-devel] Dual monitor Support

2011-07-25 Thread Brad Hards
On Tuesday 26 July 2011 07:41:49 Marc-André Moreau wrote: > On Mon, Jul 25, 2011 at 5:37 PM, Brad Hards wrote: > > On Monday 25 July 2011 22:07:22 th...@keustermans.nl wrote: > > > but when i try to give a 'xfreerdp' command from terminal it says > > > xfreerdp: command not found > > > > > > Am i

Re: [Freerdp-devel] Dual monitor Support

2011-07-25 Thread Marc-André Moreau
On Mon, Jul 25, 2011 at 5:37 PM, Brad Hards wrote: > On Monday 25 July 2011 22:07:22 th...@keustermans.nl wrote: > > but when i try to give a 'xfreerdp' command from terminal it says > > xfreerdp: command not found > > > > Am i doing something wrong? > You are running a command you don't have (or

Re: [Freerdp-devel] Dual monitor Support

2011-07-25 Thread Brad Hards
On Monday 25 July 2011 22:07:22 th...@keustermans.nl wrote: > but when i try to give a 'xfreerdp' command from terminal it says > xfreerdp: command not found > > Am i doing something wrong? You are running a command you don't have (or isn't in your path). xfreerdp doesn't come with FreeRDP-1.0 (a

Re: [Freerdp-devel] Dual monitor Support

2011-07-25 Thread Marc-André Moreau
On Mon, Jul 25, 2011 at 10:43 AM, Alexis Moinet wrote: > On 25/07/11 12:33, th...@keustermans.nl wrote : > > I have used the procedure from the readme: > > > > Using git-master source > > --- > > 1. Install autogen, automake, and gettext. > > 2. "git clone git://freerdp.git.sou

Re: [Freerdp-devel] Dual monitor Support

2011-07-25 Thread Alexis Moinet
On 25/07/11 16:43, Alexis Moinet wrote : > On 25/07/11 12:33, th...@keustermans.nl wrote : >> I have used the procedure from the readme: >> >> Using git-master source >> --- >> 1. Install autogen, automake, and gettext. >> 2. "git clone git://freerdp.git.sourceforge.net/gitroot/

Re: [Freerdp-devel] Dual monitor Support

2011-07-25 Thread Alexis Moinet
On 25/07/11 12:33, th...@keustermans.nl wrote : > I have used the procedure from the readme: > > Using git-master source > --- > 1. Install autogen, automake, and gettext. > 2. "git clone git://freerdp.git.sourceforge.net/gitroot/freerdp/freerdp as far as I know the git reposi

Re: [Freerdp-devel] Dual monitor Support

2011-07-25 Thread thijs
Ok... Cmake, another new thing to me.. I have installed cmake Ran cmake -i from the freerdp directory completed ran make completed then ran sudo make install completed but when i try to give a 'xfreerdp' command from terminal it says xfreerdp: command not found Am i doing something wrong? thank

Re: [Freerdp-devel] Dual monitor Support

2011-07-25 Thread Brad Hards
On Monday 25 July 2011 21:38:03 th...@keustermans.nl wrote: > Thank you, i have now downloaded the 1.0 source code. > But i cant find a configure script? Should i use the one from 0.8.2? It uses cmake. You should use that. Brad -

Re: [Freerdp-devel] Dual monitor Support

2011-07-25 Thread thijs
Thank you, i have now downloaded the 1.0 source code. But i cant find a configure script? Should i use the one from 0.8.2? Thanks On Mon, 25 Jul 2011 21:14:34 +1000, Brad Hards wrote: > On Monday 25 July 2011 20:46:13 th...@keustermans.nl wrote: >> Sorry Brad i dont understand what you mean here

Re: [Freerdp-devel] Dual monitor Support

2011-07-25 Thread Brad Hards
On Monday 25 July 2011 20:46:13 th...@keustermans.nl wrote: > Sorry Brad i dont understand what you mean here? > (my english is not that good) > Am I doing something wrong? > > thanks > > On Mon, 25 Jul 2011 20:44:00 +1000, Brad Hards wrote: > > On Monday 25 July 2011 20:33:49 th...@keustermans.

Re: [Freerdp-devel] Dual monitor Support

2011-07-25 Thread thijs
Sorry Brad i dont understand what you mean here? (my english is not that good) Am I doing something wrong? thanks On Mon, 25 Jul 2011 20:44:00 +1000, Brad Hards wrote: > On Monday 25 July 2011 20:33:49 th...@keustermans.nl wrote: >> I have used the procedure from the readme: > The readme appears

Re: [Freerdp-devel] Dual monitor Support

2011-07-25 Thread Brad Hards
On Monday 25 July 2011 20:33:49 th...@keustermans.nl wrote: > I have used the procedure from the readme: The readme appears self-referential. Brad -- Storage Efficiency Calculator This modeling tool is based on patent-pen

Re: [Freerdp-devel] Dual monitor Support

2011-07-25 Thread thijs
I have used the procedure from the readme: Using git-master source --- 1. Install autogen, automake, and gettext. 2. "git clone git://freerdp.git.sourceforge.net/gitroot/freerdp/freerdp 3. "cd freerdp" 4. "sh autogen.sh" and then ran ./configure Thanks On Mon, 25 Jul 2011 19

Re: [Freerdp-devel] Dual monitor Support

2011-07-25 Thread Brad Hards
On Monday 25 July 2011 19:25:41 th...@keustermans.nl wrote: > I am using the latest GIT build of freerdp, and i have libxinerama-dev > installed (running ubuntu 10.04). > I have included my xorg.conf also (if of any use). This looks like autoconf. Are you using the old code off sourceforge or the n

Re: [Freerdp-devel] Dual monitor Support

2011-06-30 Thread Marc-André Moreau
When built with xinerama support, it should detect both screens when in full screen mode. It works perfectly on my dual monitor setup on ubuntu 11.04. On Thu, Jun 30, 2011 at 4:25 PM, Mads Kiilerich wrote: > th...@keustermans.nl wrote, On 06/30/2011 04:19 PM: > > > > Hi Everyone, > > > > since R

Re: [Freerdp-devel] Dual monitor Support

2011-06-30 Thread Mads Kiilerich
th...@keustermans.nl wrote, On 06/30/2011 04:19 PM: > > Hi Everyone, > > since RDP version 7.0 the windows client has the option 'Use all my > monitors for the remote session' > This option will span a Dual monitor user across the 2 screens as a > normal dual monitor setup. > > We are using HP Th