Page 13 of 19

Re: 3D Acceleration Support

Posted: 2. Oct 2009, 20:51
by NarsiL
I'm sorry about confusion. I meant 3D ones: Sands of T?me,Warrior Within,The Two Thrones. They have problems with multi-processors and Ubisoft doesn't publish a patch or anything. Some people managed to run them but I couldn't(not only me ofc). I was thinking to have a single cpu virtual machine then I run into video problem.
ps: I installed additional OS things that is recomended for Virtualbox

Re: 3D Acceleration Support

Posted: 3. Oct 2009, 01:30
by Technologov
When running a game you can use Windows Task Manager to set affinity to single CPU. Or better is to disable extra cores/CPU via C:\boot.ini parameters.

Re: 3D Acceleration Support

Posted: 11. Oct 2009, 21:56
by Titanet
Hi, i need that the 3D features enable to run the Microsoft Train Simulator on my XP SP3 guest box. When testing with Dxdiag, i see these error messages :
D3D7 Test Result: Failure at step 8 (Creating 3D Device): HRESULT = 0x8007000e (Out of memory)
D3D8 Test Result: Failure at step 4 (EnumAdapterModes): HRESULT = 0x8876086c (error code)

When i launch the game, it said Train Simulator need hardware acceleration. I set the video memory at the maximum (128 Mo) and the system memory at 1024 Mo without success.
What else can i do ? I use the last Virtualbox 3.0.8 on Ubuntu 9.04

Re: 3D Acceleration Support

Posted: 11. Oct 2009, 22:23
by Technologov
1. 3D support is still experimental in VirtualBox, that works in less than 50% of all my tests
2. find out which API Library your software uses
3. Try to switch to a different API Library, if your software supports it

Re: 3D Acceleration Support

Posted: 13. Oct 2009, 23:54
by Daftpanzer
I also get this dxdiag error (Vista host, XP guest, GA's installed in safe mode before and after DX9 install):

D3D7 Test Result: Failure at step 8 (Creating 3D Device): HRESULT = 0x8007000e (Out of memory)

Fiddling with the assigned video memory on the virtual machine makes no difference.

Dx8 and dx9 tests seem to go OK. But lots of stuff is not quite working, or not working at all. I wanted an XP virtual machine to run older stuff that Vista wont... I understand this is work-in-progress, but how much depends on the physical graphics card? I have a GeForce 8400 GS which seems not very well rounded with regards to compatibility. Please tell me there's hope :)

Re: 3D Acceleration Support

Posted: 27. Oct 2009, 03:43
by viniosity
crhylove wrote:3d Acceleration is grayed out for me on every VM... I'm using Windows XP x64.... Any ideas?
I've got this same issue with Win XP (32 bit). I've installed guest additions at least 3 different times and rebooted more time then I care to remember. Any suggestions on what could be happening?

FWIW, 3D acceleration works great in my native Host (Ubuntu 9.04 w/ Nvidia OEM drivers) and I can even run some 3d games fine using Wine.

Thanks in advance

Re: 3D Acceleration Support

Posted: 27. Oct 2009, 09:02
by Technologov
viniosity : Start with supported games in your XP/32-bit VM
http://forums.virtualbox.org/viewtopic.php?f=1&t=18953

Re: 3D Acceleration Support

Posted: 27. Oct 2009, 11:48
by princec
Hello, started another thread to try and get a clarification but no reply there... could anyone summarise the current status of hardware accelerated OpenGL (not D3D)?

Cas :)

Re: 3D Acceleration Support

Posted: 27. Oct 2009, 12:01
by Technologov

Re: 3D Acceleration Support

Posted: 27. Oct 2009, 14:05
by princec
Aha ok - so OpenGL acceleration is still "experimental" (as opposed to being "reliably supported") - currently our games are not picking up hardware accelerated OpenGL when running on Ubuntu 9.10 guest on Windows XP host. We use almost no extensions; no acceleration is obtained in either fullscreen or windowed mode. Running the games natively on XP gives us proper acceleration.

The games use the LWJGL library (v2.1) to create contexts; it's probably the case that any other games using LWJGL will also fail to get HW accelerated contexts as well. I shall try to get some diagnostics so we can see why it's not getting a proper accelerated pixel format.

Cas :)

Re: 3D Acceleration Support

Posted: 27. Oct 2009, 15:42
by viniosity
Technologov wrote:viniosity : Start with supported games in your XP/32-bit VM
http://forums.virtualbox.org/viewtopic.php?f=1&t=18953
How is the game I'm playing at all relevant to the fact that dxdiag shows no hardware acceleration?
DirectDraw Acceleration: Enabled
Direct3D Acceleration: Not Available
AGP Texture Acceleration: Not Available
Thanks,

Re: 3D Acceleration Support

Posted: 13. Nov 2009, 12:34
by trampas
I was wondering if their were plans to implement AGP Texture Acceleration in virtual box?

Thanks
Trampas

Re: 3D Acceleration Support

Posted: 15. Nov 2009, 23:17
by frank1119
Postby viniosity » 27. Oct 2009, 14:42

DirectDraw Acceleration: Enabled
Direct3D Acceleration: Not Available
AGP Texture Acceleration: Not Available
Did you install the Virtualbox extensions in Safe Mode? This is required, otherwise Windows will silently replace some libraries...

Re: 3D Acceleration Support

Posted: 15. Nov 2009, 23:19
by Technologov
This is NOT required. It works from normal mode too...

Direct3D acceleration in VBox is incomplete... so dxdiag doesn't see it. Run 3DMark 2001.

Re: 3D Acceleration Support

Posted: 16. Nov 2009, 12:14
by frank1119
New postby Technologov » 15. Nov 2009, 22:19
This is NOT required. It works from normal mode too...
Technolov is right. It used to be necessary, but appearantly not in version 3.0.10. Sorry for confusing things.