qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help


From: Peter Maydell
Subject: Re: Help
Date: Sat, 29 Feb 2020 11:58:56 +0000

On Fri, 28 Feb 2020 at 21:48, Jorge Abisai <address@hidden> wrote:
> I already have qemu installed on the raspberry and I am running it as follows:
>
> qemu-system-i386 -hda windows.img -cdrom WinXP.iso -m 200
>
> but it gives me the following error:
>
> Unable to init server: Could no connect: Connection refused
> gtk initialization failded

This is trying to create a graphical window on an X server using GTK,
and it is not working, because you don't have the right DISPLAY and
other settings to run X programs. I suggest that you get to the point
where you can run a simple graphical program (eg 'xclock') first.
Altenatively, if you aren't running an X server on your rpi, you might
want to try some of QEMU's other display options, like VNC or
Spice, which can be used to set up a remote display over a network
connection.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]