* [Qemu-devel] gui application
@ 2008-03-20 17:52 pushparaj muthu
2008-03-23 20:57 ` [Qemu-devel] " Charles Duffy
0 siblings, 1 reply; 2+ messages in thread
From: pushparaj muthu @ 2008-03-20 17:52 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 406 bytes --]
Hi
We have developed GUI application. We want to test our GUI application on
qemo in Linux PC
Our GUI application using window pixels 600 * 800
By default qemo runs on default size 600 * 480 pixels. How to change to
pixel rate of 600 * 800
I have searched in the mailing list. I have found that need to change qemo
boot loader to LiLo
How to do this?
Please do guide me
Regards
pushapraj
[-- Attachment #2: Type: text/html, Size: 2056 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Qemu-devel] Re: gui application
2008-03-20 17:52 [Qemu-devel] gui application pushparaj muthu
@ 2008-03-23 20:57 ` Charles Duffy
0 siblings, 0 replies; 2+ messages in thread
From: Charles Duffy @ 2008-03-23 20:57 UTC (permalink / raw)
To: qemu-devel
You should not need to change the bootloader to modify your screen
resolution for a graphical application. Simply modify the guest's X11
configuration to change the size, as you would were the system not a
virtual machine.
That said, unless you configure qemu to use the vmwarevga adapter (which
isn't necessarily fully stable yet), only fairly standard resolutions
are available; if you really intend to use 600x800 rather than the more
standard 800x600, you may not be able to do that.
One failproof approach would be to start an Xvnc instance in the guest,
and connect to that using a VNC client; this way, you can configure the
Xvnc instance to any arbitrary screen resolution you like. If you use
tap-based networking and are virtualized rather than emulated, it should
also be quite a bit faster than other approaches.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-23 21:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-20 17:52 [Qemu-devel] gui application pushparaj muthu
2008-03-23 20:57 ` [Qemu-devel] " Charles Duffy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).