You are not logged in.
just did 'pacman -Syu" and LOTS of xorg and xf86 packages were updated. this arch machine is a vbox guest. after the upgrade, vboxvideo refuses to load and run, so X11 crashes. rebuilt the guest additions against this new xorg set, but still have the same problem.
I don't want to spend all day trying to guess which xorg or xf86 packages need to be downgraded...is there a simple way to back this upgrade out? am I simply screwed until vbox catches up?
-dvh
Offline
Seems you may need to do more downgrading https://bbs.archlinux.org/viewtopic.php?pid=1174410
If virtualbox packages are out of date, please mark them as such.
Offline
my problem is a little different in that I am not using [testing]. kernel is 3.5.6-1. i do not use the guest-additions from any repository. I am running VirtualBox on a MAC and i download new VBox releases when the VBox app tells me there is a new version. at the same time, I download the new guest-additions iso and install that in my arch guest. maybe there is a better way from the arch perspective? should I be installing the guest-additions from the arch package?
Offline
Offline
thanks, but I don't think it is an xorg.conf problem. the Xorg.0.log file indicates an error trying to load vboxvideo, which it should be loading. vboxvideo is built from the guest additions. i think that the xorg upgrade is running ahead of and in conflict with the vbox guest additions. believe I either need to back out the xorg upgrade or WAIT until vbox catches up. I must be using an incorrect procedure in order to end up with this conflict.
-dvh
Offline
The virtualbox video module doesn't support xorg-server 1.13. They said they were going to add it a month ago, but nothing yet.
Offline
thank you for the info. as i suspected. so my only choices are:
1) back out the multiple package upgrade, or
2) wait.
-dvh
Offline
This fix (downgrading 3 packages) has solved the problem for me:
pacman -U xorg-server-common-1.12.4-1-i686.pkg.tar.xz
pacman -U xf86-input-evdev-2.7.3-1-i686.pkg.tar.xz
pacman -U xorg-server-1.12.4-1-i686.pkg.tar.xz
Offline
fixed, it seems, by the latest virtualbox-guest-utils update. I am honestly impressed by the timing!
rebuilt the modules for my custom kernel with >dkms install vboxguest/4.2.0
Offline
Fix confirmed - new vbox guest versions are:
virtualbox-guest-modules 4.2.0-6
virtualbox-guest-utils 4.2.0-4
Just did a general update, unignored xorg in pacman.conf, held my breath and... it worked.
Yep, that was fast!
Last edited by Dave B (2012-10-16 10:29:31)
Offline