[Lunar-commits] <moonbase-xorg> xf86-video-modesetting: generic video driver for modesetting.

Florin Braescu florin at lunar-linux.org
Sun Sep 16 12:48:18 CEST 2012


commit a4d338d02a6192025972f6c518f01ffb1613d663
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 16 Sep 2012 03:48:18 -0700
URL: https://github.com/lunar-linux/moonbase-xorg/commit/a4d338d02a6192025972f6c518f01ffb1613d663

xf86-video-modesetting: generic video driver for modesetting.
---
  driver/xf86-video-modesetting/BUILD   | +6/-0     
  driver/xf86-video-modesetting/DEPENDS | +1/-0     
  driver/xf86-video-modesetting/DETAILS | +16/-0    
  3 files changed, 23 insertions(+)

--- /dev/null
+++ b/driver/xf86-video-modesetting/BUILD
@@ -0,0 +1,6 @@
+(
+  . /etc/profile.d/x11r7.rc &&
+
+  default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/driver/xf86-video-modesetting/DEPENDS
@@ -0,0 +1 @@
+depends xorg-server
--- /dev/null
+++ b/driver/xf86-video-modesetting/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=xf86-video-modesetting
+         VERSION=0.5.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$XORG_URL/individual/driver
+      SOURCE_VFY=sha1:6ea7abf8677c9ecc6fc07a44bc1772966188e110
+   MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+        WEB_SITE=http://www.x.org
+         ENTERED=20120916
+         UPDATED=20120916
+           SHORT="The X.Org driver for modesetting video cards"
+
+cat << EOF
+This is a generic modesetting driver.
+The idea is to piggy-back the X driver on top of the DRM and Gallium3D
+drivers (DRM for modesetting and Gallium3D for Exa acceleration).
+EOF




More information about the Lunar-commits mailing list