I just found this in Xorg.0.log:

/[    37.362] (II) vboxvideo: kernel driver found, not loading./

Note that I'd previously brute force re-emerged
x11-drivers/xf86-video-vboxvideo (i.e., no -u, -U, etc).

Xorg.0.log attached.


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

[    37.251]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[    37.251] Build Operating System: Linux 5.4.66-gentoo-x86_64 x86_64 Gentoo
[    37.251] Current Operating System: Linux txm0-vb1 5.4.66-gentoo-x86_64 #1 SMP Sun Oct 18 15:18:24 CEST 2020 x86_64
[    37.251] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.66-gentoo-x86_64 root=UUID=c1c90841-2bb3-4cdd-ae13-2b52633461b1 ro
[    37.253] Build Date: 20 October 2020  02:13:15AM
[    37.255]
[    37.257] Current version of pixman: 0.40.0
[    37.262] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    37.262] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    37.282] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 22 12:58:43 2020
[    37.313] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    37.317] (==) No Layout section.  Using the first Screen section.
[    37.317] (==) No screen section available. Using defaults.
[    37.317] (**) |-->Screen "Default Screen Section" (0)
[    37.317] (**) |   |-->Monitor "<default monitor>"
[    37.319] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    37.319] (==) Automatically adding devices
[    37.319] (==) Automatically enabling devices
[    37.319] (==) Automatically adding GPU devices
[    37.320] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    37.333] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    37.333] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    37.333] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    37.333] (II) Loader magic: 0x55e4447f4c40
[    37.333] (II) Module ABI versions:
[    37.333] 	X.Org ANSI C Emulation: 0.4
[    37.333] 	X.Org Video Driver: 24.1
[    37.333] 	X.Org XInput driver : 24.1
[    37.333] 	X.Org Server Extension : 10.0
[    37.334] (II) xfree86: Adding drm device (/dev/dri/card0)
[    37.344] (--) PCI:*(0@0:2:0) 80ee:beef:0000:0000 rev 0, Mem @ 0xe0000000/33554432, BIOS @ 0x????????/131072
[    37.345] (II) LoadModule: "glx"
[    37.350] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    37.356] (II) Module glx: vendor="X.Org Foundation"
[    37.356] 	compiled for 1.20.8, module version = 1.0.0
[    37.356] 	ABI class: X.Org Server Extension, version 10.0
[    37.356] (==) Matched vboxvideo as autoconfigured driver 0
[    37.356] (==) Matched modesetting as autoconfigured driver 1
[    37.356] (==) Matched fbdev as autoconfigured driver 2
[    37.356] (==) Matched vesa as autoconfigured driver 3
[    37.356] (==) Assigned the driver to the xf86ConfigLayout
[    37.356] (II) LoadModule: "vboxvideo"
[    37.357] (II) Loading /usr/lib64/xorg/modules/drivers/vboxvideo_drv.so
[    37.357] (II) Module vboxvideo: vendor="Oracle Corporation"
[    37.357] 	compiled for 1.20.8, module version = 1.0.1
[    37.357] 	Module class: X.Org Video Driver
[    37.357] 	ABI class: X.Org Video Driver, version 24.1
[    37.357] (**) Load address of symbol "VBOXVIDEO" is 0x7f4a10c12340
[    37.357] (II) LoadModule: "modesetting"
[    37.358] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    37.358] (II) Module modesetting: vendor="X.Org Foundation"
[    37.358] 	compiled for 1.20.8, module version = 1.20.8
[    37.358] 	Module class: X.Org Video Driver
[    37.358] 	ABI class: X.Org Video Driver, version 24.1
[    37.358] (II) LoadModule: "fbdev"
[    37.358] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[    37.359] (II) Module fbdev: vendor="X.Org Foundation"
[    37.359] 	compiled for 1.20.8, module version = 0.5.0
[    37.359] 	Module class: X.Org Video Driver
[    37.359] 	ABI class: X.Org Video Driver, version 24.1
[    37.359] (II) LoadModule: "vesa"
[    37.359] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[    37.360] (II) Module vesa: vendor="X.Org Foundation"
[    37.360] 	compiled for 1.20.8, module version = 2.4.0
[    37.360] 	Module class: X.Org Video Driver
[    37.360] 	ABI class: X.Org Video Driver, version 24.1
[    37.360] (II) VBoxVideo: guest driver for VirtualBox: vbox
[    37.360] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    37.360] (II) FBDEV: driver for framebuffer: fbdev
[    37.360] (II) VESA: driver for VESA chipsets: vesa
[    37.360] (--) using VT number 7

[    37.362] (II) vboxvideo: kernel driver found, not loading.
[    37.362] (II) modeset(0): using drv /dev/dri/card0
[    37.362] (WW) Falling back to old probe method for fbdev
[    37.362] (II) Loading sub module "fbdevhw"
[    37.362] (II) LoadModule: "fbdevhw"
[    37.363] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[    37.363] (II) Module fbdevhw: vendor="X.Org Foundation"
[    37.363] 	compiled for 1.20.8, module version = 0.0.2
[    37.363] 	ABI class: X.Org Video Driver, version 24.1
[    37.364] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    37.364] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    37.364] (==) modeset(0): RGB weight 888
[    37.364] (==) modeset(0): Default visual is TrueColor
[    37.364] (II) Loading sub module "glamoregl"
[    37.364] (II) LoadModule: "glamoregl"
[    37.364] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[    37.372] (II) Module glamoregl: vendor="X.Org Foundation"
[    37.372] 	compiled for 1.20.8, module version = 1.0.1
[    37.372] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    37.580] (II) modeset(0): Refusing to try glamor on llvmpipe
[    37.582] (EE) modeset(0): glamor initialization failed
[    37.582] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[    37.583] (II) modeset(0): Output VGA-1 has no monitor section
[    37.584] (II) modeset(0): EDID for output VGA-1
[    37.584] (II) modeset(0): Manufacturer: VBX  Model: 0  Serial#: 52954432
[    37.584] (II) modeset(0): Year: 1990  Week: 1
[    37.584] (II) modeset(0): EDID Version: 1.3
[    37.584] (II) modeset(0): Digital Display Input
[    37.584] (II) modeset(0): Indeterminate output size
[    37.584] (II) modeset(0): Gamma: 2.20
[    37.584] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[    37.584] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    37.584] (II) modeset(0): Default color space is primary color space
[    37.584] (II) modeset(0): First detailed timing is preferred mode
[    37.584] (II) modeset(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    37.584] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[    37.584] (II) modeset(0): Manufacturer's mask: 0
[    37.584] (II) modeset(0): Supported detailed timing:
[    37.584] (II) modeset(0): clock: 65.9 MHz   Image Size:  0 x 0 mm
[    37.584] (II) modeset(0): h_active: 1344  h_sync: 1346  h_sync_end 1348 h_blank_end 1350 h_border: 0
[    37.584] (II) modeset(0): v_active: 808  v_sync: 808  v_sync_end 842 v_blanking: 814 v_border: 0
[    37.584] (II) modeset(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz, PixClock max 1005 MHz
[    37.584] (II) modeset(0): Monitor name: VBOX monitor
[    37.584] (II) modeset(0): EDID (in hex):
[    37.584] (II) modeset(0): 	00ffffffffffff005858000040052803
[    37.584] (II) modeset(0): 	0100010380000078eeee91a3544c9926
[    37.584] (II) modeset(0): 	0f505400000001010101010101010101
[    37.584] (II) modeset(0): 	010101010101c1194006502806300202
[    37.584] (II) modeset(0): 	0202000000000000000000fd0000c800
[    37.584] (II) modeset(0): 	c864000a202020202020000000fc0056
[    37.584] (II) modeset(0): 	424f58206d6f6e69746f720a00000010
[    37.584] (II) modeset(0): 	000a202020202020202020202020001f
[    37.584] (II) modeset(0): Printing probed modes for output VGA-1
[    37.584] (II) modeset(0): Modeline "1344x808"x60.0   88.57  1344 1416 1552 1760  808 811 821 839 -hsync +vsync (50.3 kHz P)
[    37.584] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2752 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[    37.584] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz e)
[    37.584] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[    37.584] (II) modeset(0): Modeline "1856x1392"x60.0  218.25  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[    37.584] (II) modeset(0): Modeline "1792x1344"x60.0  204.75  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[    37.584] (II) modeset(0): Modeline "2048x1152"x60.0  162.00  2048 2074 2154 2250  1152 1153 1156 1200 +hsync +vsync (72.0 kHz e)
[    37.584] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[    37.584] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz e)
[    37.584] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[    37.584] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    37.584] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    37.584] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    37.584] (II) modeset(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[    37.584] (II) modeset(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[    37.584] (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    37.584] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    37.584] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    37.584] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    37.584] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    37.584] (II) modeset(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz e)
[    37.584] (II) modeset(0): Modeline "1366x768"x60.0   72.00  1366 1380 1436 1500  768 769 772 800 +hsync +vsync (48.0 kHz e)
[    37.584] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
[    37.584] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    37.584] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    37.584] (II) modeset(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
[    37.584] (II) modeset(0): Modeline "1280x768"x60.0   68.25  1280 1328 1360 1440  768 771 778 790 +hsync -vsync (47.4 kHz e)
[    37.584] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    37.584] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    37.584] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    37.584] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    37.584] (II) modeset(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    37.584] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    37.584] (II) modeset(0): Output VGA-1 connected
[    37.584] (II) modeset(0): Using exact sizes for initial modes
[    37.584] (II) modeset(0): Output VGA-1 using initial mode 1344x808 +0+0
[    37.584] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    37.584] (==) modeset(0): DPI set to (96, 96)
[    37.584] (II) Loading sub module "fb"
[    37.584] (II) LoadModule: "fb"
[    37.585] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    37.586] (II) Module fb: vendor="X.Org Foundation"
[    37.586] 	compiled for 1.20.8, module version = 1.0.0
[    37.586] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    37.586] (II) UnloadModule: "fbdev"
[    37.586] (II) Unloading fbdev
[    37.586] (II) UnloadSubModule: "fbdevhw"
[    37.586] (II) Unloading fbdevhw
[    37.586] (II) UnloadModule: "vesa"
[    37.586] (II) Unloading vesa
[    37.587] (==) modeset(0): Backing store enabled
[    37.587] (==) modeset(0): Silken mouse enabled
[    37.587] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    37.588] (==) modeset(0): DPMS enabled
[    37.588] (II) Initializing extension Generic Event Extension
[    37.588] (II) Initializing extension SHAPE
[    37.588] (II) Initializing extension MIT-SHM
[    37.588] (II) Initializing extension XInputExtension
[    37.588] (II) Initializing extension XTEST
[    37.588] (II) Initializing extension BIG-REQUESTS
[    37.588] (II) Initializing extension SYNC
[    37.588] (II) Initializing extension XKEYBOARD
[    37.588] (II) Initializing extension XC-MISC
[    37.588] (II) Initializing extension XFIXES
[    37.588] (II) Initializing extension RENDER
[    37.588] (II) Initializing extension RANDR
[    37.588] (II) Initializing extension COMPOSITE
[    37.588] (II) Initializing extension DAMAGE
[    37.588] (II) Initializing extension MIT-SCREEN-SAVER
[    37.588] (II) Initializing extension DOUBLE-BUFFER
[    37.588] (II) Initializing extension RECORD
[    37.588] (II) Initializing extension DPMS
[    37.588] (II) Initializing extension Present
[    37.588] (II) Initializing extension DRI3
[    37.588] (II) Initializing extension X-Resource
[    37.588] (II) Initializing extension XVideo
[    37.588] (II) Initializing extension XVideo-MotionCompensation
[    37.588] (II) Initializing extension GLX
[    37.588] (II) AIGLX: Screen 0 is not DRI2 capable
[    37.594] (II) IGLX: Loaded and initialized swrast
[    37.594] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    37.594] (II) Initializing extension XFree86-VidModeExtension
[    37.594] (II) Initializing extension XFree86-DGA
[    37.594] (II) Initializing extension XFree86-DRI
[    37.594] (II) Initializing extension DRI2
[    37.594] (II) modeset(0): Damage tracking initialized
[    37.595] (II) modeset(0): Setting screen physical size to 355 x 213
[    37.688] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    37.688] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    37.688] (II) LoadModule: "libinput"
[    37.689] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[    37.692] (II) Module libinput: vendor="X.Org Foundation"
[    37.692] 	compiled for 1.20.8, module version = 0.30.0
[    37.692] 	Module class: X.Org XInput Driver
[    37.692] 	ABI class: X.Org XInput driver, version 24.1
[    37.692] (II) Using input driver 'libinput' for 'Power Button'
[    37.692] (**) Power Button: always reports core events
[    37.692] (**) Option "Device" "/dev/input/event0"
[    37.692] (**) Option "_source" "server/udev"
[    37.698] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    37.698] (II) event0  - Power Button: device is a keyboard
[    37.698] (II) event0  - Power Button: device removed
[    37.698] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[    37.698] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    37.699] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    37.699] (II) event0  - Power Button: device is a keyboard
[    37.699] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    37.699] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    37.699] (II) Using input driver 'libinput' for 'Sleep Button'
[    37.699] (**) Sleep Button: always reports core events
[    37.699] (**) Option "Device" "/dev/input/event1"
[    37.699] (**) Option "_source" "server/udev"
[    37.700] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    37.700] (II) event1  - Sleep Button: device is a keyboard
[    37.700] (II) event1  - Sleep Button: device removed
[    37.700] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input1/event1"
[    37.700] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[    37.701] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    37.701] (II) event1  - Sleep Button: device is a keyboard
[    37.701] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    37.701] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    37.701] (II) Using input driver 'libinput' for 'Video Bus'
[    37.701] (**) Video Bus: always reports core events
[    37.701] (**) Option "Device" "/dev/input/event4"
[    37.701] (**) Option "_source" "server/udev"
[    37.702] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    37.702] (II) event4  - Video Bus: device is a keyboard
[    37.702] (II) event4  - Video Bus: device removed
[    37.702] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input5/event4"
[    37.702] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    37.703] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    37.703] (II) event4  - Video Bus: device is a keyboard
[    37.703] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event5)
[    37.703] (**) VirtualBox mouse integration: Applying InputClass "libinput pointer catchall"
[    37.703] (II) Using input driver 'libinput' for 'VirtualBox mouse integration'
[    37.703] (**) VirtualBox mouse integration: always reports core events
[    37.703] (**) Option "Device" "/dev/input/event5"
[    37.703] (**) Option "_source" "server/udev"
[    37.704] (II) event5  - VirtualBox mouse integration: is tagged by udev as: Mouse
[    37.704] (II) event5  - VirtualBox mouse integration: device is a pointer
[    37.704] (II) event5  - VirtualBox mouse integration: device removed
[    37.705] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/input/input6/event5"
[    37.705] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: MOUSE, id 9)
[    37.705] (**) Option "AccelerationScheme" "none"
[    37.705] (**) VirtualBox mouse integration: (accel) selected scheme none/0
[    37.705] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
[    37.705] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
[    37.705] (II) event5  - VirtualBox mouse integration: is tagged by udev as: Mouse
[    37.706] (II) event5  - VirtualBox mouse integration: device is a pointer
[    37.706] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/js0)
[    37.706] (II) No input driver specified, ignoring this device.
[    37.706] (II) This device may have been added with another device file.
[    37.706] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event7)
[    37.706] (**) VirtualBox USB Tablet: Applying InputClass "libinput pointer catchall"
[    37.706] (II) Using input driver 'libinput' for 'VirtualBox USB Tablet'
[    37.706] (**) VirtualBox USB Tablet: always reports core events
[    37.706] (**) Option "Device" "/dev/input/event7"
[    37.706] (**) Option "_source" "server/udev"
[    37.763] (II) event7  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[    37.763] (II) event7  - VirtualBox USB Tablet: device is a pointer
[    37.763] (II) event7  - VirtualBox USB Tablet: device removed
[    37.766] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input8/event7"
[    37.766] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: MOUSE, id 10)
[    37.766] (**) Option "AccelerationScheme" "none"
[    37.766] (**) VirtualBox USB Tablet: (accel) selected scheme none/0
[    37.766] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
[    37.766] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
[    37.822] (II) event7  - VirtualBox USB Tablet: is tagged by udev as: Mouse
[    37.822] (II) event7  - VirtualBox USB Tablet: device is a pointer
[    37.823] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js1)
[    37.823] (II) No input driver specified, ignoring this device.
[    37.823] (II) This device may have been added with another device file.
[    37.823] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse1)
[    37.823] (II) No input driver specified, ignoring this device.
[    37.823] (II) This device may have been added with another device file.
[    37.823] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    37.823] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    37.823] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    37.823] (**) AT Translated Set 2 keyboard: always reports core events
[    37.823] (**) Option "Device" "/dev/input/event2"
[    37.823] (**) Option "_source" "server/udev"
[    37.823] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    37.824] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    37.824] (II) event2  - AT Translated Set 2 keyboard: device removed
[    37.824] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[    37.824] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    37.825] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    37.825] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    37.825] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event3)
[    37.825] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[    37.825] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[    37.825] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[    37.825] (**) Option "Device" "/dev/input/event3"
[    37.825] (**) Option "_source" "server/udev"
[    37.826] (II) event3  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    37.826] (II) event3  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    37.826] (II) event3  - ImExPS/2 Generic Explorer Mouse: device removed
[    37.826] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event3"
[    37.826] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 12)
[    37.826] (**) Option "AccelerationScheme" "none"
[    37.826] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[    37.826] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[    37.826] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[    37.827] (II) event3  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[    37.827] (II) event3  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[    37.827] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0)
[    37.827] (II) No input driver specified, ignoring this device.
[    37.827] (II) This device may have been added with another device file.
[    37.828] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    37.828] (II) No input driver specified, ignoring this device.
[    37.828] (II) This device may have been added with another device file.
[    37.973] (II) event0  - Power Button: device removed
[    37.973] (II) event1  - Sleep Button: device removed
[    37.973] (II) event4  - Video Bus: device removed
[    37.973] (II) event5  - VirtualBox mouse integration: device removed
[    37.973] (II) event7  - VirtualBox USB Tablet: device removed
[    37.976] (II) event2  - AT Translated Set 2 keyboard: device removed
[    37.976] (II) event3  - ImExPS/2 Generic Explorer Mouse: device removed
[    37.977] (II) UnloadModule: "libinput"
[    37.977] (II) UnloadModule: "libinput"
[    37.977] (II) UnloadModule: "libinput"
[    37.977] (II) UnloadModule: "libinput"
[    37.977] (II) UnloadModule: "libinput"
[    37.977] (II) UnloadModule: "libinput"
[    37.978] (II) UnloadModule: "libinput"
[    37.984] (II) Server terminated successfully (0). Closing log file.

Reply via email to