From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj9PL-0005dt-Dv for qemu-devel@nongnu.org; Fri, 17 Apr 2015 12:46:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yj9PG-0007MC-GP for qemu-devel@nongnu.org; Fri, 17 Apr 2015 12:46:23 -0400 Received: from www.safe-mail.net ([212.29.227.230]:46274 helo=tapuz.safe-mail.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj9PG-0007LU-8p for qemu-devel@nongnu.org; Fri, 17 Apr 2015 12:46:18 -0400 Received: by tapuz.safe-mail.net with Safe-mail (Exim 4.63) (envelope-from ) id 1Yj9P8-0006Ba-Pc for qemu-devel@nongnu.org; Fri, 17 Apr 2015 12:46:11 -0400 Date: Fri, 17 Apr 2015 12:45:23 -0400 From: tom289332@Safe-mail.net Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Multiple monitors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, What are the possible ways to use multiple monitors with qemu (running locally)? (I asked this on qemu-discuss last week, but got no responses, so I'm trying here.) I read somewhere that spice supports multiple monitors. But I'm worried that with spice being network-based, it won't be fast enough for video playback (I've tried vnc, and it was too slow). Is it possible to have one monitor use sdl and the other to use spice/vnc/anything? And I saw somewhere something about multiple monitors in sdl2, but I can't find anything relevant in the manpage. Does sdl2 support multiple monitors? I appreciate any other suggestions or solutions too. Thanks!