On 03/20/13 14:04, Anthony Liguori wrote: > Gerd Hoffmann <kra...@redhat.com> writes: > >> Multihead support: For each graphical console we'll create a gtk >> window, so with multiple graphics cards installed you get a gtk window >> for each. vte tabs are attached to the console #0 window. > > This is neat but I'm not sure if the user experience is right. > > Each window would have independent grab. Each window would have > independent full screen. > > I'm not sure there's an obviously right solution but it's worth > discussing. I do like the idea of having two windows but perhaps we > should make the second window have a no menu bar with a title that > indicates that it's a secondary display?
Sure there is plenty of room for improvements, but I think those can go in incrementally ... /me went for another window because placing the secondary display into a tab doesn't make that much sense, and this is the minimal patch doing just that. It's also not really usable (yet) anyway as we don't have input routing, atm there is absolutely no way for the guest to figure which display (absolute) mouse events where coming from. cheers, Gerd