/var/log/syslog has these vbox-relevant messages:
Oct 22 12:58:14 txm0-vb1 kernel: [ 6.351915] vboxdrv: loading
out-of-tree module taints kernel.
Oct 22 12:58:14 txm0-vb1 kernel: [ 6.352252] vboxdrv: module
verification failed: signature and/or required key missing - tainting kernel
Oct 22 12:58:14 txm0-vb1 kernel: [ 6.360935] vboxdrv: Found 1
processor cores
Oct 22 12:58:14 txm0-vb1 kernel: [ 6.386193] vboxdrv: TSC mode is
Invariant, tentative frequency 2994379794 Hz
Oct 22 12:58:14 txm0-vb1 kernel: [ 6.386195] vboxdrv: Successfully
loaded version 6.0.24 (interface 0x00290008)
Oct 22 12:58:14 txm0-vb1 kernel: [ 6.408256] vboxguest: misc device
minor 58, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000)
Oct 22 12:58:14 txm0-vb1 kernel: [ 6.408259] vboxguest: Successfully
loaded version 6.0.24_Gentoo (interface 0x00010004)
Oct 22 12:58:14 txm0-vb1 kernel: [ 6.415139] VBoxNetFlt: Successfully
started.
Oct 22 12:58:14 txm0-vb1 kernel: [ 6.428906] VBoxNetAdp: Successfully
started.
Oct 22 12:58:14 txm0-vb1 kernel: [ 6.698646] fbcon: vboxvideodrmfb
(fb0) is primary device
Oct 22 12:58:14 txm0-vb1 kernel: [ 6.702471] Console: switching to
colour frame buffer device 100x37
Oct 22 12:58:14 txm0-vb1 kernel: [ 6.703824] vboxvideo 0000:00:02.0:
fb0: vboxvideodrmfb frame buffer device
Oct 22 12:58:14 txm0-vb1 kernel: [ 6.704225] [drm] Initialized
vboxvideo 1.0.0 20130823 for 0000:00:02.0 on minor
On 10/22/20 10:47 AM, n952162 wrote:
Hello all,
Everybody told me to give up trying to update one of my guest gentoo
systems under virtualbox and *simply* reinstall it.
I did that and now, when I enter "xinit", x starts and then dies with
the message:
/MESA-LOADER: failed to open vboxvideo (search paths /usr/lib64/dri)/
/failed to load driver: vboxvideo/
Note that the vboxvideo module is loaded:
/$ lsmod | grep vbox/
*/vboxvideo 40960 1/*
/ttm 122880 1 vboxvideo/
/drm_kms_helper 217088 1 vboxvideo/
/drm 552960 4 drm_kms_helper,vboxvideo,ttm/
/vboxnetadp 28672 0/
/vboxnetflt 32768 0/
/vboxdrv 475136 2 vboxnetadp,vboxnetflt/
/vboxguest 335872 0/
but it turns out there's a vboxvideo_drv.so here:
//usr/lib64/xorg/modules/drivers/vboxvideo_drv.so/
I tried putting a symlink in /usr/lib64/dri to that, but it didn't help.
Anybody have any experience here?
TIA