Need GUI to run qemu on Ubuntu server: I need to run QEMU for ARM on a Ubuntu srever. THis QEmu is not supporting a text mode, so I need to install GUI software on Ubuntu server 13.04. Please suggest any that I can do a sudo apt-get install and get started quickly.
Asked
Active
Viewed 1,059 times
-2
-
Qemu is emulating a raw PC hardware. Just use it to run whatever operating system or software you want. I don't understand what are you asking.... – Basile Starynkevitch Jul 28 '13 at 05:57
2 Answers
2
Are you connecting to the server over ssh? You could just use X forwarding to your local machine.
See the very good first answer here.
Then you can just start the software and interact with the GUI on a computer that already has the desktop environment installed.