Opened 13 years ago
Closed 12 years ago
#10901 closed defect (invalid)
vboxvideo fails to auto-load on Ubuntu 12.10 Guest
Reported by: | darkxst | Owned by: | |
---|---|---|---|
Component: | guest additions | Version: | VirtualBox 4.1.22 |
Keywords: | drm driver 3D | Cc: | |
Guest type: | other | Host type: | other |
Description
On Ubuntu 12.10 beta, the virtualbox 3D driver fails to auto-load. Unless its manually added to /etc/modules.
Since vboxvideo does not export modalias, udev does not know how to find the correct driver.
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | vbox.patch added |
---|
comment:1 by , 13 years ago
Ubuntu 12.10 runs X.org 1.13 and this one is not yet supported by the VirtualBox Guest Additions. And that's the actual reason why the drm module does not load.
comment:2 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Actually by design (of the kernel graphics subsystem) vboxvideo.ko is not supposed to autoload. It is loaded manually by X.Org when needed.
patch to export modalias, so udev can autoload vbox drm driver