Opened 13 years ago
Last modified 11 years ago
#10693 closed defect
OpenGL broken with guest additions — at Initial Version
Reported by: | ryan.steele | Owned by: | |
---|---|---|---|
Component: | 3D support | Version: | VirtualBox 4.1.18 |
Keywords: | OpenGL Redhat Ubuntu | Cc: | |
Guest type: | other | Host type: | Linux |
Description
Host: Redhat 6.3 Guest: Ubuntu 12.04 VBox: 4.1.18 (Matching guest additions and extension pack installed.)
When 3D acceleration is enabled via the VirtualBox settings, OpenGL programs do not display properly in the Guest OS. The program being run in the guest (IQmol) gives the following terminal info:
OpenGL Warning: No pincher, please call crStateSetCurrentPointers() in your SPU X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 14 (X_GetGeometry) Resource id: 0x3e0000c
Turning off the 3D acceleration removes the error but also disables 3D capability.
The VBox.log (attached) has many instances of
OpenGL Warning: Trying to switch contexts when the attribute stacks
weren't empty. Currently, this is not supported.
I originally thought that this issue ( https://forums.virtualbox.org/viewtopic.php?f=3&t=46120 ) was the same one, but my BIOS tell me that the Intel switching feature is disabled.
For additional discussion and previous troubleshooting, see issue here: https://forums.virtualbox.org/viewtopic.php?f=7&t=50124&p=228799
If it helps at all, I've also encountered 3D issues in my Win7 guest on the same host.