Problems with OpenGL

Discussions about using Windows guests in VirtualBox.
VM-101
Posts: 10
Joined: 27. Apr 2009, 18:35
Primary OS: Ubuntu 8.04
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 7

Problems with OpenGL

Post by VM-101 »

Hello everyone! :)

I just got the new VirtualBox 3.0.2, and tried to run an OpenGL game without success :(
(Train Your Brain with Dr Kawashima game)

Then I decided to run an OpenGL benchmark (FurMark 1.6.5) which also doesn't work...?

Host OS: Ubuntu 8.0.4
Guest OS: Windows 7

Any ideas/suggestions/solutions? :)
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Problems with OpenGL

Post by Sasquatch »

Just a couple of things. First, does the Host have hardware OpenGL capabilities? So check your video card (if it's intel, you're out of luck, get a better one) and it's driver. Not all open sourced drivers provide OpenGL. ATi cards for example still don't have proper hardware OpenGL features. No idea about nVidia's open source drivers.
Other option: did you enable 3D for the Guest?
Last one: Did you install the GA?
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
VM-101
Posts: 10
Joined: 27. Apr 2009, 18:35
Primary OS: Ubuntu 8.04
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 7

Re: Problems with OpenGL

Post by VM-101 »

Does the Host have hardware OpenGL capabilities?
I really hope so :)

Code: Select all

lspci | grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc Unknown device 7196
It's ATI Mobility Radeon X1350 (using fglrx driver)
For example, Compiz works like a charm..
ATi cards for example still don't have proper hardware OpenGL features.
Yikes, does this mean the driver is the problem? :S
Did you enable 3D for the Guest?
Yes, Settings -> Display -> Enable 3D Acceleration
Did you install the GA?
Sorry, GA? :roll:
VM-101
Posts: 10
Joined: 27. Apr 2009, 18:35
Primary OS: Ubuntu 8.04
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 7

Re: Problems with OpenGL

Post by VM-101 »

Guest Additions installed, yes.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Problems with OpenGL

Post by Sasquatch »

VM-101 wrote:
ATi cards for example still don't have proper hardware OpenGL features.
Yikes, does this mean the driver is the problem? :S
No, I was referring to the Open Source drivers. I am forced to use those because ATi decided to not support my card anymore (Mobility Radeon x1400). I really hate ATi for that. nVidia seems to be able to support their GeForce2 and TNT cards up to this day, why can't ATi do the same?

Anyway, check the forums here for a link to the Windows version of glxgears. Hint: use google ;). If that runs fairly well, then you have OGL, if it doesn't run at all, you don't. Another thing you can test is to install a Linux VM and enable/install Compiz on it with the GA installed and 3D enabled. If you get a white screen or similar, then you don't have proper OpenGL.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
VM-101
Posts: 10
Joined: 27. Apr 2009, 18:35
Primary OS: Ubuntu 8.04
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 7

Re: Problems with OpenGL

Post by VM-101 »

Hmh!
I used this one: http://lab.bachem-it.com/opengl/qtgears/

...and guess what... after clicking qtgears.exe nothing happens :roll:

Any suggestions?
ashadocat
Posts: 8
Joined: 15. Jul 2009, 00:00
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: windows xp, windows 7, ubuntu

Re: Problems with OpenGL

Post by ashadocat »

I'm having the same trouble. I have an ati x1250 and the game in question is oni. I'm running the open source drivers, they work fine with compiz though, are they the problem? I can't use the proprietary drivers in there current state...
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Problems with OpenGL

Post by Sasquatch »

ashadocat wrote:I'm having the same trouble. I have an ati x1250 and the game in question is oni. I'm running the open source drivers, they work fine with compiz though, are they the problem? I can't use the proprietary drivers in there current state...
You've just been screwed by ATi. My x1400 gives the same problem. OpenGL just fine on the Host, but the VM can't use it. Mostly, because the OS drivers don't use direct hardware, which is needed.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
VM-101
Posts: 10
Joined: 27. Apr 2009, 18:35
Primary OS: Ubuntu 8.04
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 7

Re: Problems with OpenGL

Post by VM-101 »

Does this mean there is no solution at the moment?
Are the developers (of VB) aware of this? Is there maybe a fix in progress somewhere in the background? 8)
Nille02
Posts: 64
Joined: 9. May 2008, 15:00
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu, Windows

Re: Problems with OpenGL

Post by Nille02 »

Sasquatch wrote:No, I was referring to the Open Source drivers. I am forced to use those because ATi decided to not support my card anymore (Mobility Radeon x1400). I really hate ATi for that. nVidia seems to be able to support their GeForce2 and TNT cards up to this day, why can't ATi do the same?
This is not true your card works with the fglrx 8.3 and the Nvidia legaci drivers are out of date to. And about the ATI OS Driver MostAwesomeDude is working on an the Gallium3D Driver for r3XX-r5xx so in the near Future you has OGL 2.1 or if the Hardware can this OGL3. And this is only possible because ATI provide Documentations and Developers to the Community and Nvidia does nothing ;) and the OS Driver nv is an Joke.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Problems with OpenGL

Post by Sasquatch »

Nille02 wrote:
Sasquatch wrote:No, I was referring to the Open Source drivers. I am forced to use those because ATi decided to not support my card anymore (Mobility Radeon x1400). I really hate ATi for that. nVidia seems to be able to support their GeForce2 and TNT cards up to this day, why can't ATi do the same?
This is not true your card works with the fglrx 8.3 and the Nvidia legaci drivers are out of date to. And about the ATI OS Driver MostAwesomeDude is working on an the Gallium3D Driver for r3XX-r5xx so in the near Future you has OGL 2.1 or if the Hardware can this OGL3. And this is only possible because ATI provide Documentations and Developers to the Community and Nvidia does nothing ;) and the OS Driver nv is an Joke.
Fgrlx 8.3 does not work on Jaunty, nor any new kernels. So yes, I'm screwed by them.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Nille02
Posts: 64
Joined: 9. May 2008, 15:00
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu, Windows

Re: Problems with OpenGL

Post by Nille02 »

Sasquatch wrote:Fgrlx 8.3 does not work on Jaunty, nor any new kernels. So yes, I'm screwed by them.
You are not forced to use ubuntu 9.4 or higher. and it was known that the fglrx in jaunty doenst support you card anymore.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Problems with OpenGL

Post by Sasquatch »

Nille02 wrote:
Sasquatch wrote:Fgrlx 8.3 does not work on Jaunty, nor any new kernels. So yes, I'm screwed by them.
You are not forced to use ubuntu 9.4 or higher. and it was known that the fglrx in jaunty doenst support you card anymore.
This is a discussion for another time.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
VM-101
Posts: 10
Joined: 27. Apr 2009, 18:35
Primary OS: Ubuntu 8.04
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 7

Re: Problems with OpenGL

Post by VM-101 »

VM-101 wrote:Does this mean there is no solution at the moment?
erm..... *BUMP* ?
Post Reply