You are not logged in.

#1 2009-07-01 12:11:09

actionM
Member
Registered: 2007-09-09
Posts: 21

virtualbox with 3D?

http://digg.com/linux_unix/VirtualBox_3 … _0_Support

I wasn't sure where to put this thread...

"users can now use Direct3D 8 and 9 games"

Has anyone tried it with some games yet?

[edit] I answered one of my questions by reading more lol.

Last edited by actionM (2009-07-01 12:14:04)

Offline

#2 2009-07-01 13:52:09

Kariddi
Member
Registered: 2009-03-12
Posts: 45

Re: virtualbox with 3D?

they just use WineD3D as an implementation of DirectX in the guest to translate DirectX calls into OpenGL calls.

The emulation result (from the Graphics point of view) should be the same as with Wine.

The advantage is that , if the game has problems running on Wine because of things not related to the Video, probably under virtualbox will run perfectly . But for games where the problem is the WineD3D implementation there should be no advantage .

Of course , virtualbox will have the disadvantage of being slower.

Offline

#3 2009-07-01 14:10:59

actionM
Member
Registered: 2007-09-09
Posts: 21

Re: virtualbox with 3D?

That would be nice for me because I already have to use a virtual machine to code web pages for every browser under the sun.  It would be awesome to play a little team fortress 2 when I'm done with my work without booting xp up.

Offline

#4 2009-07-01 15:06:01

Exitium
Member
From: Helsinki, Finland
Registered: 2008-08-20
Posts: 202

Re: virtualbox with 3D?

Yay, this means that I can finally play Punkbuster enabled servers in CoD2/CoD4 with Linux.

I'm one step closer being "just Linux" user. smile However, virtual machine is still Windows...

Offline

#5 2009-07-01 15:25:53

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: virtualbox with 3D?

I would stay away from vbox 3 for now if you need something stable to work with.
I was mostly interested in getting my webcam to work inside the virtual machine and it works .... sometines.

It seems this latest version is also a bit prone to crashing and seemed a bit slower to me when compared with v2.2.4.
Text input while running X (on the guest) seems a bit flaky at the moment with lots of repeated keys and allowing the guest to see more than one cpu seems to get things to go slower hmm

When they get it working its going to be very very good but for now I wouldn't consider it for day to day work.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#6 2009-07-01 20:40:10

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,358

Re: virtualbox with 3D?

Just a note, d3d->opengl tends to work your CPU, so the slowdown will still be very noticeable. What more becuase you're ALSO running a VM, with all the CPU/RAM usage that entails.

It's cool that they've gotten so far, though. OpenGL acceleration just came along a couple of months ago, and now this. Up yours, VMWare... =p


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#7 2009-07-01 22:00:12

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: virtualbox with 3D?

My update to the virtualbox_bin_additions AUR package makes sure to install the OpenGL guest support. No use to those running Windows guest on Arch hosts, but hopefully will work for those running Arch guests.

Offline

#8 2009-07-01 22:25:02

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: virtualbox with 3D?

Exitium wrote:

Yay, this means that I can finally play Punkbuster enabled servers in CoD2/CoD4 with Linux.

I'm one step closer being "just Linux" user. smile However, virtual machine is still Windows...

"Just Linux" with a virtual windows machine, eh ? Silly silly tongue


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#9 2009-07-01 22:39:37

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: virtualbox with 3D?

The guest additions in Safe Mode takes care of the wined3d section in the wiki, right?

Do you still need to install Directx after that?

I tried out a game that works in wine and it takes up 5 times CPU load and texture backgrounds are black.

Offline

#10 2009-07-02 00:00:09

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: virtualbox with 3D?

Anyone else have problems with audio not being heard and also use the snd-intel-hda kernel module?


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#11 2009-07-02 10:22:30

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: virtualbox with 3D?

Actually I think I got it, I tried out a few more games and they do work, and as fast as in wine. But I'm not sure if they really use Direct3D.

Offline

#12 2009-07-02 20:38:59

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,563

Re: virtualbox with 3D?

VirtualBox's Direct3D should be overall better than running an application in Wine, as Wine is providing a complete Win32 API replacement, whereas VirtualBox is only replacing Direct3D. However, it appears as though it's quite buggy right now.

Offline

#13 2009-07-02 22:36:49

Exitium
Member
From: Helsinki, Finland
Registered: 2008-08-20
Posts: 202

Re: virtualbox with 3D?

moljac024 wrote:
Exitium wrote:

Yay, this means that I can finally play Punkbuster enabled servers in CoD2/CoD4 with Linux.

I'm one step closer being "just Linux" user. smile However, virtual machine is still Windows...

"Just Linux" with a virtual windows machine, eh ? Silly silly tongue

As I said, "However, virtual machine is still Windows...". But there's no more need to dual boot (if performance is tolerable), that's one step closer. big_smile

I installed WinXP yesterday, but I haven't tried games on it - yet.

Offline

#14 2009-07-02 23:26:19

fuse
Member
From: california
Registered: 2004-04-11
Posts: 38

Re: virtualbox with 3D?

Ranguvar wrote:

VirtualBox's Direct3D should be overall better than running an application in Wine, as Wine is providing a complete Win32 API replacement, whereas VirtualBox is only replacing Direct3D. However, it appears as though it's quite buggy right now.

It will be slower as you are limited by hardware in the VM not to mention OS on top of OS. This is only a solution for stuff such as copy protection, rootkits, punkbuster etc. If it works in Wine or Cedega etc that is as good as it get atm outside of a native client.

Offline

#15 2009-07-03 02:15:48

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,563

Re: virtualbox with 3D?

fuse wrote:
Ranguvar wrote:

VirtualBox's Direct3D should be overall better than running an application in Wine, as Wine is providing a complete Win32 API replacement, whereas VirtualBox is only replacing Direct3D. However, it appears as though it's quite buggy right now.

It will be slower as you are limited by hardware in the VM not to mention OS on top of OS. This is only a solution for stuff such as copy protection, rootkits, punkbuster etc. If it works in Wine or Cedega etc that is as good as it get atm outside of a native client.

It will be slower, yes, but it _should_ also work better, because you are relying on Wine for only Direct3D, and real Windoze for the rest.

Offline

#16 2009-07-03 07:03:06

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,001
Website

Re: virtualbox with 3D?

Ranguvar wrote:

It will be slower, yes, but it _should_ also work better, because you are relying on Wine for only Direct3D, and real Windoze for the rest.

Guess it depends on how you define "better" wink


< Daenyth> and he works prolifically
4 8 15 16 23 42

Offline

#17 2009-07-04 05:17:53

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,563

Re: virtualbox with 3D?

More compatible tongue

I just love that we're slowly but surely making Windows unnecessary.

Last edited by Ranguvar (2009-07-04 05:18:44)

Offline

Board footer

Powered by FluxBB