<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4770&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Android OS in qemu's virtual machine fails to in graphics mode.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4770</link>
		<description><![CDATA[The most recent posts in [SOLVED] Android OS in qemu's virtual machine fails to in graphics mode..]]></description>
		<lastBuildDate>Wed, 05 Jan 2022 15:51:07 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Android OS in qemu's virtual machine fails to in graphics mode.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33700#p33700</link>
			<description><![CDATA[<p>I manage to install Android-x86 9.0. <br />The installation steps I did:</p><p>Start libvirtd daemon </p><div class="codebox"><pre><code>$ sudo /etc/init.d/libvirtd start 

$ sudo virt-manager </code></pre></div><p>I followed the Android installation instruction on <a href="https://www.tecmint.com/install-and-configure-kvm-in-linux/" rel="nofollow">https://www.tecmint.com/install-and-con … -in-linux/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (penguin)]]></author>
			<pubDate>Wed, 05 Jan 2022 15:51:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33700#p33700</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Android OS in qemu's virtual machine fails to in graphics mode.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33695#p33695</link>
			<description><![CDATA[<p>@ralph</p><p>The qemu version is 5.2.0.</p><div class="codebox"><pre><code> $ qemu-system-x86_64 --version
QEMU emulator version 5.2.0 (Debian 1:5.2+dfsg-11+deb11u1)
Copyright (c) 2003-2020 Fabrice Bellard and the QEMU Project developers</code></pre></div><div class="codebox"><pre><code> $ qemu-system-x86_64 -enable-kvm -m 2048 -smp 2 -cpu host -soundhw es1370 -device virtio-mouse-pci -device virtio-keyboard-pci -serial mon:stdio -boot menu=on -net nic -net user,hostfwd=tcp::5555-:22 -device virtio-vga-gl -display gtk -hda androidx86_hda.img -cdrom android-x86-8.1-r6.iso
qemu-system-x86_64: warning: &#039;-soundhw es1370&#039; is deprecated, please use &#039;-device ES1370&#039; instead
qemu-system-x86_64: -device virtio-vga-gl: &#039;virtio-vga-gl&#039; is not a valid device model name</code></pre></div><p>I suspect the qemu package on chimaera repository do not support virtio-vga-gl.</p>]]></description>
			<author><![CDATA[dummy@example.com (penguin)]]></author>
			<pubDate>Wed, 05 Jan 2022 00:02:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33695#p33695</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Android OS in qemu's virtual machine fails to in graphics mode.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33691#p33691</link>
			<description><![CDATA[<p>I&#039;m far from expert on this, but as implied from <a href="https://www.kraxel.org/blog/2021/05/virtio-gpu-qemu-graphics-update/" rel="nofollow">this &quot;random&quot; blog</a>, maybe one should use <span class="bbc">virtio-vga-gl</span> instead of <span class="bbc">virtio-vga,virgl=on</span> and then <span class="bbc">gl=on</span>.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 04 Jan 2022 19:30:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33691#p33691</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Android OS in qemu's virtual machine fails to in graphics mode.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33686#p33686</link>
			<description><![CDATA[<p>Hi,</p><p>I followed the instruction on the link.</p><p><a href="https://linuxhint.com/android_qemu_play_3d_games_linux/" rel="nofollow">https://linuxhint.com/android_qemu_play_3d_games_linux/</a></p><p>I added my account &#039;penguin&#039; to kvm and libvirt groups. And I installed all packages related to qemu.</p><div class="codebox"><pre><code>$ group
penguin cdrom floppy audio dip video plugdev netdev lpadmin scanner kvm libvirt</code></pre></div><p>When the&#160; gl=on, the qemu window went blank. So I had to turn off the gl flag.</p><div class="codebox"><pre><code>qemu-system-x86_64 -enable-kvm -m 2048 -smp 2 -cpu host -soundhw es1370 -device virtio-mouse-pci -device virtio-keyboard-pci -serial mon:stdio -boot menu=on -net nic -net user,hostfwd=tcp::5555-:22 -device virtio-vga,virgl=on -display gtk,gl=off -hda androidx86_hda.img -cdrom android-x86-8.1-r6.iso</code></pre></div><p>The qemu showed the window and the installation of Android OS went smoothly.<br /><span class="postimg"><img src="https://linuxhint.com/wp-content/uploads/2019/11/1-32.png" alt="1-32.png" /></span></p><p>Booting Android OS in the virtual machine of qemu ends up text mode as super user.<br />Booting Android OS from Live CD mode ends up text mode as super user too. </p><p>I wonder what I have missed for qemu setting. </p><p>Thanks in advance.</p>]]></description>
			<author><![CDATA[dummy@example.com (penguin)]]></author>
			<pubDate>Tue, 04 Jan 2022 16:06:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33686#p33686</guid>
		</item>
	</channel>
</rss>
