Home > Virtualization > MS Virtual PC vs VirutalBox

MS Virtual PC vs VirutalBox

February 18th, 2008 James Leave a comment Go to comments

Working on ubuntu running on top of Microsoft Virtual PC 2007 started giving me lot of problems. Some of them are:
1. Need lots of tweaking during installation of ubuntu in virtual pc to provide even basic mouse integration. Need to enter additional parameters (i8042.noloop) during boot up and then need to configure some system settings to make the mouse work in ubuntu running under virtual pc.
2. No smooth mouse integration. You need to click inside the virtual operating system for the mouse to be effective inside and need to press “Right Alt” key to come out of virtual os.
3. No mouse scrolling support at all.
4. In a nutshell, virtual pc bothers least about linux environments. No addons, nothing. ( Please correct me if I’m wrong here. Thank you)

So, I started looking for alternatives.

I didn’t give much focus to VirtualBox until i read the news about Sun’s acquisition about VirtualBox. I respect Sun and their products. So i thought of giving VirtualBox a try.

- Installing ubuntu was smooth.
- No need to tweak any boot options like i did while installing ubuntu on top of virtual pc 2007.
- However i needed to press “Right Ctrl” key to come out of virtual box, initially.
- But, once i installed the “add-ons” for linux, i was amazed at the seamless mouse integration. I could click the firefox icon in windows xp and also on ubuntu on virtualbox (to and fro) without pressing any keys.
- I could scroll my mouse like i can scroll on xp.
- Excellent user interface.

However i have some concerns:

- very small resolution size (800 x 600 against my laptop resolution of 1280 x 780)

(NOTE: I managed to fix this problem. I’ve narrated about it here.
- need add-ons to provide usb support.

But overall, I feel that virtualbox is much better than Virtual PC 2007.
I regret for spending much time meddling around with Virtual PC 2007.
The fault is with me, I shouldn’t have tried a Microsoft product at first place.

Read more about virtualization/virtualbox here.

 

Related posts:

  1. Easiest way to try linux on windows
  2. gOS on VirtualBox
  3. Installing VirtualBox guest additions in OpenSuse
  4. Increasing the screen resolution of Ubuntu-7.10 on VirtualBox
  5. Stunning OpenSolaris running on VirtualBox

  1. Arturo
    February 19th, 2008 at 23:44 | #1

    Hi James, I’m also very please with the configuraiton of Ubutnu on my Virutalobox. I’m having the same problem, very small resolution. Please let me know if you manage to increase it. Likewise, I will let you know if I find how to get a better one. Thanks, Arturo

  2. James Selvakumar
    February 21st, 2008 at 14:35 | #2

    Hi arturo,
    Yup, i’m still figuring it out on how to increase the screen resolution of ubuntu running on virtualbox.

    I’ll surely blog about it, if i come across any solution.

  3. miwabba
    March 23rd, 2008 at 16:12 | #3

    James, if you use Firefox, it will help to correct those very common spelling errors you make (configuraiton, Ubutnu, Virutalobox) which might be an insignificant detail on a personal blog but none the less makes it harder to read for others.

  4. March 23rd, 2008 at 16:15 | #4

    One feature that virtualbox have, that I don’t really see it in other product is seamless mode. Which make it a very interesting piece of software

  5. James Selvakumar
    March 23rd, 2008 at 17:55 | #5

    Hi miwabba,
    Thank you very much for pointing out the mistakes. I will try to correct that in my future posts. (I use firefox only but didn’t spend much time in the suggestions it offered to correct the spelling mistakes)
    Any way, thank you very much.

  6. James Selvakumar
    March 23rd, 2008 at 17:56 | #6

    Hi sweemeng,
    Yes, I like the “seamless” mode in virtualbox very much. In fact, i would say that it is one of the feature which made me to switch to virtualbox.

  7. Klemen
    June 28th, 2008 at 23:32 | #7

    virtualbox is much easier to use, you cen share files with primary computers easly, and what is more important you dont need to fuck, with reading cd/dvd and usb devices, like in virtual pc.I spent 4hours yust to figure it out how you share files.Stupid

  8. Chris
    September 30th, 2008 at 06:34 | #8

    Don’t diss Virtual PC just because it’s a MS product. Keep in mind VirtualBox is only for home/personal use, so violating the license is not a difficult thing to do.

    On technical details, network bridge (all OSes) & USB support (Windows) is quite seamless in Virtual PC compared to VirtualBox. As you say, VirtualBox’s mouse integration is good in Linux OSes.

  9. JKD
    October 1st, 2008 at 07:53 | #9

    I didnt know MS VPC has USB Support..Could you clarify on that please?
    Thank you!

    D

  10. Kasim Hansia
    November 18th, 2008 at 07:42 | #10

    For a better resolution in Ubuntu after installing VirtualBox add-ons, do the following

    1. Backup /etc/X11/xorg.conf by using the following command
    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

    Then edit the xorg.conf using nano, pico, vi or gedit so that it looks like the following below

    Section “Device”
    Identifier “Configured Video Device”
    Driver “vesa”
    Option “UseFBDev” “true”
    EndSection

    Section “Monitor”
    Identifier “Configured Monitor”
    Option “DPMS”
    HorizSync 30-70
    VertRefresh 50-160
    EndSection

    Section “Screen”
    Identifier “Default Screen”
    Monitor “Configured Monitor”
    Device “Configured Video Device”
    DefaultDepth 16
    SubSection “Display”
    Depth 16
    Modes “1024×768″ “800×600″
    EndSubSection
    EndSection

    THAT’S IT. REBOOT YOUR VIRTUAL UBUNTU BOX.

    When you try to configure your display/screen resolution, it’ll give you more resolution options.

    Enjoy

  11. Latee Brown
    December 2nd, 2008 at 11:12 | #11

    I have been using Virtual PC 2007 for over a year now and from what I know it has ‘mouse integration’, you install the ‘Integrated mouse’ and the features that allow you to access USB devices after you have installed your support Guest OS by selection from the Menu: Action > Install or Update Virtual Machine Additions

    You can find more information in the Help Topics, here is some info:

    Virtual Machine Additions includes the following features:

    Drag and drop
    Folder sharing
    ‘Integrated mouse’
    Optimized video drivers
    Time synchronization
    Clipboard sharing
    Improved operating system performance
    ‘Dynamic resizing of the virtual machine window, which automatically adjusts the size of the guest operating system desktop’…

    See ‘Using removable media, drives, and other devices’ in the Help Topics for accessing USB devices; it is done by using shared folders.

    Anyway, I thought some of you might like to know, otherwise I am sorry for waisting your time.

  12. F3ca
    December 4th, 2008 at 17:10 | #12

    The screen resolution can be anything after you installed “add-ons”, and set the virtual box configuration correctly. (Preferences–>display).

    After this you can _resize_ the virtualbox’s window.

  1. March 24th, 2008 at 10:19 | #1
  2. January 21st, 2009 at 00:58 | #2