Page 1 of 1

(EE) Failed to load module "vboxvideo" (module does not exist, 0)

Posted: 18. Sep 2017, 15:52
by rossmpersonal
I am running a CentOS 7 guest(latest version and patches) on VirtualBox Version 5.1.28 r117968 (Qt5.6.2) with the latest extension pack and guest additions on a Mac OS 10.11 host.

I am concerned because Xorg.0.log contains the error: "(EE) Failed to load module "vboxvideo" (module does not exist, 0)"

rcvboxadd setup does not solve the problem or produce any relevant errors.


How do I fix or troubleshoot this problem? Do I just need to create a symlink to help it find the "vboxvideo" module?

I have attached my Xorg.0.log file.

Re: (EE) Failed to load module "vboxvideo" (module does not exist, 0)

Posted: 18. Sep 2017, 16:20
by Perryg
That error is not necessarily a fatal one. Can you describe what you are seeing that makes you think there is an actual issue? Is 3D acceleration enabled in the guest settings?

Also post the results of the following issued from the guests terminal:

Code: Select all

glxinfo | grep OpenGL

Re: (EE) Failed to load module "vboxvideo" (module does not exist, 0)

Posted: 18. Sep 2017, 17:00
by rossmpersonal
Perryg wrote:That error is not necessarily a fatal one. Can you describe what you are seeing that makes you think there is an actual issue?

Code: Select all

[    64.768] (II) LoadModule: "vboxvideo"
[    64.768] (WW) Warning, couldn't open module vboxvideo
[    64.768] (II) UnloadModule: "vboxvideo"
[    64.768] (II) Unloading vboxvideo
[    64.768] (EE) Failed to load module "vboxvideo" (module does not exist, 0)
Perryg wrote:Is 3D acceleration enabled in the guest settings?
Yes.
Perryg wrote: Also post the results of the following issued from the guests terminal:

Code: Select all

glxinfo | grep OpenGL

Code: Select all

OpenGL vendor string: Humper
OpenGL renderer string: Chromium
OpenGL version string: 2.1 Chromium 1.9
OpenGL shading language version string: 1.20
OpenGL extensions:
I am also concerned about:

Code: Select all

    64.771] (II) Loading sub module "glamoregl"
[    64.771] (II) LoadModule: "glamoregl"
[    64.771] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[    64.777] (II) Module glamoregl: vendor="X.Org Foundation"
[    64.777] 	compiled for 1.19.3, module version = 1.0.0
[    64.777] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    64.777] (II) glamor: OpenGL accelerated X.org driver based.
[    64.828] (II) glamor: EGL version 1.4 (DRI2):
[    64.828] EGL_MESA_drm_image required.
[    64.829] (EE) modeset(0): glamor initialization failed
[
Is there a package I need to install to get EGL_MESA_drm_image?

Re: (EE) Failed to load module "vboxvideo" (module does not exist, 0)

Posted: 18. Sep 2017, 17:09
by Perryg
All indications are the guest is working as it should within VirtualBox. "glamoregl" is not a part of VirtualBox so I can not address that issue with you here. So I still need to ask what makes you think there is an issue other than the logs you are looking at? Does the guest actually work and does it scale properly?

Re: (EE) Failed to load module "vboxvideo" (module does not exist, 0)

Posted: 19. Sep 2017, 21:42
by jabotton
I have similar issue to rossmpersonal. Although, the failure to load "vboxvideo" module isn't fatal, but I would like to fix this problem, so `vboxvideo_drv.so` can be found by Xorg server. Would someone please direct me to the right direction to do so?

Re: (EE) Failed to load module "vboxvideo" (module does not exist, 0)

Posted: 23. Sep 2017, 18:46
by JiF_Brodeur
Hi, from other posts in the forums, it seems that there is an issue with VBox video driver and X11 1.19.x, the virtual machine will work but the video will not be able to be resized. We are awaiting any confirmation from development...
Thanks
Jean-Frs

Re: (EE) Failed to load module "vboxvideo" (module does not exist, 0)

Posted: 8. Mar 2020, 15:33
by adrelanos
JiF_Brodeur wrote:Hi, from other posts in the forums, it seems that there is an issue with VBox video driver and X11 1.19.x, the virtual machine will work but the video will not be able to be resized. We are awaiting any confirmation from development...
Thanks
Jean-Frs
https://www.virtualbox.org/ticket/17777 says it's a non-issue.