From: "Chí-Thanh Christopher Nguyễn" <chithanh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-intel/
Date: Mon, 4 Jul 2016 16:34:22 +0000 (UTC) [thread overview]
Message-ID: <1467650089.1909f4a87a7d6a7ac3d2c08fd644fc76fcd111f7.chithanh@gentoo> (raw)
commit: 1909f4a87a7d6a7ac3d2c08fd644fc76fcd111f7
Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 4 16:34:49 2016 +0000
Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Mon Jul 4 16:34:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1909f4a8
x11-drivers/xf86-video-intel: always build dri3, but default to dri2 at runtime
Bug: https://bugs.gentoo.org/show_bug.cgi?id=582544
Package-Manager: portage-2.2.28
.../xf86-video-intel-2.99.917_p20160621-r1.ebuild | 82 ++++++++++++++++++++++
1 file changed, 82 insertions(+)
diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild
new file mode 100644
index 0000000..07287fe
--- /dev/null
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DRI=dri
+XORG_EAUTORECONF=yes
+inherit linux-info xorg-2
+
+DESCRIPTION="X.Org driver for Intel cards"
+
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd -x86-fbsd"
+IUSE="debug dri3 +sna +udev uxa xvmc"
+COMMIT_ID="c28e62f94f15c9f5c4fb0744588f08ae18e4a9b5"
+SRC_URI="https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/${COMMIT_ID}.tar.xz -> ${P}.tar.xz"
+
+S=${WORKDIR}/${COMMIT_ID}
+
+REQUIRED_USE="
+ || ( sna uxa )
+"
+RDEPEND="x11-libs/libXext
+ x11-libs/libXfixes
+ >=x11-libs/pixman-0.27.1
+ >=x11-libs/libdrm-2.4.29[video_cards_intel]
+ dri3? (
+ >=x11-base/xorg-server-1.18
+ )
+ sna? (
+ >=x11-base/xorg-server-1.10
+ )
+ udev? (
+ virtual/udev
+ )
+ xvmc? (
+ x11-libs/libXvMC
+ >=x11-libs/libxcb-1.5
+ x11-libs/xcb-util
+ )
+"
+DEPEND="${RDEPEND}
+ >=x11-proto/dri2proto-2.6
+ x11-proto/dri3proto
+ x11-proto/presentproto
+ x11-proto/resourceproto"
+
+src_configure() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable debug)
+ $(use_enable dri)
+ $(use_enable dri dri3)
+ $(usex dri3 "--with-default-dri=3")
+ $(use_enable sna)
+ $(use_enable udev)
+ $(use_enable uxa)
+ $(use_enable xvmc)
+ )
+ xorg-2_src_configure
+}
+
+pkg_postinst() {
+ if linux_config_exists && \
+ kernel_is -lt 4 3 && ! linux_chkconfig_present DRM_I915_KMS; then
+ echo
+ ewarn "This driver requires KMS support in your kernel"
+ ewarn " Device Drivers --->"
+ ewarn " Graphics support --->"
+ ewarn " Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->"
+ ewarn " <*> Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver) --->"
+ ewarn " i915 driver"
+ ewarn " [*] Enable modesetting on intel by default"
+ echo
+ fi
+ if use dri3; then
+ ewarn "There are reports of crashes when using DRI3, we recommend"
+ ewarn "to be careful when enabling this option. Check the following"
+ ewarn "bugs for discussion and a workaround patch for libdrm:"
+ ewarn "https://bugs.freedesktop.org/show_bug.cgi?id=71759"
+ ewarn "https://bugs.gentoo.org/show_bug.cgi?id=582544"
+ fi
+}
next reply other threads:[~2016-07-04 16:34 UTC|newest]
Thread overview: 102+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-04 16:34 Chí-Thanh Christopher Nguyễn [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-05 1:18 [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-intel/ Matt Turner
2024-06-05 1:18 Matt Turner
2024-06-05 1:18 Matt Turner
2023-12-16 8:24 Sam James
2023-06-05 15:40 Matt Turner
2023-06-01 16:41 Arthur Zamarin
2023-06-01 16:41 Arthur Zamarin
2023-05-16 3:39 Sam James
2023-04-12 16:50 Matt Turner
2021-08-12 22:53 Robin H. Johnson
2021-05-02 15:24 Matt Turner
2021-03-09 11:31 Sam James
2021-03-09 11:23 Sam James
2021-01-15 1:34 Matt Turner
2020-06-15 15:16 Agostino Sarubbo
2020-06-15 15:00 Agostino Sarubbo
2020-05-31 19:15 Matt Turner
2020-04-06 20:15 Matt Turner
2020-04-05 10:13 Agostino Sarubbo
2020-04-05 6:09 Mikle Kolyada
2020-03-11 18:42 Matt Turner
2019-12-05 23:21 Matt Turner
2019-07-25 12:51 Aaron Bauman
2019-07-23 23:52 Matt Turner
2019-07-17 10:18 Mikle Kolyada
2019-07-10 10:30 Agostino Sarubbo
2019-04-26 21:20 Matt Turner
2019-04-26 21:20 Matt Turner
2019-03-29 21:19 Matt Turner
2019-01-20 5:43 Matt Turner
2018-05-27 23:57 Matt Turner
2018-05-12 2:45 Matt Turner
2018-05-07 19:22 Thomas Deutschmann
2018-05-06 12:30 Mikle Kolyada
2018-03-12 23:15 Sebastian Pipping
2018-03-06 2:47 Matt Turner
2018-03-02 1:20 Matt Turner
2018-03-02 1:11 Matt Turner
2018-02-22 19:02 Michał Górny
2017-10-21 1:00 Matt Turner
2017-06-01 9:13 Agostino Sarubbo
2017-05-31 13:06 Agostino Sarubbo
2017-03-16 4:43 Matt Turner
2017-03-15 19:41 Matt Turner
2017-03-04 6:49 Matt Turner
2017-03-04 6:49 Matt Turner
2017-03-04 6:49 Matt Turner
2017-02-18 12:27 Manuel Rüger
2017-01-20 18:25 Manuel Rüger
2016-12-15 12:56 Manuel Rüger
2016-12-11 11:21 Justin Lecher
2016-11-22 21:08 Manuel Rüger
2016-11-22 21:08 Manuel Rüger
2016-11-11 16:29 Manuel Rüger
2016-11-05 13:01 Manuel Rüger
2016-11-05 13:01 Manuel Rüger
2016-10-24 19:40 Manuel Rüger
2016-10-24 19:40 Manuel Rüger
2016-10-10 22:48 Manuel Rüger
2016-10-10 22:48 Manuel Rüger
2016-09-20 2:11 Richard Farina
2016-09-17 11:14 Pacho Ramos
2016-09-17 10:49 Pacho Ramos
2016-08-31 12:29 Manuel Rüger
2016-08-16 17:56 Manuel Rüger
2016-08-16 17:51 Manuel Rüger
2016-08-06 13:59 Manuel Rüger
2016-07-09 14:17 Manuel Rüger
2016-07-04 16:50 Chí-Thanh Christopher Nguyễn
2016-06-25 12:03 Manuel Rüger
2016-05-20 20:00 Manuel Rüger
2016-05-20 20:00 Manuel Rüger
2016-05-09 22:47 Manuel Rüger
2016-05-09 22:47 Manuel Rüger
2016-04-25 20:43 Manuel Rüger
2016-04-25 12:31 Chí-Thanh Christopher Nguyễn
2016-04-24 18:20 Manuel Rüger
2016-04-17 20:24 Manuel Rüger
2016-04-17 20:24 Manuel Rüger
2016-04-11 20:59 Manuel Rüger
2016-04-07 22:36 Manuel Rüger
2016-04-07 22:36 Manuel Rüger
2016-04-03 20:33 Manuel Rüger
2016-04-03 20:33 Manuel Rüger
2016-03-25 14:46 Manuel Rüger
2016-03-16 23:22 Manuel Rüger
2016-03-16 23:22 Manuel Rüger
2016-03-13 21:33 Manuel Rüger
2016-03-13 19:32 Manuel Rüger
2016-03-13 19:32 Manuel Rüger
2016-02-27 10:14 Manuel Rüger
2016-02-27 10:14 Manuel Rüger
2016-02-18 21:17 Manuel Rüger
2016-02-18 21:17 Manuel Rüger
2016-02-15 6:44 Patrick Lauer
2016-02-14 21:31 Manuel Rüger
2016-02-06 14:14 Manuel Rüger
2016-02-06 14:14 Manuel Rüger
2016-01-24 21:18 Manuel Rüger
2016-01-24 20:48 Manuel Rüger
2015-08-29 2:09 Matt Turner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1467650089.1909f4a87a7d6a7ac3d2c08fd644fc76fcd111f7.chithanh@gentoo \
--to=chithanh@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox