Jump to content

Talk:VirtualBox: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
Line 40: Line 40:
:No. Virtually (no pun intended!) all open source software is free software. The distinction primarily relates to advocacy.—[[User:Greenrd|greenrd]] ([[User talk:Greenrd|talk]]) 19:39, 31 May 2008 (UTC)
:No. Virtually (no pun intended!) all open source software is free software. The distinction primarily relates to advocacy.—[[User:Greenrd|greenrd]] ([[User talk:Greenrd|talk]]) 19:39, 31 May 2008 (UTC)
Open Source means that the source code can be modified, copied, and shared, but you might have to pay for the software. Free software means you don't have to pay for it, but it's source code may not be available to the public. For example, Quake 3 Arena's source code is open source, but the game is not free. Programs like iTunes and Windows Movie maker are free, but they are not Open Source. [[Special:Contributions/205.213.92.64|205.213.92.64]] ([[User talk:205.213.92.64|talk]]) 18:19, 30 August 2010 (UTC)
Open Source means that the source code can be modified, copied, and shared, but you might have to pay for the software. Free software means you don't have to pay for it, but it's source code may not be available to the public. For example, Quake 3 Arena's source code is open source, but the game is not free. Programs like iTunes and Windows Movie maker are free, but they are not Open Source. [[Special:Contributions/205.213.92.64|205.213.92.64]] ([[User talk:205.213.92.64|talk]]) 18:19, 30 August 2010 (UTC)
: No, it's like Greenrd says. 'free' in '[[free software]]' means ''free as in freedom'', not as in ''free beer''. GPL software like Virtualbox is ''both'' free software and open source software. You could call it either depending on where you want to put emphasis. [[User:ThorinMuglindir|ThorinMuglindir]] ([[User talk:ThorinMuglindir|talk]]) 20:19, 5 September 2010 (UTC)


==I made a VirtualBox userbox if anyone is interested==
==I made a VirtualBox userbox if anyone is interested==

Revision as of 20:19, 5 September 2010

WikiProject iconComputing: Software C‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
CThis article has been rated as C-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Software (assessed as Low-importance).
WikiProject iconApple Inc. C‑class
WikiProject iconThis article is within the scope of WikiProject Apple Inc., a collaborative effort to improve the coverage of Apple, Mac, iOS and related topics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
CThis article has been rated as C-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Note icon
This article has been automatically rated by a bot or other tool because one or more other projects use this class. Please ensure the assessment is correct before removing the |auto= parameter.
WikiProject iconComputing C‑class Low‑importance
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
CThis article has been rated as C-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the project's importance scale.

Wow

Good software... It's pretty fast too. Any words on official benchmarks? I tested QEMU + kqemu side by side with this, and it's quite capable... —The preceding unsigned comment was added by Mimithebrain (talkcontribs) 22:07, 15 January 2007 (UTC-7)

Unfortunately, VirtualBox is very overlooked. Hope this situation will change sometime. 02:25, 25 January 2007 (UTC) —The preceding unsigned comment was added by 201.19.216.234 (talkcontribs) 19:25, 24 January 2007 (UTC-7)
People are using it more now.
I've used VBox for a long time now.
I love this software! —Preceding unsigned comment added by 66.82.9.58 (talk) 14:48, 12 March 2008 (UTC)[reply]

Some Inaccuracies

"VirtualBox has a rather unique approach to fix this conflict: It tricks the guest operating system to actually execute its ring-0 code in ring 1, which is normally unused on the Intel architecture."

Not exactly unique; that's how pretty much all x86 virtualisation solutions work. The caching of recompilations is, likewise, fairly standard. This is difficult to get right, since introspective or dynamic code can often go wrong (typically the re-compiled code is put in a segment that is marked as executable but not readable. Segmentation violations resulting from attempting to read it are trapped and the original code is substituted). David Chisnall 00:15, 22 January 2007 (UTC)[reply]

re: SMP support ref#19

I could see no mention of SMP support in the provided reference. —Preceding unsigned comment added by 125.236.55.43 (talk) 02:03, 22 April 2009 (UTC)[reply]

Parallels

Parallels desktop for mac is the only program (of this type) I've used aside from VirtualBox. Virtual box beta for mac is almost the same as parallels was a few months ago (meaning, pretty much same features, same install wizard, same guest tools installation, with just a few differences). Are other virtualization software so similar to one another? Should this be noted in the article? 76.201.22.234 21:27, 24 June 2007 (UTC)[reply]

New version 1.5

Can someone update the article to talk about the new features? http://forums.virtualbox.org/viewtopic.php?t=1528 would be a good source, but since I'm not using v1.5, and I didn't write this article, I can't do a good job updating the article. I'm sure this article would benefit from a "new features in version 1.5" section, or updating the article in general, or something like that. Althepal 20:53, 2 September 2007 (UTC)[reply]

See Wikipedia:Be bold --Treekids 16:46, 12 September 2007 (UTC)[reply]

As there is an unfixed bug in version 1.5 preventing me from using version 1.5 on Windows, I can't do this yet. If someone who uses Linux or who can get it working on Windows is out there, they can be bold. Althepal 17:51, 12 September 2007 (UTC)[reply]

--OmegaElheats 14:23, 16 September 2007 (UTC)[reply]

I placed a screenshot of me running Guest OS Windows XP of VirtualBox 1.5 on Host OS Ubuntu 7.04 in Seamless Mode 'as a new feature'.

as I understand it, the correct term for anything under the GPL is "free software" not merely "open source". If i'm correct about this, the article needs to be changed to reflect that --69.243.242.58 (talk) 16:41, 31 May 2008 (UTC)[reply]

No. Virtually (no pun intended!) all open source software is free software. The distinction primarily relates to advocacy.—greenrd (talk) 19:39, 31 May 2008 (UTC)[reply]

Open Source means that the source code can be modified, copied, and shared, but you might have to pay for the software. Free software means you don't have to pay for it, but it's source code may not be available to the public. For example, Quake 3 Arena's source code is open source, but the game is not free. Programs like iTunes and Windows Movie maker are free, but they are not Open Source. 205.213.92.64 (talk) 18:19, 30 August 2010 (UTC)[reply]

No, it's like Greenrd says. 'free' in 'free software' means free as in freedom, not as in free beer. GPL software like Virtualbox is both free software and open source software. You could call it either depending on where you want to put emphasis. ThorinMuglindir (talk) 20:19, 5 September 2010 (UTC)[reply]

I made a VirtualBox userbox if anyone is interested

Code Result
{{User:CFeyecare/templates/virtualbox}}
This user puts OSes inside OSes with VirtualBox.
Usage

-- CFeyecare Talk! 19:32, 12 August 2008 (UTC)[reply]

I think the image on this user box needs some improvement, do you mind if i try to find a graphic that looks a bit better at such a small size, that still conveys a concept of a virtual machine? Don't get me worng the picture is great at full scale but at aprox 50px I can't realy even see it in my 19" monitor --Koman90 A+ (talk) 03:06, 12 January 2010 (UTC)[reply]

USB support in open source edition

User Phobos11 added in this revision http://en.wikipedia.org/w/index.php?title=VirtualBox&oldid=214583198 on 24th May 2008 that "USB support is slated to be open-sourced in a later version of VirtualBox".

This has been tagged as "citation needed" for some months now. I have not been able to find a source for this, and no one can confirm it on the VirtualBox forums: http://forums.virtualbox.org/viewtopic.php?t=8477

Does anyone have any information on this? If not, I propose the sentence is removed. Justynb (talk) 17:24, 1 September 2008 (UTC)[reply]

As it has been tagged for three months with no proof supplied, I say remove the offending statement. --TimTay (talk) 17:38, 1 September 2008 (UTC)[reply]
The suggestion that closed source features will appear in the "OSE" is on the page Editions ie "Note that this list may change over time as some of these features will eventually be made available with the open-source version as well. "
I would read this as "we will release our version into the OSE if somebody releases a dirty hack under the GPL to do the same thing for the existing OSE" 86.13.77.126 (talk) 09:22, 16 December 2008 (UTC)[reply]

2.1.0

Due to the new 2.1 release, some features like 3D acceleration need to be moved out of the future development section and into the features section. Althepal (talk) 02:09, 18 December 2008 (UTC)[reply]

Raw hard disk access

  • Raw hard disk access - allows a guest operating system to access its virtual hard disk without going through the host OS file system

Doesn't raw hard disk mean that it uses a real hard disk or partition natively, instead of (or in addition to) virtual disks? --Ikar.us (talk) 10:33, 28 April 2009 (UTC)[reply]

Host OS Must Be x86 Based

It should be noted in the host operating systems section that although VirtualBox runs on both Solaris and OS X, it's limited to the x86 versions of each OS. SDNick484 (talk) 00:26, 17 June 2009 (UTC)[reply]

"x86" is the fourth word in the article.
There's nothing VirtualBox, or any piece of userland software, can do to make it possible for its host OS to be non-native.--NapoliRoma (talk) 01:25, 17 June 2009 (UTC)[reply]

The host OS dose not need to be x86 Based, most if not all x64 OSes have a x86 Compatibility layer built in that is transparent to the user, similar to the way toy can still run 16-bit application on a 32-bit OS. Koman90 A+ (talk) 03:02, 12 January 2010 (UTC)[reply]

If you include the AMD64 variant instruction sets as part of the x86 architecture (as is the normal convention) then VirtualBox does require x86. It does not support alternative hosting architectures such as SPARQ, ARM, ... -- TerryE (talk) 15:55, 30 April 2010 (UTC)[reply]

VDI is essentially the container format of VirtualBox

The section Virtual and VDI did only discuss Virtual Desktop Infrastructure but the abbreviation is used for Virtual Desktop Image mostly. Thus, I added a new sub-section on Virtual Desktop Image and used a concrete example on how to increase the size of a VDI because it is undocumented on official VirtualBox guides as well as on the wiki. Also, it was impossible for me to subscribe to the VirtualBox wiki (private Sun's wiki?). Hope it is ok. --Nbrouard (talk) 14:39, 30 October 2009 (UTC)[reply]

I don't know what VDI stands for but as a computer technician i tend to get a lot of acronyms thrown at me and i just call it what i think makes sence, fore example .vdi files are a virtual disk thus I call VDI Virtual Disk Image, because it is the same type of file as Microsoft's VHD Virtual Hard Disk and VMware's VMDK VMware Disk Koman90 A+ (talk) 03:03, 12 January 2010 (UTC)[reply]
If you look at the Open Source, then you will see that you are correct: VDI stands for Virtual Disk Image. -- TerryE (talk) 15:51, 30 April 2010 (UTC)[reply]

SVG icon

I re-rendered the icon to SVG in my attempt to transition icons, logos, and diagrams to the scalable vector graphic format, however it was reverted saying it was to "low quality", firslty with the re-rendering to a vector format you do lose some quality qhen it is viewed at the same size as the original file, however when blown up to the maximum the worst it loosks is like somene, or something drew it, that's all a SVG really is is a computerized drawing/painting, in my attempt to improve the quality the original SVG was rendered at 64 scans by color as shown on the left, this new one was rendered at 100 scans per color as right. sorry but inkscape wont render this image higher than 100.Koman90 A+ (talk) 03:03, 12 January 2010 (UTC)[reply]

As you can't render it any better, let's leave it as the original PNG. I think it is important to see both the Sun and VirtualBox logos on the side of the cube. --Biker Biker (talk) 15:28, 31 December 2009 (UTC)[reply]
Agreed some things are best left in PNG i listed them for CSD they should be gone in a few days Koman90 A+ (talk) 03:03, 12 January 2010 (UTC)[reply]
I think i perfected the SVG Icon, however the problem is at 256 scans of color the icon is almost 100 times the file size of the original, and i don't think the wiki server will like that. This logo needs a "shloud not be SVG" flag if there is one, if not i should make one up. Koman90 A+ (talk) 21:39, 13 January 2010 (UTC)[reply]

Naming: keep "VirtualBox" for now

Hi, I noticed the official homepage (still?) lists this simply as "VirtualBox", so I think it is better to keep it simply "VirtualBox". And even if the official name is one day changed to "Oracle VM VirtualBox", it might be an option to keep using "VirtualBox" due to Wikipedia:Naming_conventions#Common_names, just like we use "office 2007" or "Microsof Office 2007", when the official/full name is "2007 Microsoft Office System". However, the main issue now is that the product still lists itself as "VirtualBox", so we should keep that name for now. Any further opinions? --SF007 (talk) 15:49, 3 February 2010 (UTC)[reply]

I know this Oracle page talks about Oracle VM VirtualBox, but that is just one page without an official announcement of name change. Not to mention it links to a page that only talks about "Sun VirtualBox". I say we should simply wait. --SF007 (talk) 15:52, 3 February 2010 (UTC)[reply]
Actually we don't have to wait on anything as it should not be changed regardless. Please have a look at WP:UCN for policy on this. We should leave the title of the article as its most commonly used name by people and resources. It should also be kept as simple as possible. "VirtulBox" is clearly its common name and its most common simplistic name. Therefor, despite the name change to Oracle VM VirtualBox, this wiki article should not change its title. JeremyWJ (talk) 17:32, 3 February 2010 (UTC)[reply]

I just gave two extra sources for the Oracle VM VirtualBox re-branding, yet one editor has removed all reference to the rebranding. Rather than revert again and risk 3RR I would appreciate a discussion here on why he thinks the three sources given are not reliable sources. I do agree that the article shouldn't be renamed, that was hasty on my part, but the name of the product has changed and the three sources confirm that. --Simple Bob (talk) 22:59, 6 March 2010 (UTC)[reply]

Everyone else seems to agree your rebranding is inappropriate. That 'VirtualBox' appears on one page preceded by 'Oracle VM ' does not mean they've rebranded it. You need to wait. ¦ Reisio (talk) 23:02, 6 March 2010 (UTC)[reply]
You are wrong Reisio. The article should not be renamed, but the fact that the product is now an Oracle product and not Sun (rebranded) should be in the content. The only reference needed for this is virtualbox.org. JeremyWJ (talk) 23:05, 6 March 2010 (UTC)[reply]
Uh... and what reference mentioning a rebranding on virtualbox.org are you speaking of? We don't have one. It just says "VirtualBox" exactly has it has before. ¦ Reisio (talk) 15:51, 7 March 2010 (UTC)[reply]
Jeremy - I don't want to go 3RR like Reisio just did, so will you please reinstate my correct version together with my references? --Simple Bob (talk) 23:06, 6 March 2010 (UTC)[reply]
I have, another edit by Reisio will be reported. Thanks for contributing to this article. JeremyWJ (talk) 23:08, 6 March 2010 (UTC)[reply]
Nice to know there are some good guys out there! --Simple Bob (talk) 23:12, 6 March 2010 (UTC)[reply]

Tidy-up of Article

I have been reading this article. In overall quality it falls somewhat short of what I would view as the "benchmark" articles in this area which are those for VMware and VMware Workstation. I have decided to tidy the article up and give it a general refresh as a background activity over the next month or so. I will, of course, comply with the appropriate WP policies and guidelines in doing this. Before I start, I feel that I should declare my interests here. I am an IT professional who both uses VirtualBox routinely and is very familiar with the GPL codebase. I am a moderator at the VirtualBox user forums, though I am pretty much inactive there now. I have no financial interests in Oracle or its subsidiaries, just a fondness for the product :-)

If anyone has a problem with this or my edits then by all means contact me here or on my talk page. -- TerryE (talk) 12:05, 1 May 2010 (UTC)[reply]

usb support

I think this section must be updated. Vbox now supports usb for free version too. —Preceding unsigned comment added by 188.134.9.138 (talk) 14:19, 9 June 2010 (UTC)[reply]

Are you sure? The source which is the VirtualBox wiki still says this is only available in the proprietary version. Do note as the paragraph clearly specifies we are talking about differences between the proprietary version and the free software version. The proprietary version is available for free for personal use (which evidentally includes individuals in a business setting provided they install it and manage it themselves, but not for example a roll out by an administrator) and whatever is covered in the license. If there are any differences between the commercial version and the free version these aren't specified in the article, my guess is there are none other then what the license allows and support. Nil Einne (talk) 15:25, 18 June 2010 (UTC)[reply]
There is mention in another location and while I feel it was resonably clear, I've modifed the wording [1] to make it clearer it's a difference between the proprietary edition and the free software version Nil Einne (talk) 15:29, 18 June 2010 (UTC)[reply]
See the vendor's page Open Source VirtualBox and other editions which makes it quite clear that USB support is a closed-source feature which is not available under the GPL based Open-source edition. AFAIK, the main reason for this is that the USB support code wasn't itself made available under GPL or equivalent licence. -- TerryE (talk) 12:34, 20 June 2010 (UTC)[reply]