Hello everyone! I found a problem about Xorg 3d that the graphics would crash if you open an application such as firefox, or you quit an application which requires 3d acceleration, but the problem would not appear if you only load Xorg-7.6. I use Intel HD 3000 graphics. In fact, it is the problem with xf86-video-intel. I solved this problem by compiling a new xf86-video-intel. Get the source tarball from
ftp://ftp.x.org/pub/individual/driver/xf86-video-intel-2.15.0.tar.bz2 (I tried all the versions and found that this version is the most recent and stable one.) then load compiletc.tcz, pixman-dev.tcz, udev-dev.tcz and libxcb-util-dev.tcz, you can also get the source of intel-gen4asm and compile it which only requires compiletc.tcz before compiling (recommended, as it can improve the performance.) and you needn't make a package of gen4asm because it is only used during compiling the driver. You need to add --with-xorg-module-dir=/usr/local/lib/X11/modules after configure command. Then create your own package xf86-video-intel.tcz. It requires libx11-xcb.tcz and udev-lib.tcz and add these to old xf86-video-intel.tcz.dep.
Enjoy yourselves! I hope this post can help some guys with this problem.