public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Walter Dnes" <waltdnes@waltdnes.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] QEMU setup questions
Date: Thu, 25 Jul 2013 19:35:06 -0400	[thread overview]
Message-ID: <20130725233505.GB10966@waltdnes.org> (raw)
In-Reply-To: <51F0ED35.6090706@fastmail.co.uk>

On Thu, Jul 25, 2013 at 10:17:41AM +0100, Kerin Millar wrote
> That's correct if you want optimal performance in
> X.org. The best option is -vga vmware in conjunction with
> x11-drivers/xf86-video-vmware.

  The last time I used qemu a few years ago, I ended up running wine
from the guest as an X client, using the host's display.  The display
was native, and faster than the emulation.  I also didn't have to build
the full-blown X-server on the guest.  Here are my latest scripts/commands

1) The install startup script

#!/bin/bash
sudo /usr/bin/qemu-kvm \
 -vga vmware \
 -vnc :2 \
 -redir tcp:60022::22 \
 -cpu qemu32 \
 -m 3072 \
 -hda sda.raw -hdb sdb.raw -cdrom installx86.iso -boot d

2) Launching vncviewer

vncviewer localhost:2

3) ssh from the guest to the host

ssh root@localhost

4) ssh from the host to the guest

ssh -p 60022 root@localhost

-- 
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications


      parent reply	other threads:[~2013-07-25 23:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-24  9:50 [gentoo-user] QEMU setup questions Walter Dnes
2013-07-24 10:53 ` William Kenworthy
2013-07-24 10:57 ` Kerin Millar
2013-07-24 13:16   ` Neil Bothwick
2013-07-24 13:47     ` Kerin Millar
2013-07-25  3:24 ` Walter Dnes
2013-07-25  4:16   ` Kerin Millar
2013-07-25  8:54     ` Walter Dnes
2013-07-25  9:17       ` Kerin Millar
2013-07-25  9:26         ` J. Roeleveld
2013-07-25  9:34           ` Kerin Millar
2013-07-25 22:57           ` Walter Dnes
2013-07-25 23:35         ` Walter Dnes [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130725233505.GB10966@waltdnes.org \
    --to=waltdnes@waltdnes.org \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox