VirtualBox

Opened 12 years ago

Closed 8 years ago

#10755 closed defect (obsolete)

OpenGL Draw Over Everything else

Reported by: GortiZ Owned by:
Component: guest additions Version: VirtualBox 4.1.18
Keywords: opengl Cc:
Guest type: Linux Host type: Windows

Description

In a clean installation of a Kubuntu 12.04 guest in a Windows 7 x64 host, when you start an opengl software it will draw over everything. Attached you'll find a png showing the glxgears drawing over konsole and kcalc (kcalc is the "in use" window as you can see from the blu glare around it), and a text file containing the output of glxinfo software. If you need any other information please ask. Regards, GortiZ

Attachments (2)

opengl_bug.jpg (443.1 KB ) - added by GortiZ 12 years ago.
Destkop view
opengl_bug_glxinfo.txt (18.0 KB ) - added by GortiZ 12 years ago.
glxinfo software output

Download all attachments as: .zip

Change History (5)

by GortiZ, 12 years ago

Attachment: opengl_bug.jpg added

Destkop view

by GortiZ, 12 years ago

Attachment: opengl_bug_glxinfo.txt added

glxinfo software output

comment:1 by micgat, 12 years ago

I have the same problem with Xubuntu 12.04 guest on a Mac OS X 10.8.2 host machine. Switching off 3D acceleration helps in my case, but causes other issues because OpenGL is required for some of the software I'm using.

comment:2 by Kris Thielemans, 12 years ago

I see related problems with VBox 4.2.0. Host OS Windows7, Guest OS Ubuntu 11.10. I'm trying to use Mayavi2 from python with mlab, trying some of the examples on http://docs.enthought.com/mayavi/mayavi/mlab.html#simple-scripting-with-mlab.

In my case, for the simplest demo, mayavi opens a window, but it's empty. It's only when I resize it that I see the figure, but it's not in the window (it's at the bottom left corner). (I can't seem to take a screenshot of this). Here's what I type

$ ipython -pylab -wthread
Python 2.7.2+ (default, Jul 20 2012, 22:15:08) 
Type "copyright", "credits" or "license" for more information.

IPython 0.10.2 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object'. ?object also works, ?? prints more.

  Welcome to pylab, a matplotlib-based Python environment.
  For more information, type 'help(pylab)'.

In [1]: from mayavi import mlab
In [2]: from numpy import random
In [3]: 
In [4]: @mlab.show
   ...: def image():
   ...:        mlab.imshow(random.random((10, 10)))
   ...: 

In [5]: image()
OpenGL Warning: No pincher, please call crStateSetCurrentPointers() in your SPU

Note that after resizing/closing the window or restarting ipython, usually these problems do not appear.

comment:3 by aeichner, 8 years ago

Resolution: obsolete
Status: newclosed

Please reopen if still relevant with a recent VirtualBox release.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use