Version 6 (modified by 16 years ago) ( diff ) | ,
---|
Xorg 7
Drivers
- Automated Build Script
bash -e for package in $(cat ../driver.wget) do packagedir=$(echo $package | sed 's/.tar.bz2//') tar -xf $package cd $packagedir ./configure $XORG_CONFIG \ --with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules make make install cd .. rm -rf $packagedir rm -f $package done 2>&1 | tee -a ../xorg-compile.log
- xf86-video-i810-1.6.5 doesn't compile if drm is disabled:
i830_accel.c: In function `CheckTiling': i830_accel.c:406: error: structure has no member named `front_tiled' i830_accel.c:408: error: structure has no member named `rotated_tiled' i830_accel.c:410: error: structure has no member named `BackBuffer' i830_accel.c:410: error: structure has no member named `back_tiled' i830_accel.c:413: error: structure has no member named `DepthBuffer' i830_accel.c:413: error: structure has no member named `depth_tiled' make[3]: *** [i830_accel.lo] Fehler 1 make[3]: *** Warte auf noch nicht beendete Prozesse...
- xf86-video-via-0.2.2 doesn't compile without libdrm installed:
checking for XORG... configure: error: Package requirements (xorg-server >= 1.0.99.901 xproto xvmc fontsproto libdrm randrproto renderproto xextproto) were not met: No package 'libdrm' found
Note:
See TracWiki
for help on using the wiki.