[Lunar-commits] r23357 - in moonbase/trunk/xorg7/x11-drivers: . xf86-video-intel
Auke Kok
sofar at lunar-linux.org
Tue Feb 20 01:58:52 CET 2007
Author: sofar
Date: 2007-02-20 01:58:51 +0100 (Tue, 20 Feb 2007)
New Revision: 23357
Added:
moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/
moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/BUILD
moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/CONFLICTS
moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/DEPENDS
moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/DETAILS
Log:
Adding a STABLE snapshot for the intel gfx cards that compiles clean against xorg-7.2.
I'll keep the -git version handy for later when needed.
Added: moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/BUILD
===================================================================
--- moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/BUILD (rev 0)
+++ moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/BUILD 2007-02-20 00:58:51 UTC (rev 23357)
@@ -0,0 +1,8 @@
+(
+
+ . /etc/profile.d/x11r7.rc &&
+ OPTS="$OPTS --with-xserver-source=`pwd -P`" &&
+ CFLAGS="$CFLAGS -I`pwd -P`/src/parser" &&
+ default_build
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/CONFLICTS
===================================================================
--- moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/CONFLICTS (rev 0)
+++ moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/CONFLICTS 2007-02-20 00:58:51 UTC (rev 23357)
@@ -0,0 +1,7 @@
+conflicts XOrg &&
+conflicts XOrg-test &&
+conflicts XOrg-fonts-base &&
+conflicts XOrg-fonts-extra &&
+conflicts XOrg-drm &&
+conflicts XOrg-drm-cvs
+conflicts xf86-video-intel-git
Added: moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/DEPENDS
===================================================================
--- moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/DEPENDS (rev 0)
+++ moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/DEPENDS 2007-02-20 00:58:51 UTC (rev 23357)
@@ -0,0 +1,2 @@
+depends xorg-server &&
+depends mesa-lib
Added: moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/DETAILS
===================================================================
--- moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/DETAILS (rev 0)
+++ moonbase/trunk/xorg7/x11-drivers/xf86-video-intel/DETAILS 2007-02-20 00:58:51 UTC (rev 23357)
@@ -0,0 +1,25 @@
+ MODULE=xf86-video-intel
+ VERSION=1.9.90
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$MIRROR_URL
+ SOURCE_VFY=sha1:2b83fcaaed9825a1d13a77c1142775100cbc8042
+ MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+ WEB_SITE=http://www.x.org/
+ ENTERED=20060124
+ UPDATED=20070218
+ SHORT="the X.Org video driver for Intel based cards"
+
+cat << EOF
+xf86-video-i810 provides the X.Org video driver for the Intel i8xx
+and i9xx family of integrated graphics chipsets. This includes the
+i810, i815, i830, i845, i855, i865, i915, i945 and i965 series chips.
+
+The driver supports depths 8, 15, 16 and 24. All visual types are
+supported in depth 8. For the i810/i815 other depths support the
+TrueColor and DirectColor visuals.
+
+For the 830M and later, only the TrueColor visual is supported for
+depths greater than 8. The driver supports hardware accelerated 3D
+via the Direct Rendering Infrastructure (DRI), but only in depth 16
+for the i810/i815 and depths 16 and 24 for the 830M and later.
+EOF
More information about the Lunar-commits
mailing list