You are not logged in.
Hello,
I have updated the xorg and the virtualbox-archlinux-additions-4.1.4-2 and virtualbox-archlinux-modules-4.1.4-2 but it doesn't work. The vboxvideo driver seems to be outdated. The gdm doesn't come up.
[ 27.477] (II) LoadModule: "vboxvideo"
[ 27.477] (II) Loading /usr/lib/xorg/modules/drivers/vboxvideo_drv.so
[ 27.500] (II) Module vboxvideo: vendor="Oracle Corporation"
[ 27.500] compiled for 1.5.99.901, module version = 1.0.1
[ 27.501] Module class: X.Org Video Driver
[ 27.501] ABI class: X.Org Video Driver, version 10.0
[ 27.501] (EE) module ABI major version (10) doesn't match the server's version (11)
[ 27.501] (II) UnloadModule: "vboxvideo"
[ 27.501] (II) Unloading vboxvideo
[ 27.501] (EE) Failed to load module "vboxvideo" (module requirement mismatch, 0)
[ 27.501] (EE) No drivers available.
[ 27.501]
Fatal server error:
[ 27.501] no screens foundany idear or workaround?
Last edited by korgan1983 (2011-10-13 06:07:36)
Learn the facts, and the origins behind the facts, and make up your own damn mind. That's why you have one.
Offline
Did you rebuilt the modules?
Have you tried using IgnoreABI option?
startx -- -ignoreABILast edited by karol (2011-10-12 08:06:52)
Offline
I have done all steps mendintored in https://wiki.archlinux.org/index.php/Ar … lBox_Guest
It is not neccessary to rebuild the modules. I can try to rebuild the mkinitcpio.
EDIT: ignoreABI works, rebuild of mkinitcpio is not neccessary, because the modules are not linked in.
Last edited by korgan1983 (2011-10-12 08:19:07)
Learn the facts, and the origins behind the facts, and make up your own damn mind. That's why you have one.
Offline
well, it should work out of the box. i just tried it.
do pacman -Qo /usr/lib/xorg/modules/drivers/vboxvideo_drv.so
the driver in virtualbox-archlinux-additions is in /usr/lib/xorg/modules/drivers/vboxvideo.so so i guess you used the guest additions from the iso and did ./VBox...run some time ago
Give what you have. To someone, it may be better than you dare to think.
Offline
well, it should work out of the box. i just tried it.
do pacman -Qo /usr/lib/xorg/modules/drivers/vboxvideo_drv.so
the driver in virtualbox-archlinux-additions is in /usr/lib/xorg/modules/drivers/vboxvideo.so so i guess you used the guest additions from the iso and did ./VBox...run some time ago
Yes, I used till a few months ago the vbox iso, I will try tomorrow the pacman -Qo command, thank you in advance and will report the results!
Learn the facts, and the origins behind the facts, and make up your own damn mind. That's why you have one.
Offline
Hey I had the same problem (over here). Sure enough, vboxvideo_drv.so was the culprit, you should be safe deleting it (or mv'ing it some place safe until you're sure it works) after installing virtualbox-archlinux-additions.
Last edited by mitch_feaster (2011-10-13 00:29:40)
Offline
Hello and good morning,
thank you for your help, its solved.
pacman -Qo /usr/lib/xorg/modules/drivers/vboxvideo_drv.sodid NOT work, because it can't be found a package to that file. Removing the libs of vboxguestadditions in /opt/ has worked, also cleaning up the links from /usr/lib/xorg/modules/drivers/. At that step I also cleaned up older versions of the iso guest additions (there where 3...)
In future I will only use the arch package for the guest additions, that works better than the iso files. Thank you for that great work!
Learn the facts, and the origins behind the facts, and make up your own damn mind. That's why you have one.
Offline