Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xf86-video-modesetting: generic video driver for modesetting. #33

Merged
merged 1 commit into from Sep 17, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions driver/xf86-video-modesetting/BUILD
@@ -0,0 +1,6 @@
(
. /etc/profile.d/x11r7.rc &&

default_build

) > $C_FIFO 2>&1
1 change: 1 addition & 0 deletions driver/xf86-video-modesetting/DEPENDS
@@ -0,0 +1 @@
depends xorg-server
16 changes: 16 additions & 0 deletions 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