﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
158,Ubuntu Guest Additions Xorg Drivers,maztaim,,"After running through the install successfully for Guest additions on Ubuntu, When starting xorg I get the following:

{{{
(EE) Failed to load module ""vboxvideo"" (module does not exist, 0)
(EE) Failed to load module ""vboxmouse"" (module does not exist, 0)
(EE) No drivers available.
}}}

So I thought, must be the xorg.conf.

{{{
Section ""Input Device""
     ...
     Driver      ""vboxvideo""
     ...
EndSection

Section ""Device""
     ...
     Driver      ""vboxvideo""
     ...
EndSection
}}}

Well.  It works if I revert just those two offending lines.  So I wonder about the drivers themselves.

So I did a little more digging:

{{{
find /usr/lib/xorg -ls | grep vbox
354511  32 -rw-r--r--  1 root     root       30832 Mar  3 02:29 /usr/lib/xorg/modules/input/vboxmouse_drv.o
354273  24 -rw-r--r--  1 root     root       23092 Mar  3 02:29 /usr/lib/xorg/modules/drivers/vboxvideo_drv.o
}}}

Sadly, I don't know much else other than it APPEARS alright.  As far as I can tell, all looks as it should for an Ubuntu install...",defect,closed,other,VirtualBox 1.3.6,fixed,guest additions xorg ubuntu,,other,other
