Opened 13 years ago
Closed 13 years ago
#10584 closed defect (fixed)
3d acceleration does not work with 4.1.4 additions
Reported by: | Sam Morris | Owned by: | |
---|---|---|---|
Component: | 3D support | Version: | VirtualBox 4.1.14 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Windows |
Description
When running VirtualBox 4.1.4 with Debian (Linux 3.2) and the 4.1.4 guest additions, no program is able to use OpenGL. e.g.,
$ glxinfo Error: couldn't find RGB GLX visual or fbconfig name of display: :0.0
Downgrading to the 4.1.12 guest additions (and Xorg 1.11) solves the problem.
Host is Windows 7 64-bit. Graphics card is a Radeon HD 4890.
Forwarded from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673437 since others cannot reproduce this bug in Debian.
Attachments (4)
Change History (18)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Whoops, when I said "4.1.4" I meant "4.1.14" in the bug title and description. Sorry about that.
follow-up: 10 comment:3 by , 13 years ago
could you please run some ogl app with CR_DEBUG=1 and CR_DEBUG_FILE=/path/to/log/file.log environment variables being set in guest and attach the generated log file here.
follow-up: 5 comment:4 by , 13 years ago
I am seeing this too, with a Debian Testing guest on a Windows 7 x64 / NVidia GTX 260 host. Running glxgears with the aforementioned envvars being set has no effect - I still get the same:
Error: couldn't get an RGB, Double-buffered visual
Also I have the same four dri related (EE)s in my Xorg.0.log as yrro.
btw I cannot sign onto the new SSO service with Opera - server error, contact administrator. -.-
comment:5 by , 13 years ago
comment:6 by , 13 years ago
Sorry, was writing at 3am, so my language wasn't the clearest. Setting those environment variables and running glxgears (this uses OpenGL, does it not?) does not create a log - I just get the quoted error printed to the console before glxgears quits.
by , 13 years ago
Attachment: | Debian-SID-2012-05-23-12-16-34.log added |
---|
comment:9 by , 13 years ago
My experience with this is I do have it working. But it takes some fiddling to make it happen. After an upgrade the fallback mode is the only way it works.
remove gnome-shell & gnome-panel then install gnome-shell gnome-panel restore the gnome3 functionality until the next upgrade.
Log file attached and link to discussion at: https://forums.virtualbox.org/viewtopic.php?f=3&t=49620#p225920
This was with official VBox 4.1.14 deb on Ubuntu 12.04_64 host and 4.1.14 GAs on the SID guest, but works the same on latest from SVN.
comment:10 by , 13 years ago
Replying to misha:
could you please run some ogl app with CR_DEBUG=1 and CR_DEBUG_FILE=/path/to/log/file.log environment variables being set in guest and attach the generated log file here.
I too get no debug output when these environment variables are set with the 4.1.14 guest additions installed. With 4.1.12 I see the expected debug output. Weird...
comment:11 by , 13 years ago
This is a packaging issue caused by the multiarch transition. Upgrading libgl1-mesa-dri to version 8.0.2, and then restarting X fixes it.
comment:14 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
VirtualBox's log can be seen at <http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=32;filename=wintermute-2012-05-19-15-48-02.log;att=1;bug=673437> and Xorg's log can be seen at <http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=32;filename=Xorg.0.log;att=2;bug=673437>.