Changes between Initial Version and Version 2 of Ticket #10693
- Timestamp:
- Oct 16, 2012 11:50:03 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10693 – Description
initial v2 6 6 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: 7 7 8 ''OpenGL Warning: No pincher, please call crStateSetCurrentPointers() in your SPU 8 {{{ 9 OpenGL Warning: No pincher, please call crStateSetCurrentPointers() in your SPU 9 10 X Error: BadDrawable (invalid Pixmap or Window parameter) 9 10 11 Major opcode: 14 (X_GetGeometry) 11 12 Resource id: 0x3e0000c 12 '' 13 }}} 13 14 14 15 Turning off the 3D acceleration removes the error but also disables 3D capability. … … 16 17 17 18 The VBox.log (attached) has many instances of 19 {{{ 20 OpenGL Warning: Trying to switch contexts when the attribute stacks 21 weren't empty. Currently, this is not supported.'' 22 }}} 18 23 19 ''OpenGL Warning: Trying to switch contexts when the attribute stacks 20 weren't empty. Currently, this is not supported.'' 24 I originally thought that [https://forums.virtualbox.org/viewtopic.php?f=3&t=46120 this] issue was the same one, but my BIOS tell me that the Intel switching feature is disabled. 21 25 22 23 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. 24 25 For additional discussion and previous troubleshooting, see issue here: https://forums.virtualbox.org/viewtopic.php?f=7&t=50124&p=228799 26 For additional discussion and previous troubleshooting, see [https://forums.virtualbox.org/viewtopic.php?f=7&t=50124&p=228799 here]. 26 27 27 28 If it helps at all, I've also encountered 3D issues in my Win7 guest on the same host.