All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Winkelbauer <andreas.winkelbauer@gmx.at>
To: arne.brutschy@ulb.ac.be
Cc: kvm-devel@lists.sourceforge.net
Subject: Re: [PATCH] fix widescreen resolution issues
Date: Thu, 21 Feb 2008 14:53:49 +0100	[thread overview]
Message-ID: <47BD826D.5000802@gmx.at> (raw)
In-Reply-To: <1203593255.4011.25.camel@edison.ulb.ac.be>

hi,

> D'oh. Must have missed it. :\ Thanks! Unfortunately, it still does not work.
> Qemu crashes now as windows switches to graphics mode. Safe mode does not
> work either.. 

For now I'd suggest trying the following:

* download the latest qemu cvs snapshot
 > cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/qemu co 
qemu
 > cd qemu

* apply the patch for hw/vga_int.h and change VGA_RAM_SIZE in hw/pc.h to 
16 * 1024 * 1024 (16MB)

* configure, make and install qemu
 > ./configure --prefix=/usr/local/qemu-cvs && make (use whatever prefix 
you like)
# make install (as root)

* download, configure, make and install kqemu (optional, but highly 
suggested)
 > wget http://fabrice.bellard.free.fr/qemu/kqemu-1.3.0pre11.tar.gz
 > tar -xzf kqemu-1.3.0pre11.tar.gz
 > cd kqemu-1.3.0pre11
 > ./configure && make
# make install (as root)

* copy the modified vgabios.bin to the qemu dir
 > wget http://www.wina.at/vgabios.bin
# cp vgabios.bin /usr/local/qemu-cvs/share/qemu (as root; change to 
target path according to the prefix you used above)

* start your vm image as usual, but use /usr/local/qemu-cvs/bin/qemu 
instead of qemu/kvm.

if kqemu does not work, reading the documentation
http://fabrice.bellard.free.fr/qemu/kqemu-doc.html
might help.

Please test it that way. If it works, it should be possible to make it 
working with kvm as well.

cheers,
Andi

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

  reply	other threads:[~2008-02-21 13:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-20 21:16 [PATCH] fix widescreen resolution issues Andreas Winkelbauer
2008-02-21  8:56 ` Avi Kivity
2008-02-21 11:27   ` Arne Brutschy
2008-02-21 13:53     ` Andreas Winkelbauer [this message]
2008-02-21 15:35       ` Andreas Winkelbauer
2008-02-21 12:52   ` Andreas Winkelbauer
2008-02-21 10:29 ` Arne Brutschy
2008-02-21 10:40   ` Izik Eidus

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=47BD826D.5000802@gmx.at \
    --to=andreas.winkelbauer@gmx.at \
    --cc=arne.brutschy@ulb.ac.be \
    --cc=kvm-devel@lists.sourceforge.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.