xrandr is for modifying display output, not how/where Apps are displayed. Clutter will only work across two physical displays if the 2 lcds are represented as a single display (i.e panning both lcds as 'one'). The is what Florent has set up I believe.
== Matthew On Wed, 2008-05-28 at 11:39 -0400, Kashyap Ashwin wrote: > I know xrandr (the application) can do this. If I understand correctly, > you want to do the same thing programmatically. You can try linking your > app to libxrandr: > man 3 Xrandr - http://linux.die.net/man/3/xrandr > > You should be able to extract your window ID from clutter some how and > then pass it to Xrandr so it can put it on another display. > > -Ashwin > > > -----Original Message----- > > From: Matthew Allum [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, May 28, 2008 9:25 AM > > To: HASWANI HARISH-VCKR47 > > Cc: [email protected]; Florent > > Subject: RE: [clutter] Multiple displays > > > > Really depends on how the LCDs are hooked up and exposed to userspace. > > > > == Matthew > > > > On Wed, 2008-05-28 at 20:50 +0800, HASWANI HARISH-VCKR47 wrote: > > > Hi all, > > > Actually my doubt is something different. > > > > > > Lets say we have 2 LCDs, Does anything in clutter is required to > switch > > > between LCDs? If yes how? > > > > > > > > > Regards, > > > Harish Haswani, > > > LJ-P2P, GRAPHICS, MME Group, MIEL, Bangalore, INDIA > > > Ph: 91-80-26014164 > > > > > > -----Original Message----- > > > From: Florent [mailto:[EMAIL PROTECTED] > > > Sent: Wednesday, May 28, 2008 4:58 PM > > > To: HASWANI HARISH-VCKR47 > > > Cc: [email protected] > > > Subject: Re: [clutter] Multiple displays > > > > > > Hi > > > > > > > Can you please share more info on this. > > > > > > Well, it's dead simple: just use either Xinerama or nvidia built-in > > > twinview, and you will have a spanning desktop on your 2 physical > > > displays. You can dispose the second screen right, up, left or down > of > > > the primary screen (check out Xorg configuration). If you create a > > > clutter stage that is as big as the 2 monitors' resolution, you'll > have > > > a dual-screen clutter space. > > > > > > I have absolutely no idea if this is supported on embedded X servers > > > though... > > > > > > You may find the following howto useful: > > > http://gentoo-wiki.com/HOWTO_Dual_Monitors > > > > > > Hope this helps a bit > > > > > > Florent > > > > -- > > To unsubscribe send a mail to [EMAIL PROTECTED] > -- To unsubscribe send a mail to [EMAIL PROTECTED]
