From owner-freebsd-x11@freebsd.org Tue Jan 24 19:26:45 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D3A1CBFF2B for ; Tue, 24 Jan 2017 19:26:45 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 720A91C5D for ; Tue, 24 Jan 2017 19:26:45 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: by mailman.ysv.freebsd.org (Postfix) id 6C4A5CBFF28; Tue, 24 Jan 2017 19:26:45 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69976CBFF26; Tue, 24 Jan 2017 19:26:45 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 639AA1C5B; Tue, 24 Jan 2017 19:26:44 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from yggdrasil.alkumuna.eu (unknown [IPv6:2a01:e35:8a74:6e70:232:36ff:fe5c:3a87]) by smtp1-g21.free.fr (Postfix) with ESMTPS id 6E4F7B0055A; Tue, 24 Jan 2017 20:26:33 +0100 (CET) Received: from freedom.alkumuna.eu ([IPv6:2a01:e35:8a74:6e70:62a4:4cff:fe54:b212]) (authenticated bits=0) by yggdrasil.alkumuna.eu (8.15.2/8.15.2) with ESMTPSA id v0OJQSDI031036 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 24 Jan 2017 20:26:32 +0100 (CET) (envelope-from mazhe@alkumuna.eu) Date: Tue, 24 Jan 2017 20:26:27 +0100 From: Matthieu Volat To: Pete Wright Cc: Baptiste Daroussin , ports@FreeBSD.org, x11@FreeBSD.org Subject: Re: CFT upgrade to xorg 1.18.4 and newer intel/ati DDX Message-ID: <20170124202627.268bdaa0@freedom.alkumuna.eu> In-Reply-To: References: <20170123235516.o5lvu3sfwq5r5tsq@ivaldir.etoilebsd.net> <20170124095555.13772b01@freedom.alkumuna.eu> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/LjWMV5AufYWUXwNa92EpCik"; protocol="application/pgp-signature" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alkumuna.eu; s=default; t=1485285992; bh=VbKKB3MeMtMpWKm5FBx7xDSgNOt8KhX99lfnu7/3CnM=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References:MIME-Version:Content-Type; b=heE3pLqnT8IQwgRwIgl/sjF+sb7TXmTnYEdKqeQBtFP3PlLNkLabM4CfDNKEnYSd01xAmS1A9VA/PET2PYDJcaV2DRWd/iDNxMRanzV2niMZJ4F8fShILGQvxGYeQpOrvkZOV6zf5POldHGx1Sq39C9/BqAUED/zK6bEHUQk5tY= X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2017 19:26:45 -0000 --Sig_/LjWMV5AufYWUXwNa92EpCik Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 24 Jan 2017 11:12:56 -0800 Pete Wright wrote: > On 01/24/2017 00:55, Matthieu Volat wrote: > > On Tue, 24 Jan 2017 00:55:16 +0100 > > Baptiste Daroussin wrote: > > > >> Hi all, > >> > >> This is a call for testing for newer Xorg along with newer drivers: in= tel and > >> ati. > >> > >> The patch against the head ports: https://people.freebsd.org/~bapt/new= xorg.diff > >> > >> Note that you would need to rebuild all the xf86-* packages to work wi= th that > >> newer xorg (hence the bump of the revision) > >> > >> Do not expect newer gpu supported as this is not the kernel part. > >> > >> If you experience any issue with intel or radeon driver please try to = use the > >> new modesetting driver provided by xorg directly (note that fedora and= debian > >> recommands to use that new driver instead of the ati/intel one) > >> > >> To use that driver: > >> > >> cat /usr/local/etc/xorg.conf.d/modesetting.conf > >> Section "Device" > >> Identifier "Card0" > >> Driver "modesetting" > >> EndSection > >> > >> You need to first load the kms driver eiter via loader.conf or manuall= y via > >> kldload > >> > >> Best regards, > >> Bapt of behalf of the X11 team > > Looks good with x11/nvidia driver! >=20 > Hi Matthieu - did you run into any issues building components from=20 > x11-drivers? specifically i'm running into this error when attempting=20 > to build x11-drivers/xf86-input-mouse x11-drivers/xf86-video-vesa (among= =20 > others): >=20 > from vesa build log: > > checking if DPMSExtension is defined... yes > checking for XORG... no > configure: error: Package requirements (xorg-server >=3D 1.6 xproto=20 > fontsproto randrproto renderproto xextproto) were not met: >=20 > Package dri3proto was not found in the pkg-config search path. > Perhaps you should add the directory containing `dri3proto.pc' > to the PKG_CONFIG_PATH environment variable > Package 'dri3proto', required by 'xorg-server', not found >=20 >=20 > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > >=20 > It's odd because xorg-server built fine as did dri3proto - so I'm not=20 > sure why its not being picked up by poudriere when i attempt to build=20 > these packages. >=20 > Cheers! > -pete >=20 Hmm, I did not have the issue when I rebuilt ports, but you're right: it se= ems that dri3proto should be added to ${PORTSDIR}/Mk/bsd.xorg.mk line 61 US= E_XORG flags... I think I missed the problem since xorg-server must have brought the depend= ancy that was not removed from my system until I ran "pkg autoremove". -- Matthieu Volat --Sig_/LjWMV5AufYWUXwNa92EpCik Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iFwEARECAB0WIQTxuiqPSkQnzRDOjsP4Q0N5gpmLfgUCWIeqYwAKCRD4Q0N5gpmL fo4RAJdGF9fe1kbkL+JF0d3qHeLF0Y2qAKChj/VdhM1eSZcPYMar83B1aGhW5w== =2Zgg -----END PGP SIGNATURE----- --Sig_/LjWMV5AufYWUXwNa92EpCik--