Post Reply 
virtual machine up and running
Author Message
trademark91
Unique?
Fractal Insanity

Posts: 4,719.9300
Threads: 269
Joined: 4th Jan 2008
Reputation: -6.15982
E-Pigs: 105.8691
Offline
Post: #1
virtual machine up and running
i wanted to run windows apps natively, instead of using wine, so i installed a windows xp virtual machine on my debian. then i spent some time theming it, and installing chrome, and this is what i came up with.

what do you think?

screenshots:
[Image: vm1.png]
[Image: vm2.png]
[Image: vm3o.png]

[Image: 531115][Image: 76561198014212040.png]
windows Proud
21/02/2010 11:06 AM
Find all posts by this user Quote this message in a reply
j_p_24
I'm Sephiroth
Fractal Insanity

Posts: 160.3832
Threads: 20
Joined: 9th Oct 2009
Reputation: 4.14684
E-Pigs: 12.5827
Offline
Post: #2
RE: virtual machine up and running
Looks nice but isn't QEMU much slower than VirtualBox?

[Image: sephiroth.jpg][Image: 24441970.png] [Image: 87948593.jpg]
[Image: 20719040.jpg]
More Final Fantasy
Spoiler:
[Image: 94548010.png] [Image: 8054_v.gif]
21/02/2010 11:16 AM
Find all posts by this user Quote this message in a reply
trademark91
Unique?
Fractal Insanity

Posts: 4,719.9300
Threads: 269
Joined: 4th Jan 2008
Reputation: -6.15982
E-Pigs: 105.8691
Offline
Post: #3
RE: virtual machine up and running
i don't know, ive never tried virtualbox. qemu with the kqemu acceleration worked full speed for me, so im fine though Madwin

[Image: 531115][Image: 76561198014212040.png]
windows Proud
(This post was last modified: 21/02/2010 11:35 AM by trademark91.)
21/02/2010 11:18 AM
Find all posts by this user Quote this message in a reply
Grey Ghost
Still kicking!

Posts: 3,997.2121
Threads: 112
Joined: 26th May 2009
Reputation: -5.01013
E-Pigs: 161.5986
Offline
Post: #4
RE: virtual machine up and running
all i know is tiat means you can have skype again, correct?
21/02/2010 11:42 AM
Find all posts by this user Quote this message in a reply
trademark91
Unique?
Fractal Insanity

Posts: 4,719.9300
Threads: 269
Joined: 4th Jan 2008
Reputation: -6.15982
E-Pigs: 105.8691
Offline
Post: #5
RE: virtual machine up and running
Grey Ghost Wrote:all i know is tiat means you can have skype again, correct?

lol.
once i update my kernel to support my microphone, yes, i will.

and probably with a few more features too Hiding_something

[Image: 531115][Image: 76561198014212040.png]
windows Proud
21/02/2010 11:52 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
Offline
Post: #6
RE: virtual machine up and running
VirtualBox in seamless mode looks nice-ish.
Qemu with kqemu acceleration seems to be rather slow for me too >_>  I know qemu is designed to be more of an emulator than a virtualiser, so it's definitely slower, but IDK how well kqemu helps.
21/02/2010 03:15 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Kchan
Omnipotent Presence

Posts: 331.4508
Threads: 50
Joined: 14th Oct 2009
Reputation: -9.23451
E-Pigs: 12.1890
Offline
Post: #7
RE: virtual machine up and running
UFO Discovery!!!
wow I adore your theme!

_
21/02/2010 03:19 PM
Find all posts by this user Quote this message in a reply
trademark91
Unique?
Fractal Insanity

Posts: 4,719.9300
Threads: 269
Joined: 4th Jan 2008
Reputation: -6.15982
E-Pigs: 105.8691
Offline
Post: #8
RE: virtual machine up and running
Kchan Wrote:UFO Discovery!!!
wow I adore your theme!

thanks. which theme, the linux, or the xp?

ZiNgA BuRgA Wrote:VirtualBox in seamless mode looks nice-ish.
Qemu with kqemu acceleration seems to be rather slow for me too >_>  I know qemu is designed to be more of an emulator than a virtualiser, so it's definitely slower, but IDK how well kqemu helps.

ummm... isn't virtualbox based of of qemu?
and if you use qemu-kvm (if your computer can handle it) you get an excellent speed.

[Image: 531115][Image: 76561198014212040.png]
windows Proud
(This post was last modified: 21/02/2010 09:06 PM by trademark91.)
21/02/2010 09:03 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
Offline
Post: #9
RE: virtual machine up and running
trademark91 Wrote:ummm... isn't virtualbox based of of qemu?
I believe parts of it are.  http://en.wikipedia.org/wiki/Qemu#Integration_in_other_virtualization_solutions
Qemu is designed more for general emulation.  It can emulate different architectures, such as ARM on x86, whereas, VirtualBox will only run x86 on x86.  VB also has the advantage of using hardware assisted virtualisation if available - qemu/kqemu doesn't as the former is designed to be a general emulator, not platform specific (I actually am not sure if kqemu supports it, maybe it got added).

EDIT: I think KVM does support x86 virtualisation extensions, so scrap that...
(This post was last modified: 21/02/2010 09:15 PM by ZiNgA BuRgA.)
21/02/2010 09:14 PM
Visit this user's website Find all posts by this user Quote this message in a reply
trademark91
Unique?
Fractal Insanity

Posts: 4,719.9300
Threads: 269
Joined: 4th Jan 2008
Reputation: -6.15982
E-Pigs: 105.8691
Offline
Post: #10
RE: virtual machine up and running
ZiNgA BuRgA Wrote:
trademark91 Wrote:ummm... isn't virtualbox based of of qemu?
I believe parts of it are.  http://en.wikipedia.org/wiki/Qemu#Integration_in_other_virtualization_solutions
Qemu is designed more for general emulation.  It can emulate different architectures, such as ARM on x86, whereas, VirtualBox will only run x86 on x86.  VB also has the advantage of using hardware assisted virtualisation if available - qemu/kqemu doesn't as the former is designed to be a general emulator, not platform specific (I actually am not sure if kqemu supports it, maybe it got added).

well, im not using kqemu, actually, its qemu-kvm
the kernel based virtual machine allows for direct assigning to the processor, so it emulates much more smoothly.  plus, i couldnt use virtualbox anyway seeing as im emulating x86 on x64.
from what ive read, qemu is much better for any kind of serious work, but virtualbox is more popular because it emulates basic home-oriented actions better.

[Image: 531115][Image: 76561198014212040.png]
windows Proud
21/02/2010 09:17 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: