Are you using 32 or 64 bit? I thought packages starting "lib32-" were for multilib stuff but maybe I'm wrong.Try replacing xf86-video-driver with xf86-video-intel.Try replacing lib32-intel-dri with intel-dri.
cfr
https://bbs.archlinux.org/profile.php?id=54639
2012-06-03T00:00:32Z
Like I said, I installed xf86-video-intel and mesa, and then I added a 20-intel.conf to xorg.conf.d to use uxa over sna and xaa
payturr
https://bbs.archlinux.org/profile.php?id=62150
2012-07-23T02:29:04Z
hi,my laptop's graphics is Intel integrated HD graphics. i use the driver "xf86-video-intel"when I play video with VLC, the image shakes.my friend tell me to add "CLUTTER_PAINT=disable-clipped-redraws:disable-culling" in /etc/environment.it seems better after doing such change but the image still shakes.does anybody encounter this problem?
karol wrote:http://www.archlinux.org/packages/extra … intel-uxa/ says it replaces xf86-video-intel https://projects.archlinux.org/svntogit … 7b4c6c384f so it will be installed after you update your system.You can install the -sna version via 'pacman -S xf86-video-intel-sna' if you prefer it.But, oddly, this isn't how it seems to be working. I've updated the system.
I suspect they're referring to this patch for the video driver - but since this was from a year ago I suspect it has already been applied upstream (<- complete assumption).But either way, before you go tinkering with that, what is your video card? I see in the logs there are references to i915 (which is xf86-video-intel I believe) and nouveau (which is xf86-video-nouveau).
Tril
Here is a reduced list of packages not installed, system still operating correctly.# pacman -Syu
resolving dependencies...
looking for inter-conflicts...
Targets (5): xf86-input-evdev-2.7.3-2 xf86-video-savage-2.3.6-2 xf86-video-vesa-2.3.2-2
xorg-server-1.13.0-2 xorg-server-common-1.13.0-2
zorro
https://bbs.archlinux.org/profile.php?id=54388
2012-10-14T17:19:59Z
Did you ever find a solution to this?
Cotton
https://bbs.archlinux.org/profile.php?id=2083
2012-03-24T18:09:52Z
Could you post the output of ls -l /etc/X11/* ??
ewaller
https://bbs.archlinux.org/profile.php?id=27289
2012-12-16T03:14:42Z
I had another crash, but this time when simply browsing via Firefox. Spent a bit of time looking through logs but no luck. Then decided to try downgrading packages from the last update (see OP). Tried xorg-server and xorg-server-common first. Resulted in X not starting ("no screen found"), so I upgraded them again. Then downgraded xf86-video-intel which solved everything.