qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Question about QEMU
@ 2018-05-10  8:55 유원상
  2018-05-14 13:13 ` Stefan Hajnoczi
  0 siblings, 1 reply; 5+ messages in thread
From: 유원상 @ 2018-05-10  8:55 UTC (permalink / raw)
  To: qemu-devel

Hi,
This is Wonsang Ryu.
I'm developer working in South Korea.

Do you have forum or community for any developer?
I want share my issues with other developers.
I have some question about QEMU.

I am porting an embedded OS for emulator to QEMU.
My environment is
Host OS : Ubuntu 14.04 64bit
Guest OS : x86 Embedded Linux OS (like as open embedded)
Guest UI Options : using SDL2, virglrenderer
Basic running is ok.

I have a problem about screen resolution.
Recommended resolution of my guest OS is 1920x1080.
If a QEMU window size is 1920x1080, it is clear.
But, if I change smaller of a QEMU window size, it does not display
clearly.(ex: 1280x720)
In this case, QEMU windows size in host is 1280x720, and guest screen
resolution is 1920x1080.
For example, it is similar with same resolution support of different
monitor size.

I think, it need to enable the MultiSampling(or anti-aliasing) of OpenGL.
Does not support MultiSampleing in QEMU yet?
Or, is it related with virglrenderer?

I found, QEMU does not use MULTISAMPLING option in "sdl2-gl.c".
And, "nr_samples" is always zero in "virtio-gpu-3d.c".
I think, it need to apply multisampling to texture received from
virglrenderer.
How can I enable a multisampling option in QEMU?

I want to hold the resolution of the guest OS and scale the QEMU windows in
the host OS.
When scale QEMU windows, I want display is more clear even though small.
Is it possible?

Please help me.
Thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-17  0:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-10  8:55 [Qemu-devel] Question about QEMU 유원상
2018-05-14 13:13 ` Stefan Hajnoczi
     [not found]   ` <CA+EEy5vR=w-yEZiZf=+jYaQXosJheQzLDQ2PeGf9OJw7HihOHg@mail.gmail.com>
2018-05-15  4:30     ` Stefan Hajnoczi
2018-05-15  6:42   ` Gerd Hoffmann
2018-05-17  0:44     ` 유원상

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).