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

Discussions about using Linux guests in VirtualBox.
Post Reply
rossmpersonal
Posts: 9
Joined: 20. Jul 2017, 03:49
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Ubuntu® 14.04 LTS, Trusty Tahr

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

Post 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.
Attachments
Xorg.0.log
(26.19 KiB) Downloaded 46 times
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

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

Post 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
rossmpersonal
Posts: 9
Joined: 20. Jul 2017, 03:49
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Ubuntu® 14.04 LTS, Trusty Tahr

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

Post 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?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

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

Post 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?
jabotton
Posts: 1
Joined: 19. Sep 2017, 18:04

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

Post 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?
JiF_Brodeur
Posts: 81
Joined: 19. Sep 2017, 03:37

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

Post 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
adrelanos
Posts: 22
Joined: 9. Sep 2018, 09:48

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

Post 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.
Post Reply