From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DrjH4-00033Y-H6 for qemu-devel@nongnu.org; Sun, 10 Jul 2005 17:23:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DrjGy-00030S-CL for qemu-devel@nongnu.org; Sun, 10 Jul 2005 17:23:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DrjGx-0002wI-1S for qemu-devel@nongnu.org; Sun, 10 Jul 2005 17:23:35 -0400 Received: from [69.17.117.29] (helo=mail27.sea5.speakeasy.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Drj84-0002j0-KJ for qemu-devel@nongnu.org; Sun, 10 Jul 2005 17:14:24 -0400 Received: from dsl081-088-222.lax1.dsl.speakeasy.net (HELO [192.168.111.2]) ([64.81.88.222]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Jul 2005 21:06:49 -0000 Subject: Re: [Qemu-devel] scrollable window From: "John R. Hogerhuis" In-Reply-To: <20050710205136.GA6419@MAIL.13thfloor.at> References: <20050710055835.GA9468@jbrown.mylinuxbox.org> <002a01c5856d$a3a27670$334d21d1@organiza3bfb0e> <20050710173201.GF31399@MAIL.13thfloor.at> <20050710175757.GA21462@jbrown.mylinuxbox.org> <20050710183718.GG31399@MAIL.13thfloor.at> <20050710185323.GA22411@jbrown.mylinuxbox.org> <20050710205136.GA6419@MAIL.13thfloor.at> Content-Type: text/plain Date: Sun, 10 Jul 2005 14:06:53 -0700 Message-Id: <1121029613.9033.53.camel@aragorn> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: jhoger@pobox.com, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org VmWare seems to let you do it any way you want. Full screen, scroll it manually or auto scroll, etc. So clearly it can be done. Maybe the code in something like VNC client would give some ideas. Scaling an image *down* to fit in window of a given size seems totally pointless other than to give a thumbnails of multiple vm's for navigation between VMs. For that matter I can't imagine trying to work with a machine w/in a machine at 800x600 for the host. Better to go to a higher resolution and then you could consider scaling a vm display *up* to some given size. Just increase your font size on the host. There's no such thing as too high a resolution, just fonts that are too small and/or broken applications or windowing systems that don't let you adjust the font size. As far as multiple desktops for Windows XP, these are bolted on third party stuff... it won't work right till MS releases it... maybe they are adding it to Longhorn? -- John.