From owner-freebsd-x11@freebsd.org Sun Jul 17 12:24:03 2016 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 8D3A2B9A4BD for ; Sun, 17 Jul 2016 12:24:03 +0000 (UTC) (envelope-from natbsd@instinctive.eu) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 231A21449 for ; Sun, 17 Jul 2016 12:24:02 +0000 (UTC) (envelope-from natbsd@instinctive.eu) Received: by mail-wm0-x241.google.com with SMTP id x83so8639998wma.3 for ; Sun, 17 Jul 2016 05:24:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=instinctive-eu.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=SCh8p9ftVFN9vchrHvRzWTiAYCz1DfJmH4rOV2SBsOU=; b=HaZpsL4i+5ZqOIPbiWV0nfmEqW4wVT+C9/u+E7n3i7G6IUPVfetvcXi45R22u90PYQ ASVPOYMketiJ6vQNqkN8yB+RcmycYqve9GOwVyCKMmgaJC8Eut4eJtT4tZyFyT9zVZpA /v7rshbFI5rn7mlSWiCGyT+YU0cBp1i3i1cWS/5Ehk6rPQ7MrixULpT8RwnqkK6grEf0 KG/ALs4dNgx2aUfJTrCRIR4wmzkWfe8PSSNvYyysPsCMrg07JSjNdpqP9kdnUO2pSoTn tGfAgkbA+pusPZoysFtca3KFY84suL0sDvhn5NtRSkAwn3BHkJKJrvO2x8c2xfe+OIIQ iddg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=SCh8p9ftVFN9vchrHvRzWTiAYCz1DfJmH4rOV2SBsOU=; b=EzFS55kSCdosJoLaatsP0WKrauvh4H3ik1pygOcX9gelUtMhFu9+uj2Ljkm/bt9yk6 RfWGYpZ1WWFHGdZaf8hFOhAbkRELuWDLH/TFzfc3JOi1v/5JpPved1e3doLBzdmva1Tx VTWJZZzj3IYqiY2tR87chvhIVdPC7mCts31TJnPfXpSFo8N2XEE4GgnBC+3Qkc6vx4Cm caNf1lujYEPTE5Sj6wgmXAnPLkb9vFboQ1ePtbAcCT/WTm00paNggMvrqTGvGAKnl3/j ODzicfjmfOHWfLtMqNmAoyBG0pMFgrRKFIH7N6CMrfVwDQ4YG2iNCYhT0q37Eg38OtwM bfNg== X-Gm-Message-State: ALyK8tJoWU/abej3m7SdJd1h5Xi/0ED9VSq2hYUfk1WANwUWorOJBXd/tbKaFnbhXdLuUg== X-Received: by 10.28.131.199 with SMTP id f190mr2034885wmd.30.1468758240620; Sun, 17 Jul 2016 05:24:00 -0700 (PDT) Received: from sigil.instinctive.eu ([2a01:4f8:a0:6025:202::1]) by smtp.gmail.com with ESMTPSA id i8sm7852197wmg.21.2016.07.17.05.23.59 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 17 Jul 2016 05:23:59 -0700 (PDT) Date: Sun, 17 Jul 2016 12:23:59 +0000 From: Natasha Kerensikova To: freebsd-x11@freebsd.org Subject: How to have accelerated graphics with Intel Celeron J1800 (Bay Trail) ? Message-ID: <20160717122359.GQ13253@nat.rebma.instinctive.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2016 12:24:03 -0000 Hello, I recently bought a fanless PC based on Intel Celeron J1800 and its embedded graphics, and now I'm asking the stupid question of how to make graphics acceleration work. As far as I can tell, this chip belongs to the microarchitecture codenamed "Bay Trail", which sits between "Ivy Bridge" and "Haswell". That's circa 2013. According to https://wiki.freebsd.org/Graphics "Ivy Bridge" is already well supported, while "Haswell" should be in 11.0, so I was reasonably hopeful to see my "Bay Trail" work. Going with a 10.3-RELEASE, I `pkg install`ed minimal graphics stuff, including xf86-video-intel, but it didn't found any screen. xf86-video-vesa does work fine but without acceleration. So I assumed that "Ivy Bridge" was the last supported microarchitecture, and that my "Bay Trail" was too recent for the driver. So I took the 11.0-BETA1 recently released, and did the same thing (I was a bit surprised to find a pkg repository, but I won't complain), but I was to see the same results. Even xf86-driver-scfb cannot find a screen. So my question is, what can I do now? Is my hardware definitely unsupported? Is there something special to do to enable the new i915? If you have the patience to cut-and-paste or link to instruction for scfb, I would welcome it was well, but I admit not having done much research (I don't even know whether `kern.vty` at "vt" means it should work or it shouldn't) so I would understand if you let me search more on it before helping in that direction. Thanks in advance for your help, Natasha From owner-freebsd-x11@freebsd.org Sun Jul 17 21:37:17 2016 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 09908B9B290 for ; Sun, 17 Jul 2016 21:37:17 +0000 (UTC) (envelope-from webmaster@aude.pl) 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 E86C216C7 for ; Sun, 17 Jul 2016 21:37:16 +0000 (UTC) (envelope-from webmaster@aude.pl) Received: by mailman.ysv.freebsd.org (Postfix) id E311AB9B28F; Sun, 17 Jul 2016 21:37:16 +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 E06BEB9B28E for ; Sun, 17 Jul 2016 21:37:16 +0000 (UTC) (envelope-from webmaster@aude.pl) Received: from mail.aude.pl (mail.aude.pl [217.17.47.146]) by mx1.freebsd.org (Postfix) with ESMTP id 7F91216C6 for ; Sun, 17 Jul 2016 21:37:15 +0000 (UTC) (envelope-from webmaster@aude.pl) Received: by mail.aude.pl (Postfix, from userid 1001) id 211E9668D4; Sun, 17 Jul 2016 23:30:36 +0200 (CEST) To: x11@freebsd.org Subject: Problems with item delivery, n.00944089 X-PHP-Originating-Script: 1001:post.php(6) : regexp code(1) : eval()'d code(17) : eval()'d code Date: Sun, 17 Jul 2016 23:30:36 +0200 From: "FedEx International Economy" Reply-To: "FedEx International Economy" Message-ID: <1a6c0463addcdea9bb2b427814802fbe@aude.pl> X-Priority: 3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2016 21:37:17 -0000 Dear Customer, This is to confirm that one or more of your parcels has been shipped. Please, open email attachment to print shipment label. Yours trully, Earl Henderson, FedEx Support Agent. From owner-freebsd-x11@freebsd.org Mon Jul 18 07:52:38 2016 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 1FF3DB9B586 for ; Mon, 18 Jul 2016 07:52:38 +0000 (UTC) (envelope-from listjm@club-internet.fr) Received: from smtp26.services.sfr.fr (smtp26.services.sfr.fr [93.17.128.20]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF55D15B7 for ; Mon, 18 Jul 2016 07:52:37 +0000 (UTC) (envelope-from listjm@club-internet.fr) Received: from [192.168.1.51] (109.0.121.78.rev.sfr.net [78.121.0.109]) by msfrf2634.sfr.fr (SMTP Server) with ESMTP id 62D101C001475; Mon, 18 Jul 2016 09:46:00 +0200 (CEST) Received: from [192.168.1.51] (109.0.121.78.rev.sfr.net [78.121.0.109]) (Authenticated sender: juanmolina@sfr.fr) by msfrf2634.sfr.fr (SMTP Server) with ESMTPA; Mon, 18 Jul 2016 09:45:58 +0200 (CEST) Authentication-Results: sfr.fr; auth=pass (PLAIN) smtp.auth=juanmolina@sfr.fr Subject: How to have accelerated graphics with Intel Celeron J1800 (Bay Trail) ? To: freebsd-x11@freebsd.org, natbsd@instinctive.eu From: Juan =?iso-8859-1?b?UmFt824=?= Molina Menor Message-ID: <578C8934.2010705@club-internet.fr> Date: Mon, 18 Jul 2016 09:45:56 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 X-sfr-mailing: LEGIT Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 07:52:38 -0000 > Hello, > > I recently bought a fanless PC based on Intel Celeron J1800 and its > embedded graphics, and now I'm asking the stupid question of how to > make graphics acceleration work. > > As far as I can tell, this chip belongs to the microarchitecture > codenamed "Bay Trail", which sits between "Ivy Bridge" and "Haswell". > That's circa 2013. > > According tohttps://wiki.freebsd.org/Graphics "Ivy Bridge" is already > well supported, while "Haswell" should be in 11.0, so I was reasonably > hopeful to see my "Bay Trail" work. > > Going with a 10.3-RELEASE, I `pkg install`ed minimal graphics stuff, > including xf86-video-intel, but it didn't found any screen. > xf86-video-vesa does work fine but without acceleration. > > So I assumed that "Ivy Bridge" was the last supported microarchitecture, > and that my "Bay Trail" was too recent for the driver. > > So I took the 11.0-BETA1 recently released, and did the same thing (I > was a bit surprised to find a pkg repository, but I won't complain), but > I was to see the same results. Even xf86-driver-scfb cannot find a > screen. > > So my question is, what can I do now? Is my hardware definitely > unsupported? Is there something special to do to enable the new i915? > > If you have the patience to cut-and-paste or link to instruction for > scfb, I would welcome it was well, but I admit not having done much > research (I don't even know whether `kern.vty` at "vt" means it should > work or it shouldn't) so I would understand if you let me search more on > it before helping in that direction. > > > Thanks in advance for your help, > Natasha Hi Natasha. Matthew Macy has done a lot of work recently to support relatively recent Intel GPUs in CURRENT. The development branch is in GitHub, I suggest you to start here: https://github.com/FreeBSDDesktop/freebsd-base-graphics/wiki As for your Bay Trail chip, there is an open bug: https://github.com/FreeBSDDesktop/freebsd-base-graphics/issues/6 Concerning the scfb driver, I’ve used it with success (but only in a Haswell chip) by just adding the following lines to xorg.conf: Section "Device" Identifier "Generic FB" Driver "scfb" # Option "NoAccel" "True" # Both work, test it EndSection Hope it helps, Juan From owner-freebsd-x11@freebsd.org Mon Jul 18 12:11:44 2016 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 5CD65B9D75A for ; Mon, 18 Jul 2016 12:11:44 +0000 (UTC) (envelope-from john.william@keyword-ranking-services.com) 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 4581219D1 for ; Mon, 18 Jul 2016 12:11:44 +0000 (UTC) (envelope-from john.william@keyword-ranking-services.com) Received: by mailman.ysv.freebsd.org (Postfix) id 44D3FB9D759; Mon, 18 Jul 2016 12:11:44 +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 44767B9D758 for ; Mon, 18 Jul 2016 12:11:44 +0000 (UTC) (envelope-from john.william@keyword-ranking-services.com) Received: from person1.keyword-ranking-services.com (person1.keyword-ranking-services.com [46.101.140.197]) by mx1.freebsd.org (Postfix) with ESMTP id DCCBC19CF for ; Mon, 18 Jul 2016 12:11:43 +0000 (UTC) (envelope-from john.william@keyword-ranking-services.com) Received: from AmitPC (unknown [125.63.92.60]) by person1.keyword-ranking-services.com (Postfix) with ESMTPA id CF2B563D8 for ; Mon, 18 Jul 2016 12:02:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=keyword-ranking-services.com; s=DEFAULT; t=1468843343; bh=v+9sGX+J/OfUuMmYkdQ6temXKKoUfcz4kLHZx8PgB6g=; h=From:To:Subject:Date:MIME-Version:Content-Type; b=PHcTDHVlU3jHbGCTNSIiB87lDt5npQqDiQNj6eQ5pq0dyx8UxGU19aTJzGhyt3Ym5 NUqjePZEUNW8Ly3Qb0Ih3aRGQ8Usj0nJGLrCWml5A0aq651Qm+oEQ5cF3HpCpDEMDH Ljy5dfEMFCXzblTHZswCYn1s62t+5PG2nCAuhabHsZkcIDH7qkURUOJMbYzdyJGzWw mWnATLHRoZ2+1JMF9dpuPwh5gmFYRm0B9BmlLYsk/XVOZfcqL3Mh3F4TzKieboezvg mfMe3VybMpcTYzVd3uGoWgf4Uixddjm40qBl1S0pUF6WE49v1fKSWWP0QrZtglKJnK PqbuAEtPgD1BA== From: "John Williams" To: Subject: Pay only when we rank your keywords on top... Date: Mon, 18 Jul 2016 17:21:50 +0530 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AdHg6hE1RNUAMOTJT+mG6LwZ68npTQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7601.17514 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 12:11:44 -0000 Hi, Greeting, SEO as we know is actually gone forever. The recent Google updates to search algorithm was a final nail in the coffin of an industry that had been in decline since the major Panda & Penguin update that affected as many as 30% of all search results. Are you dubious, or worried that your position is extreme? If YES is your answer, we have a solution for you - "Pay For Performance SEO" service, Pay only when we rank your keywords on Top searches. - No monthly fee / No contractual payout. - Assured rankings as you only pay for the results. - Pay only when we rank your keywords within Top pages. Our results 'Talk' Get your website evaluated NOW, Just reply to this email. In case you are NOT INTERESTED, reply with a NO and we'll have you removed from our database, don't worry! Thanks & Regards, John William Marketing Manger From owner-freebsd-x11@freebsd.org Mon Jul 18 21:31:33 2016 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 58697B9D31C for ; Mon, 18 Jul 2016 21:31:33 +0000 (UTC) (envelope-from natbsd@instinctive.eu) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E479A1D11 for ; Mon, 18 Jul 2016 21:31:32 +0000 (UTC) (envelope-from natbsd@instinctive.eu) Received: by mail-wm0-x236.google.com with SMTP id o80so3351356wme.1 for ; Mon, 18 Jul 2016 14:31:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=instinctive-eu.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=9ybQHw+3kWDwBQHXChdyA2h4dWbNj/tnIpMzSyS9fz8=; b=FlscH4hkyBeN2PuZsiDA26UjP3U7kW43pMpiv/PZYBRvCmwpzhzNHoQF1o3NU3ObNH 2T0XGBfn3mjZQQ7jb9Bv/2ClDyMt21pjn0Jyrr8QYoJLGJ7r3Wh93jJH1eszWU/LyU7s ChVhjyvuerGMnTw+ht7aT0vMUszBZ45GAvCJ5Pll8afiaDmbqr35fFWB2DUeJoQSOaYj KJ1ScKG0bTpoHRsQ9wBn4P2RTkkda7SqNehad8lfTro0G4gnE1o+LR9oYIA+ODd6lU+Y Si18IIKg8bE1tqtvVLnYPPAOqjHSNwEbWlWfOFlh8PsIpdtkzzBfpketWFfQkRjwi7Wm L5OQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=9ybQHw+3kWDwBQHXChdyA2h4dWbNj/tnIpMzSyS9fz8=; b=fNvU7tv6lxZtWfKRIkjxnV4pvs/vlrC0srM06Dq/H14yau9O4vQS64lFgUAld4jFxe hM1ayIDN2Hk6WEoIKfTCFx5noWIM5UCNxWr15BKfM8EBVocWfS2YzZYZY7Vg+/kH1M1Q VJA4607x2axy1brmid5hecSV/O3iTPWUaaAllecichgE5YsNsBAUFQwrOylawHUsf8Vb Q84UpwH603jGrLpCIaQlQJe4cH9h9c44o+Cc69x+W09ufuOk9O6OQgCvic7vt/h8kkEW /iaOq9TtNbrSp3uMZ7VDR3Vao1w7eVH0P1pS0iXuACqdyC1H0/k/HzuLM+cubWDL9QqS QsXg== X-Gm-Message-State: ALyK8tLH8HvrsjDsBXLYaK7ElgIkETZO6cFVzz1+DpjUVVs0821kYXRSeDr5TbLhBz6w6Q== X-Received: by 10.194.78.9 with SMTP id x9mr2924864wjw.42.1468877490713; Mon, 18 Jul 2016 14:31:30 -0700 (PDT) Received: from sigil.instinctive.eu ([2a01:4f8:a0:6025:202::1]) by smtp.gmail.com with ESMTPSA id bz3sm3191216wjc.19.2016.07.18.14.31.29 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 18 Jul 2016 14:31:29 -0700 (PDT) Date: Mon, 18 Jul 2016 21:31:29 +0000 From: Natasha Kerensikova To: freebsd-x11@freebsd.org, Juan =?iso-8859-1?Q?Ram=F3n?= Molina Menor Subject: Re: How to have accelerated graphics with Intel Celeron J1800 (Bay Trail) ? Message-ID: <20160718213129.GR13253@nat.rebma.instinctive.eu> References: <578C8934.2010705@club-internet.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <578C8934.2010705@club-internet.fr> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 21:31:33 -0000 Hello, on Monday 18 July 2016 at 09:45, Juan Ramón Molina Menor wrote: > Hi Natasha. Thanks a lot for taking the time to answer. > Matthew Macy has done a lot of work recently to support relatively > recent Intel GPUs in CURRENT. The development branch is in GitHub, I > suggest you to start here: > https://github.com/FreeBSDDesktop/freebsd-base-graphics/wiki I did encounter that page, though I admit digging seriously into it after posting to the ML. However, it looks like rather experimental stuff, which is fine by me but slightly besides my original questions. So just to be clear and be sure I correctly understood everything I came across: - Is vanilla FreeBSD 11.0 supposed/planned to support Haswell, or have I misunderstood something at some point? - Is there any definite information one way or the other about whether vanilla FreeBSD 11.0 is supposed to support Bay Trail ? - If not, was it a stretch to assume Bay Trail support when the both immediate successor (Haswell) and immediate predecessor (Ivy Bridge) are supported? I honestly thought that my 11.0-BETA1 was supposed to handle my Bay Trail, albeit with a beta-level of quality. When that outright didn't work, I tried with the vanilla 11.0-BETA1 kernel and userland the newer ports from http://www.bsddesktop.com/images/xserver-next-pkgs/, with similar results. Then I did try to compile the drm-next-4.6 branch, using wiki instructions, and found a build error beyond my understand a few hours later. > As for your Bay Trail chip, there is an open bug: > https://github.com/FreeBSDDesktop/freebsd-base-graphics/issues/6 Only an hour ago did I finish downloading the CFT image labelled 2016062423, and I think I can reproduce the bug. The funny thing is that the corruption I see "heals" over time, so I first I thought it was a fancy effect from the desktop environment (I'm not well acquainted to these fancy UIs). I guess it does dampen the motivation to try and make it work on a more vanilla release, if that's the best that can be achieved with current code... In case it is unexpected for anyone, here the difference in Xorg.0.log between CFT and 11.0-BETA1. The following line are the last common lines: [ 140.072] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: [long list snipped] [ 140.074] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000 [ 140.074] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100 [ 140.074] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300 [ 140.074] (--) Using syscons driver with X support (version 16777218.0) [ 140.074] (--) using VT number 9 following that, 11.0-BETA1 immediately complains that there is no device and no screen and aborts, while the CFT gives: [ 140.078] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20160229 Also, it might or might not be related to the corruption healing, I have (EE) [mi] EQ overflowing. Additional events will be discarded until existing events are processed. (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up the stack. (EE) [mi] mieq is *NOT* the cause. It is a victim. [ 164.765] [mi] Increasing EQ size to 1024 to prevent dropped events. [ 164.767] [mi] EQ processing has resumed after 857 dropped events. [ 164.767] [mi] This may be caused by a misbehaving driver monopolizing the server's resources. [ 170.463] (EE) intel(0): Failed to submit rendering commands (Input/output error), disabling acceleration. > Concerning the scfb driver, I’ve used it with success (but only in a > Haswell chip) by just adding the following lines to xorg.conf: > > Section "Device" > Identifier "Generic FB" > Driver "scfb" > # Option "NoAccel" "True" # Both work, test it > EndSection Thanks exactly what I did, but X couldn't start, again complaining about lack of screen. scfb driver itself reported an error "FBIOGTYPE" about an inappropriate ioctl. Unfortunately I lost the exact line when installing the CFT image, I thought it was in the backuped data but I was wrong. I can rebuild the 11.0-BETA1 given some time, if there is interest. Which leads me to the naive question: is there any reason to use scfb when vesa fits my need? The only thing I miss from 10.3-RELEASE vesa is the 2D acceleration (and maybe the video decoding, not sure how the celeron CPU fares), but I thought I read somewhere that scfb isn't really accelerated either. Am I missing something? Thanks a lot for your help, Natasha From owner-freebsd-x11@freebsd.org Mon Jul 18 21:43:00 2016 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 3230BB9D865 for ; Mon, 18 Jul 2016 21:43:00 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from mail.infocus-llc.com (mail.infocus-llc.com [199.15.120.13]) (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 100311482 for ; Mon, 18 Jul 2016 21:42:59 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tarragon.infocus-llc.com (Postfix) with ESMTPSA id 3rtc1m1mWlzht; Mon, 18 Jul 2016 16:36:28 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id 3rtc1l4R6Mz2t3; Mon, 18 Jul 2016 16:36:27 -0500 (CDT) Date: Mon, 18 Jul 2016 16:36:27 -0500 From: "Matthew D. Fuller" To: Natasha Kerensikova Cc: freebsd-x11@freebsd.org Subject: Re: How to have accelerated graphics with Intel Celeron J1800 (Bay Trail) ? Message-ID: <20160718213627.GT31921@over-yonder.net> References: <20160717122359.GQ13253@nat.rebma.instinctive.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160717122359.GQ13253@nat.rebma.instinctive.eu> X-Editor: vi X-OS: FreeBSD X-Virus-Scanned: clamav-milter 0.99 at mail.tarragon.infocus-llc.com X-Virus-Status: Clean User-Agent: Mutt/1.6.1-fullermd.4 (2016-04-27) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 21:43:00 -0000 On Sun, Jul 17, 2016 at 12:23:59PM +0000 I heard the voice of Natasha Kerensikova, and lo! it spake thus: > > As far as I can tell, this chip belongs to the microarchitecture > codenamed "Bay Trail", which sits between "Ivy Bridge" and > "Haswell". That's circa 2013. Not really related to support one way or another, but while that may be true chronologically, it's not really architecturally. Bay Trail is an Atom; that's a parallel line to the Core series that Ivy Bridge and Haswell (and the other -Bridge's and -well's) belong to. So, chronological positioning may give a hint as to what's supported, but it would only be a _hint_, since they're off on their own branch of the family tree. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-x11@freebsd.org Mon Jul 18 22:52:06 2016 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 702A3B9D5A5 for ; Mon, 18 Jul 2016 22:52:06 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-it0-x233.google.com (mail-it0-x233.google.com [IPv6:2607:f8b0:4001:c0b::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 37C7F11D9 for ; Mon, 18 Jul 2016 22:52:06 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-it0-x233.google.com with SMTP id j124so4365322ith.1 for ; Mon, 18 Jul 2016 15:52:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=aljem+DvNQsh02PWu5Cvkrjx1XGJEJ0uDlxVAQY5Hpk=; b=x963/FzaA7qXmb0+CyvRX3mZocHL7I3nCS+nTRwk8ejU/gTIMUBgMqxRvkEfFPpMRG osVjqQQYR0ljbkhlkhPCT5Vjxg4hdC/2nDfno4dPSGjNMARNSvh3dsK1P3HtfVcD2mcN 4BBMds27QLkgh4pwJFMFTPluefxZPiLvdaQvfj0GDKmXFVKKBKjgFE+IFt1rSCAOR5O/ 466JQqxl5BP6l44BCh4swTR30PJgv6vOwZLsJfCN334WCWsKc/Nc5YxGqzTN4AIqwW2L t3jPaiaHIIxQJNWLA9bAHexLPlrs1C3qfnqFLdz5hDi9F8r3LWJX2gKVcK0WLtz3jrSW D52g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=aljem+DvNQsh02PWu5Cvkrjx1XGJEJ0uDlxVAQY5Hpk=; b=Q19eRdpFlx9oTVO+4omAkv8DzA85uwk1FjMt2LsAF113brzEyOW7fnbLz6AxzTHMBr ufmKJbVCF0iKj68DBtFk4pVlRWdCmhe6wMIIi3xE3fmgwKuFwrBTFqOD5tY6yKr0nGCV j5laOKIMR2dc+9yONBOUbO5vLr58dvxS4TEZBGhiIvoScfbMlM2bNBsYovKZuVjYHle+ KGIatdVt6izO+q5MVuWWma+MqCoTSwNRBNuy2CC6UtfSfnbfz6cQE/g3dfl6+UCotesg LUHbD78QaUDeaCZogs+vEjyOgWGLXMho2AM520ofHinmgl0fQD1bSxyIK+TqmwTLXGxn ohvA== X-Gm-Message-State: ALyK8tINYsWwurCB9oIrT0n65yv932/3mDlxqdbbyxsAJFBf9PELf1s5iqMlwQvgU8BobBIal46HrdKk/OzrHg== X-Received: by 10.36.39.195 with SMTP id g186mr753047ita.53.1468882325718; Mon, 18 Jul 2016 15:52:05 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 10.79.78.213 with HTTP; Mon, 18 Jul 2016 15:52:05 -0700 (PDT) In-Reply-To: <20160718213129.GR13253@nat.rebma.instinctive.eu> References: <578C8934.2010705@club-internet.fr> <20160718213129.GR13253@nat.rebma.instinctive.eu> From: Kevin Oberman Date: Mon, 18 Jul 2016 15:52:05 -0700 X-Google-Sender-Auth: I5HN5XRtngRFO17OOWex4_45_BY Message-ID: Subject: Re: How to have accelerated graphics with Intel Celeron J1800 (Bay Trail) ? To: Natasha Kerensikova Cc: "freebsd-x11@freebsd.org" , =?UTF-8?Q?Juan_Ram=C3=B3n_Molina_Menor?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 22:52:06 -0000 On Mon, Jul 18, 2016 at 2:31 PM, Natasha Kerensikova wrote: > Hello, > > on Monday 18 July 2016 at 09:45, Juan Ram=C3=B3n Molina Menor wrote: > > Hi Natasha. > > Thanks a lot for taking the time to answer. > > > Matthew Macy has done a lot of work recently to support relatively > > recent Intel GPUs in CURRENT. The development branch is in GitHub, I > > suggest you to start here: > > https://github.com/FreeBSDDesktop/freebsd-base-graphics/wiki > > I did encounter that page, though I admit digging seriously into it after > posting to the ML. > > However, it looks like rather experimental stuff, which is fine by me > but slightly besides my original questions. > > So just to be clear and be sure I correctly understood everything I > came across: > > - Is vanilla FreeBSD 11.0 supposed/planned to support Haswell, or have > I misunderstood something at some point? > - Is there any definite information one way or the other about whether > vanilla FreeBSD 11.0 is supposed to support Bay Trail ? > - If not, was it a stretch to assume Bay Trail support when the > both immediate successor (Haswell) and immediate predecessor (Ivy > Bridge) are supported? > 11.0 is should support Haswell, but not any newer GPUs, probably including Bay Trail. Ivy Bridge is supported in 10.3 and will continue to be supported in 11.0. >From what I read, it is hoped that Bay Trail and several newer GPUs will be in 11.1. (That is the Matt Macy work which many people report works well, but clearly is not ready for release. From owner-freebsd-x11@freebsd.org Tue Jul 19 06:05:09 2016 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 A67B9B9DB46 for ; Tue, 19 Jul 2016 06:05:09 +0000 (UTC) (envelope-from john.michaels@get-expert-advice.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 94AC11AF9 for ; Tue, 19 Jul 2016 06:05:09 +0000 (UTC) (envelope-from john.michaels@get-expert-advice.com) Received: by mailman.ysv.freebsd.org (Postfix) id 906FCB9DB45; Tue, 19 Jul 2016 06:05:09 +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 90148B9DB44 for ; Tue, 19 Jul 2016 06:05:09 +0000 (UTC) (envelope-from john.michaels@get-expert-advice.com) Received: from vp1.gcm.wikaba.com (vp1.gcm.wikaba.com [198.100.30.249]) by mx1.freebsd.org (Postfix) with ESMTP id 7A72D1AF8 for ; Tue, 19 Jul 2016 06:05:08 +0000 (UTC) (envelope-from john.michaels@get-expert-advice.com) Received: from AnuragSRF (unknown [182.69.203.63]) by vp1.gcm.wikaba.com (Postfix) with ESMTPA id 71E8741B97 for ; Mon, 18 Jul 2016 19:36:37 +0400 (MSD) From: "John Michaels" To: Subject: Pay only when we rank your keywords on top... Date: Mon, 18 Jul 2016 21:04:14 +0530 Message-ID: <011301d1e10a$2b4b1b00$81e15100$@get-expert-advice.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdHg9I7w+HddJHYIRS+6rHF1hP8K7g== Content-Language: en-us Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 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, 19 Jul 2016 06:05:09 -0000 Hey, Get into action! Google's top page is waiting for you! Are you wasting your time on conventional SEO? The New Age Performance SEO is here. Forget about investing money for your SEO efforts. It's time to THINK DIFFERENT. Intrigued? Give us a hand and let us take you to your destination, i.e., Top of Search Results. Who are we? We are ResultFirst, a 10-year-old company that has never fallen short of success stories to tell. Our unique SEO model attracts customers from all geographies of the world, and we are proud to cater to the needs of every type of business belonging to whichever industry, scale, or region. What we do? We do "Pay-For-Performance SEO." You are the boss here! You get to pay only when we rank your keywords on top searches. Yes, you heard it right! - No monthly fee / No contractual payout . - FREE website analysis report. - Dedicated 24*7 support. - Only one time set up fee Why us? We are a bad business. We don't know how to earn. We believe in delivering results and helping businesses grow. Our goal is YOUR SUCCESS. Trust us, dropping a reply won't cost you a bit! We help everyone who calls up and we give a FREE website analysis report to every caller. Wanna give us a shot? Just reply to this email with your contact number and an expert will call you up. Warm Regards, John Michaels Marketing Manager ResultFirst Inc. Head Office: San Jose, CA 95120 In case you are NOT INTERESTED, reply with "UNSUBSCRIBE" and you will be removed from our database within 2 business days, don't worry! From owner-freebsd-x11@freebsd.org Tue Jul 19 06:09:12 2016 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 078E3B9DBAB for ; Tue, 19 Jul 2016 06:09:12 +0000 (UTC) (envelope-from natbsd@instinctive.eu) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9782D1BD5 for ; Tue, 19 Jul 2016 06:09:11 +0000 (UTC) (envelope-from natbsd@instinctive.eu) Received: by mail-wm0-x22b.google.com with SMTP id i5so12692209wmg.0 for ; Mon, 18 Jul 2016 23:09:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=instinctive-eu.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=q+WrT1y5AiKBUVMH933bb3SYMsh1kwyRhlf/uVqPXVc=; b=2MjE/Bqt7CEoFQzqnu+o06zceyEJ2TLeSvOs/rZJzG/kmHUhWZ9KSTomXTjLyQCpsM 9Wo6/MKXQnT45s/6wd8NDROpzp6htjKzpoJdRYTJncXq/eL/9GSGGLZwy+7yiwAnu+gw HIBNwruL+53AFe8TgCBp+iIDocMSXht07b/LYLtSwDbOaIJhOHLdeexu9LWjh6FoYpYR Kkhr2pasM66WcwE7M34U+wRQX+pRQB1Ae5tTb0M9aCWp6VsFtUtb48sbAtUwZMKNarXs sgFcH7WtP7HbOKtWI6rJXEbilo1r6fgi1ebUPWTOko9d0nAjXyUNjEJ1LJ6kckm0PrXS mtpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=q+WrT1y5AiKBUVMH933bb3SYMsh1kwyRhlf/uVqPXVc=; b=aR+nD3ThVcXKakus1E5+7SgqLQeTheCF7vjcB3hfBiWaMCzVyCTLpxLSRqms0cP2B0 JPkBRFreXPjjDRFhboyVMngPTKmcVXMSpIMoUc0N8QU4jzuijcYzqG+SMlDYzDzM/tMZ LUT+FeLNBwtvSH6e0OVivsXCodVd1WYx9yzs1C2e6sE/X0gizd/BS1AdoTXZPLctAn1A PPBkfmclsgQrydX7f7ua6S5uGPzvJDfvnClTq8ragUU1hjExTL2gqQRJF3B4lYGy7zDT sUe4uO6xIOoPZmAfPtniIEm+WlrsYF6NnARIPogFpFx6rGIfsyQ6ONjUuk08e9KIkdx8 jTBA== X-Gm-Message-State: ALyK8tLmv9wRyH0RKzLO2GNJcu10z/hTJTZ3s5yKMYmCGWrpnmq6hgvg2Jx5jVCbK3gqqQ== X-Received: by 10.28.218.67 with SMTP id r64mr1816383wmg.10.1468908549211; Mon, 18 Jul 2016 23:09:09 -0700 (PDT) Received: from sigil.instinctive.eu ([2a01:4f8:a0:6025:202::1]) by smtp.gmail.com with ESMTPSA id r8sm4788271wjj.45.2016.07.18.23.09.08 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 18 Jul 2016 23:09:08 -0700 (PDT) Date: Tue, 19 Jul 2016 06:09:07 +0000 From: Natasha Kerensikova To: Kevin Oberman Cc: "freebsd-x11@freebsd.org" , Juan =?iso-8859-1?Q?Ram=F3n?= Molina Menor Subject: Re: How to have accelerated graphics with Intel Celeron J1800 (Bay Trail) ? Message-ID: <20160719060907.GS13253@nat.rebma.instinctive.eu> References: <578C8934.2010705@club-internet.fr> <20160718213129.GR13253@nat.rebma.instinctive.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 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, 19 Jul 2016 06:09:12 -0000 Hello, on Monday 18 July 2016 at 15:52, Kevin Oberman wrote: > 11.0 is should support Haswell, but not any newer GPUs, probably including > Bay Trail. > Ivy Bridge is supported in 10.3 and will continue to be supported in 11.0. > From what I read, it is hoped that Bay Trail and several newer GPUs will be > in 11.1. (That is the Matt Macy work which many people report works well, > but clearly is not ready for release. Thanks a lot for the clarification. Is there anything more I can do with the CFT image and the corruption issue? I know C but I have never seen FreeBSD codebase and I have no clue where to start. If not, I'll go back to silently use unaccelerated vesa, waiting for the-ones-who-can to improve the situation. Thanks for your help and your contributions to this awesome OS, Natasha From owner-freebsd-x11@freebsd.org Tue Jul 19 14:32:40 2016 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 BF334B9E2AD for ; Tue, 19 Jul 2016 14:32:40 +0000 (UTC) (envelope-from t@tobik.me) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A4C74133A for ; Tue, 19 Jul 2016 14:32:40 +0000 (UTC) (envelope-from t@tobik.me) Received: by mailman.ysv.freebsd.org (Postfix) id 9E19EB9E2AA; Tue, 19 Jul 2016 14:32:40 +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 978A6B9E2A9; Tue, 19 Jul 2016 14:32:40 +0000 (UTC) (envelope-from t@tobik.me) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (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 6F15E1339; Tue, 19 Jul 2016 14:32:39 +0000 (UTC) (envelope-from t@tobik.me) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id C8B1C20541; Tue, 19 Jul 2016 10:32:38 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute3.internal (MEProxy); Tue, 19 Jul 2016 10:32:38 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=tobik.me; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=16q ncrvuY8z4rzRvRt/hkPUuKG8=; b=czCpnYxXrQjAGha27NuZkubiDsIgakZeAni mpfhDks+H9QjeaNBkvLPkkYSW0GuWL+xgW+dU+vRKyb/LJ3CyXyp3Ta532TUsai6 OvVhovA5kTrp72TiJyEozzTE7h9BXjvAuON1soNRZCfmp/i6sHT/ZWk3oYuvOFK6 jqzH2uRE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=16qncrvuY8z4rzRvRt/hkPUuKG8=; b=lsfsv RbCTDmFHEVJ7KazQxPZKLWT1eFbmi2WNCElL3JlWTUhQUv+TWb5I/WupVJYAh8wP RxnZ4Kyq5PGrHJvzRNAo1aL359Gi+yezTre85M1ZkjbfdsazruoMDVdvgQahoidw WllDC7ZRCg4Ie57rYTYbnDOARBsFdNlLz3aSno= Received: by mailuser.nyi.internal (Postfix, from userid 99) id 9503A1E381; Tue, 19 Jul 2016 10:32:38 -0400 (EDT) Message-Id: <1468938758.1929309.670653761.3FF6400F@webmail.messagingengine.com> X-Sasl-Enc: H5NNnxDHan3pvXw/ibtJX3tRcp6wK5J2DKOLqps7weL1 1468938758 From: Tobias Kortkamp To: freebsd-ports@freebsd.org, x11@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-6fae4dd4 Subject: Add NVIDIA driver to built-in Xorg configuration? Date: Tue, 19 Jul 2016 16:32:38 +0200 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 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, 19 Jul 2016 14:32:40 -0000 Hi, would it be possible to include the following patch in x11-servers/xorg-server? It adds the NVIDIA driver to the built-in X configuration. It would remove the need to have an xorg.conf on systems with an NVIDIA GPU which have to use x11/nvidia-driver. I think it's a source of unnecessary friction that doesn't really need to be there. It was deceptively simple to add, so I'm sure I'm missing something. ;-) Thanks, Tobias https://cgit.freedesktop.org/xorg/xserver/tree/hw/xfree86/common/xf86pciBus.c?id=xorg-server-1.17.4#n1187 =================================================================== --- files/patch-hw_xfree86_common_xf86pciBus.c (nonexistent) +++ files/patch-hw_xfree86_common_xf86pciBus.c (working copy) @@ -0,0 +1,10 @@ +--- hw/xfree86/common/xf86pciBus.c.orig 2016-07-19 15:37:53.698794484 +0200 ++++ hw/xfree86/common/xf86pciBus.c 2016-07-19 15:37:26.000000000 +0200 +@@ -1192,6 +1192,7 @@ + #ifdef __linux__ + driverList[idx++] = "nouveau"; + #endif ++ driverList[idx++] = "nvidia"; + driverList[idx++] = "nv"; + break; + } From owner-freebsd-x11@freebsd.org Tue Jul 19 15:09:14 2016 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 869E6B9ED5C for ; Tue, 19 Jul 2016 15:09:14 +0000 (UTC) (envelope-from kris@ixsystems.com) Received: from barracuda.ixsystems.com (barracuda.ixsystems.com [12.229.62.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.ixsystems.com", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 555B01AD3 for ; Tue, 19 Jul 2016 15:09:13 +0000 (UTC) (envelope-from kris@ixsystems.com) X-ASG-Debug-ID: 1468940952-08ca0410fd141ae0001-0Qlll1 Received: from zimbra.ixsystems.com ([10.246.0.20]) by barracuda.ixsystems.com with ESMTP id ESJgJXha1QYVNr6L (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 19 Jul 2016 08:09:12 -0700 (PDT) X-Barracuda-Envelope-From: kris@ixsystems.com X-Barracuda-RBL-Trusted-Forwarder: 10.246.0.20 X-ASG-Whitelist: Client Received: from localhost (localhost [127.0.0.1]) by zimbra.ixsystems.com (Postfix) with ESMTP id C708EE080F9 for ; Tue, 19 Jul 2016 08:09:12 -0700 (PDT) Received: from zimbra.ixsystems.com ([127.0.0.1]) by localhost (zimbra.ixsystems.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id cZ33NVIJ0nIr for ; Tue, 19 Jul 2016 08:09:12 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.ixsystems.com (Postfix) with ESMTP id 592F8E080F7 for ; Tue, 19 Jul 2016 08:09:12 -0700 (PDT) X-Virus-Scanned: amavisd-new at ixsystems.com Received: from zimbra.ixsystems.com ([127.0.0.1]) by localhost (zimbra.ixsystems.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id haC-s-BJAL9T for ; Tue, 19 Jul 2016 08:09:12 -0700 (PDT) Received: from [172.20.0.22] (vpn.ixsystems.com [10.249.0.2]) by zimbra.ixsystems.com (Postfix) with ESMTPSA id 1AC2CE0808C for ; Tue, 19 Jul 2016 08:09:11 -0700 (PDT) Subject: Re: Add NVIDIA driver to built-in Xorg configuration? To: freebsd-x11@freebsd.org X-ASG-Orig-Subj: Re: Add NVIDIA driver to built-in Xorg configuration? References: <1468938758.1929309.670653761.3FF6400F@webmail.messagingengine.com> From: Kris Moore Message-ID: <5166ed14-2751-8db9-f2ec-063f6e41765a@ixsystems.com> Date: Tue, 19 Jul 2016 11:09:10 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1468938758.1929309.670653761.3FF6400F@webmail.messagingengine.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Barracuda-Connect: UNKNOWN[10.246.0.20] X-Barracuda-Start-Time: 1468940952 X-Barracuda-Encrypted: ECDHE-RSA-AES256-GCM-SHA384 X-Barracuda-URL: https://10.246.0.26:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at ixsystems.com X-Barracuda-BRTS-Status: 1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 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, 19 Jul 2016 15:09:14 -0000 On 07/19/2016 10:32, Tobias Kortkamp wrote: > Hi, > > would it be possible to include the following patch in > x11-servers/xorg-server? It adds the NVIDIA driver to the built-in X > configuration. It would remove the need to have an xorg.conf on systems > with an NVIDIA GPU which have to use x11/nvidia-driver. I think it's a > source of unnecessary friction that doesn't really need to be there. It > was deceptively simple to add, so I'm sure I'm missing something. ;-) > > Thanks, > Tobias > > https://cgit.freedesktop.org/xorg/xserver/tree/hw/xfree86/common/xf86pciBus.c?id=xorg-server-1.17.4#n1187 > =================================================================== > --- files/patch-hw_xfree86_common_xf86pciBus.c (nonexistent) > +++ files/patch-hw_xfree86_common_xf86pciBus.c (working copy) > @@ -0,0 +1,10 @@ > +--- hw/xfree86/common/xf86pciBus.c.orig 2016-07-19 > 15:37:53.698794484 +0200 > ++++ hw/xfree86/common/xf86pciBus.c 2016-07-19 15:37:26.000000000 > +0200 > +@@ -1192,6 +1192,7 @@ > + #ifdef __linux__ > + driverList[idx++] = "nouveau"; > + #endif > ++ driverList[idx++] = "nvidia"; > + driverList[idx++] = "nv"; > + break; > + } > _______________________________________________ > freebsd-x11@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" Ohh, we've been bit by that a bunch. I'm going to include this in PC-BSD also. Thanks! -- Kris Moore iXsystems Enterprise Storage & Servers Driven By Open Source From owner-freebsd-x11@freebsd.org Tue Jul 19 18:26:02 2016 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 39B0BB9D7BA for ; Tue, 19 Jul 2016 18:26:02 +0000 (UTC) (envelope-from isoa@kapsi.fi) Received: from mail.kapsi.fi (mx1.kapsi.fi [IPv6:2001:1bc8:1004::1:25]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3F0F1176 for ; Tue, 19 Jul 2016 18:26:01 +0000 (UTC) (envelope-from isoa@kapsi.fi) Received: from kirsikka.kapsi.fi ([217.30.184.185] helo=roundcube.kapsi.fi) by mail.kapsi.fi with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1bPZiO-0002So-Kn; Tue, 19 Jul 2016 21:25:56 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 19 Jul 2016 21:25:56 +0300 From: Arto Pekkanen To: Kris Moore Cc: freebsd-x11@freebsd.org Subject: Re: Add NVIDIA driver to built-in Xorg configuration? In-Reply-To: <5166ed14-2751-8db9-f2ec-063f6e41765a@ixsystems.com> References: <1468938758.1929309.670653761.3FF6400F@webmail.messagingengine.com> <5166ed14-2751-8db9-f2ec-063f6e41765a@ixsystems.com> Message-ID: <70baed407721f41026fd9e6a6a66589e@kapsi.fi> X-Sender: isoa@kapsi.fi User-Agent: RoundCube Webmail/0.9.4 X-SA-Exim-Connect-IP: 217.30.184.185 X-SA-Exim-Mail-From: isoa@kapsi.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 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, 19 Jul 2016 18:26:02 -0000 Kris Moore kirjoitti 19.07.2016 18:09: > On 07/19/2016 10:32, Tobias Kortkamp wrote: >> Hi, >> >> would it be possible to include the following patch in >> x11-servers/xorg-server? It adds the NVIDIA driver to the built-in X >> configuration. It would remove the need to have an xorg.conf on >> systems >> with an NVIDIA GPU which have to use x11/nvidia-driver. I think it's >> a >> source of unnecessary friction that doesn't really need to be there. >> It >> was deceptively simple to add, so I'm sure I'm missing something. ;-) >> >> Thanks, >> Tobias >> >> https://cgit.freedesktop.org/xorg/xserver/tree/hw/xfree86/common/xf86pciBus.c?id=xorg-server-1.17.4#n1187 >> =================================================================== >> --- files/patch-hw_xfree86_common_xf86pciBus.c (nonexistent) >> +++ files/patch-hw_xfree86_common_xf86pciBus.c (working copy) >> @@ -0,0 +1,10 @@ >> +--- hw/xfree86/common/xf86pciBus.c.orig 2016-07-19 >> 15:37:53.698794484 +0200 >> ++++ hw/xfree86/common/xf86pciBus.c 2016-07-19 15:37:26.000000000 >> +0200 >> +@@ -1192,6 +1192,7 @@ >> + #ifdef __linux__ >> + driverList[idx++] = "nouveau"; >> + #endif >> ++ driverList[idx++] = "nvidia"; >> + driverList[idx++] = "nv"; >> + break; >> + } >> _______________________________________________ >> freebsd-x11@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-x11 >> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > > Ohh, we've been bit by that a bunch. I'm going to include this in > PC-BSD > also. Thanks! Bad idea, since nVidia driver is proprietary and must be installed separately. Thus it is only logical to have it configured separately. This is important to maintain a distiction between the bundled X.org drivers vs. 3rd party drivers. Also, currently the nVidia driver is broken on many FreeBSD versions due to KMS/DRM integration or lack thereof. Having X.org load nVidia automatically is just gonna cause a lot of trouble for the end user. And then there's the problem with nVidia Optimus laptops, where by default only the Intel driver works since the nVidia chip is not wired to any of the standard video outputs. Having nVidia auto loaded is just yet another problem waiting to happen. Why would PC-BSD even benefit from having nVidia auto loaded? The integration scripts should suggest enabling nVidia driver if compatible hardware is detected (ie. non-Optimus nVidia hardware, or Optimus where IGP outpus have been rewired to nVidia via BIOS). If the nVidia driver does not work, then the end user would actually realize, from context, that it was the nVidia driver that had problems. In case of problems if nVidia gets auto loaded without any notification to the user about it, then the user will be totally in the dark regarding why X.org won't start. Not even Linux distros auto load the proprietary nVidia driver. And for a good reason. -- Arto Pekkanen From owner-freebsd-x11@freebsd.org Tue Jul 19 19:06:29 2016 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 E4A2DB9E69D for ; Tue, 19 Jul 2016 19:06:29 +0000 (UTC) (envelope-from kris@ixsystems.com) Received: from barracuda.ixsystems.com (barracuda.ixsystems.com [12.229.62.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.ixsystems.com", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C23DD1E88 for ; Tue, 19 Jul 2016 19:06:29 +0000 (UTC) (envelope-from kris@ixsystems.com) X-ASG-Debug-ID: 1468955188-08ca0410fd146560001-0Qlll1 Received: from zimbra.ixsystems.com ([10.246.0.20]) by barracuda.ixsystems.com with ESMTP id gzwR6RM1MiUNAocK (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 19 Jul 2016 12:06:28 -0700 (PDT) X-Barracuda-Envelope-From: kris@ixsystems.com X-Barracuda-RBL-Trusted-Forwarder: 10.246.0.20 X-ASG-Whitelist: Client Received: from localhost (localhost [127.0.0.1]) by zimbra.ixsystems.com (Postfix) with ESMTP id BB043E0880C; Tue, 19 Jul 2016 12:06:28 -0700 (PDT) Received: from zimbra.ixsystems.com ([127.0.0.1]) by localhost (zimbra.ixsystems.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 9Q4TlKWi3Rc5; Tue, 19 Jul 2016 12:06:28 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.ixsystems.com (Postfix) with ESMTP id 0F3FDE088CB; Tue, 19 Jul 2016 12:06:27 -0700 (PDT) X-Virus-Scanned: amavisd-new at ixsystems.com Received: from zimbra.ixsystems.com ([127.0.0.1]) by localhost (zimbra.ixsystems.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id wQdFCdpqIZzd; Tue, 19 Jul 2016 12:06:27 -0700 (PDT) Received: from [172.20.0.22] (vpn.ixsystems.com [10.249.0.2]) by zimbra.ixsystems.com (Postfix) with ESMTPSA id 47B41E088C8; Tue, 19 Jul 2016 12:06:27 -0700 (PDT) Subject: Re: Add NVIDIA driver to built-in Xorg configuration? To: Arto Pekkanen X-ASG-Orig-Subj: Re: Add NVIDIA driver to built-in Xorg configuration? References: <1468938758.1929309.670653761.3FF6400F@webmail.messagingengine.com> <5166ed14-2751-8db9-f2ec-063f6e41765a@ixsystems.com> <70baed407721f41026fd9e6a6a66589e@kapsi.fi> Cc: freebsd-x11@freebsd.org From: Kris Moore Message-ID: <06092db3-9290-ef54-aae2-d1ab9e299441@ixsystems.com> Date: Tue, 19 Jul 2016 15:06:24 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <70baed407721f41026fd9e6a6a66589e@kapsi.fi> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Barracuda-Connect: UNKNOWN[10.246.0.20] X-Barracuda-Start-Time: 1468955188 X-Barracuda-Encrypted: ECDHE-RSA-AES256-GCM-SHA384 X-Barracuda-URL: https://10.246.0.26:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at ixsystems.com X-Barracuda-BRTS-Status: 1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 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, 19 Jul 2016 19:06:30 -0000 On 07/19/2016 14:25, Arto Pekkanen wrote: > Kris Moore kirjoitti 19.07.2016 18:09: >> On 07/19/2016 10:32, Tobias Kortkamp wrote: >>> Hi, >>> >>> would it be possible to include the following patch in >>> x11-servers/xorg-server? It adds the NVIDIA driver to the built-in X >>> configuration. It would remove the need to have an xorg.conf on >>> systems >>> with an NVIDIA GPU which have to use x11/nvidia-driver. I think it's a >>> source of unnecessary friction that doesn't really need to be >>> there. It >>> was deceptively simple to add, so I'm sure I'm missing something. ;-) >>> >>> Thanks, >>> Tobias >>> >>> https://cgit.freedesktop.org/xorg/xserver/tree/hw/xfree86/common/xf86pciBus.c?id=xorg-server-1.17.4#n1187 >>> >>> =================================================================== >>> --- files/patch-hw_xfree86_common_xf86pciBus.c (nonexistent) >>> +++ files/patch-hw_xfree86_common_xf86pciBus.c (working copy) >>> @@ -0,0 +1,10 @@ >>> +--- hw/xfree86/common/xf86pciBus.c.orig 2016-07-19 >>> 15:37:53.698794484 +0200 >>> ++++ hw/xfree86/common/xf86pciBus.c 2016-07-19 15:37:26.000000000 >>> +0200 >>> +@@ -1192,6 +1192,7 @@ >>> + #ifdef __linux__ >>> + driverList[idx++] = "nouveau"; >>> + #endif >>> ++ driverList[idx++] = "nvidia"; >>> + driverList[idx++] = "nv"; >>> + break; >>> + } >>> _______________________________________________ >>> freebsd-x11@freebsd.org mailing list >>> https://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >> >> Ohh, we've been bit by that a bunch. I'm going to include this in PC-BSD >> also. Thanks! > > Bad idea, since nVidia driver is proprietary and must be installed > separately. Thus it is only logical to have it configured separately. > This is important to maintain a distiction between the bundled X.org > drivers vs. 3rd party drivers. > > Also, currently the nVidia driver is broken on many FreeBSD versions > due to KMS/DRM integration or lack thereof. Having X.org load nVidia > automatically is just gonna cause a lot of trouble for the end user. > > And then there's the problem with nVidia Optimus laptops, where by > default only the Intel driver works since the nVidia chip is not wired > to any of the standard video outputs. Having nVidia auto loaded is > just yet another problem waiting to happen. > > Why would PC-BSD even benefit from having nVidia auto loaded? The > integration scripts should suggest enabling nVidia driver if > compatible hardware is detected (ie. non-Optimus nVidia hardware, or > Optimus where IGP outpus have been rewired to nVidia via BIOS). If the > nVidia driver does not work, then the end user would actually realize, > from context, that it was the nVidia driver that had problems. In case > of problems if nVidia gets auto loaded without any notification to the > user about it, then the user will be totally in the dark regarding why > X.org won't start. > > Not even Linux distros auto load the proprietary nVidia driver. And > for a good reason. > We already ship the nvidia driver, and auto-loads depending upon which device is found from 'pciconf' (Ignoring optimus). That has historically worked well for us, and it *used* to work with xorg auto-detecting nvidia drivers out of box. I'm hoping this restores that behavior. -- Kris Moore iXsystems Enterprise Storage & Servers Driven By Open Source From owner-freebsd-x11@freebsd.org Wed Jul 20 09:40:39 2016 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 45F88B9F90A for ; Wed, 20 Jul 2016 09:40:39 +0000 (UTC) (envelope-from portscout@FreeBSD.org) 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 335441F51 for ; Wed, 20 Jul 2016 09:40:39 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 32CC6B9F909; Wed, 20 Jul 2016 09:40:39 +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 3282BB9F908 for ; Wed, 20 Jul 2016 09:40:39 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 2617D1F50 for ; Wed, 20 Jul 2016 09:40:39 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id u6K9edvJ085128 for ; Wed, 20 Jul 2016 09:40:39 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u6K9edAc085127; Wed, 20 Jul 2016 09:40:39 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201607200940.u6K9edAc085127@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 20 Jul 2016 09:40:39 +0000 From: portscout@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 09:40:39 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ x11-servers/xephyr | 1.17.4 | 1.18.4 ------------------------------------------------+-----------------+------------ x11-servers/xorg-dmx | 1.17.4 | 1.18.4 ------------------------------------------------+-----------------+------------ x11-servers/xorg-nestserver | 1.18.3 | 1.18.4 ------------------------------------------------+-----------------+------------ x11-servers/xorg-server | 1.17.4 | 1.18.4 ------------------------------------------------+-----------------+------------ x11-servers/xorg-vfbserver | 1.18.3 | 1.18.4 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-x11@freebsd.org Thu Jul 21 10:12:00 2016 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 1E17CBA02DA for ; Thu, 21 Jul 2016 10:12:00 +0000 (UTC) (envelope-from portscout@FreeBSD.org) 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 0B9C41DE6 for ; Thu, 21 Jul 2016 10:12:00 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0B03CBA02D9; Thu, 21 Jul 2016 10:12:00 +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 0AAECBA02D8 for ; Thu, 21 Jul 2016 10:12:00 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 F27271DE5 for ; Thu, 21 Jul 2016 10:11:59 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id u6LABxcI085011 for ; Thu, 21 Jul 2016 10:11:59 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u6LABxE7085010; Thu, 21 Jul 2016 10:11:59 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201607211011.u6LABxE7085010@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 21 Jul 2016 10:11:59 +0000 From: portscout@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 10:12:00 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ graphics/libdrm | 2.4.66 | 2.4.69 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-x11@freebsd.org Thu Jul 21 20:48:19 2016 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 2323FBA0190 for ; Thu, 21 Jul 2016 20:48:19 +0000 (UTC) (envelope-from bounces-b0jana79hcjj-freebsd-x11=freebsd.org@bf.d.mailin.fr) Received: from bf.d.mailin.fr (bf.d.mailin.fr [185.41.28.106]) by mx1.freebsd.org (Postfix) with ESMTP id 9CC1214BB for ; Thu, 21 Jul 2016 20:48:18 +0000 (UTC) (envelope-from bounces-b0jana79hcjj-freebsd-x11=freebsd.org@bf.d.mailin.fr) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sendinblue.com; q=dns/txt; s=mail; bh=K7GebHHHZZxMs6QkzJENw7HFfZO5k4ANtRopCn6lrFU=; h=from:reply-to:subject:date:mime-version:content-type:list-id:list-unsubscribe; b=ELzlfIdy2qPEZ18yCU99H706IQKED5ZQmnxIpUxZNfm9BSXFoAxFzpP6+nZeLplEK8hIAW1CJ0Xa eLSusKET7GmV0KOWF2RY59vAABj7ZQSePaW357t3kWywb5rp2HLkAV1yy/4ZQ9KT6Rxpl7Gm4wcu BxPXxvKOg78NUIajkE4= To: Subject: =?UTF-8?Q?Join_the_philatelic_club?= From: =?UTF-8?Q?Spanish=20Philatelic=20Club?= MIME-Version: 1.0 Precedence: bulk Feedback-ID: thirdclass_185.41.28.106:1491004:1491004_7:Sendinblue X-Mailer: Sendinblue X-Mailin-Client: 1491004 X-Mailin-Campaign: 7 Reply-To: info@clubfilatelico.es Message-Id: <201607211828.b0jana79hcjj@bf.d.mailin.fr> Date: Thu, 21 Jul 2016 18:28:34 +0200 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 20:48:19 -0000 =C2=A0 =C2=A0 Join our philatelic club! =C2=A0=0A=0AS= till not belong to one of the largest philatelic clubs in the world?=0A= =C2=A0=0ABelong to our Club are all advantages:=0A=C2=A0=0AYou will receive= 1000 stamps as a welcome gift when you complete your registration to the c= lub. You will have a list of partners that exchange stamps too, more than 3= ,500 are waiting to change with you. Personal membership card, with it you = can participate in draws and contests. You will have a personal number part= ner, and you will become part of our select club. Attention to your philate= lic questions. Password to access to the web members area, where you can en= ter into our forum, to our exclusive club shop and participate in our draws= . =E2=80=8BAnd much more! More info [ click here. ]( http://2hdc4.r.ca.d.se= ndibm2.com/6qd13l9b9hcjd.html )=0A=0A=C2=A0=0AAnd all this for only $25 (or= =E2=82=AC20) =C2=A0 =C2=A0 [ Join now! ]( http://2hdc4.r.ca.= d.sendibm2.com/6qd13m1r9hcjd.html ) =C2=A0 =C2=A0=0AVisit our new = website:[ =C2=A0http://2hdc4.r.ca.d.sendibm2.com/6qd13mu79hcjd.html ]( http= ://www.clubfilatelico.es/ ) =C2=A0 =C2=A0=0A=0AE-mail enviado a free= bsd-x11@freebsd.org.=0A=C2=A0=0A=0AEnviado por=0A[ ]( http://2hdc4.r.ca.d.= sendibm2.com/6qd13nmn9hcjd.html ) =C2=A0 =C2=A0=0A=C2=A9 2016 Club Fi= lat=C3=A9lico Espa=C3=B1ol =C2=A0 From owner-freebsd-x11@freebsd.org Fri Jul 22 23:53:09 2016 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 BDA8FBA1EAD for ; Fri, 22 Jul 2016 23:53:09 +0000 (UTC) (envelope-from movies@flixp-movies-mail.com) 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 A306F195B for ; Fri, 22 Jul 2016 23:53:09 +0000 (UTC) (envelope-from movies@flixp-movies-mail.com) Received: by mailman.ysv.freebsd.org (Postfix) id A1D70BA1EAC; Fri, 22 Jul 2016 23:53:09 +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 9F229BA1EAB for ; Fri, 22 Jul 2016 23:53:09 +0000 (UTC) (envelope-from movies@flixp-movies-mail.com) Received: from flixp-movies-mail.com (flixp-movies-mail.com [91.239.125.155]) (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 2F1B0195A for ; Fri, 22 Jul 2016 23:53:09 +0000 (UTC) (envelope-from movies@flixp-movies-mail.com) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by flixp-movies-mail.com (Postfix) with ESMTPS id A6E8EA64B9 for ; Fri, 22 Jul 2016 17:53:06 -0600 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flixp-movies-mail.com; q=dns/txt; s=mail; bh=1NN0di6A2Y4h2e+YGquZ5dWKXlezpiche91CZwaEFoI=; h=from:subject:to:mime-version:content-type:list-unsubscribe; b=DEagPaV4JD0mIK6zMXJuXwLcZduj0zn2KprX+74udAO/dMM4Ppy6XMlAmoGWRf8+T2mTdU7eh TyemdM8GxMBWwlfM+ofLsGOK+0Wg54tUE1NCfhjvHyX9qw+PdnoKdYJcneh+4xVdHheQYwsKNqE gmpD+hMAQ6QYD9dAiPWL4sbEA2mFICs4LPLfVGQx6TW3UvKCETL0sFa3bgxYQy/NRILr4JmWV0m vdsqg1OCfxWIL26iFqYP/xM45tx9GXEltkzerFwg0zk+L9PHvsJ4MEZixtv3r6Whak3bFBpw7Hd LYIpqezlKUDWiJ3hctkf6bwzdIi4rCPLesc+cp+4PDag== From: Flix Premiere To: x11@freebsd.org Subject: Discover new movies on demand in our online cinema Message-Id: <1469231585942-f5c54b5b-872b8b3d-1a179687@flixp-movies-mail.com> X-Mailer: nodemailer (2.3.0; +http://nodemailer.com/; SMTP (pool)/2.5.1[client:2.3.1]) Date: Fri, 22 Jul 2016 23:53:05 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2016 23:53:09 -0000 Discover a world of movies never seen before Welcome to the World's First = Online Cineplex [http://flixp-movies-mail.com/click.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick1&url=3D= https%3A%2F%2Fflixpremiere.com] , combining the movie theater experience = with on-demand availability. A Cinema in your pocket, where you can watch = great movies you've never seen before, Anytime, Anywhere. Our movies [http://flixp-movies-mail.com/click.php?email_id=3D1089954&email=3Dx11@free= bsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_= campaign=3D4&utm_content=3Dclick2&url=3Dhttps%3A%2F%2Fflixpremiere.= com%2Fnow-showing] are exclusive to Flix Premiere. No commercials. No = hidden fees. You pay only for the movies you want to watch, and can = discover new content each and every week in our online Red Carpet Events [http://flixp-movies-mail.com/click.php?email_id=3D1089954&email=3Dx11@free= bsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_= campaign=3D4&utm_content=3Dclick3&url=3Dhttps%3A%2F%2Fflixpremiere.= com%2Fred-carpet] . Flix Premiere [http://flixp-movies-mail.com/img.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4] [http://flixp-movies-mail.com/click.php?email_id=3D1089954&email=3Dx11@free= bsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_= campaign=3D4&utm_content=3Dclick4&url=3Dhttps%3A%2F%2Fflixpremiere.com] Now Showing On Demand Interwoven [https://res.cloudinary.= com/flixpremiere/image/upload/c_fill,h_210,w_140/9b271775-2001-4a6e-9a12-09= 40aaccc21e/cover-art/48078dda-f125-4b58-b1b9-df9a52798fb4] [http://flixp-movies-mail.com/click.php?email_id=3D1089954&email=3Dx11@free= bsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_= campaign=3D4&utm_content=3Dclick5&url=3Dhttps%3A%2F%2Fflixpremiere.= com%2Ffilm%2F9b271775-2001-4a6e-9a12-0940aaccc21e] Get Happy [https://res.cloudinary.com/flixpremiere/image/upload/c_fill,h_210,= w_140/22845d49-a7b7-4144-97b4-c81804966d49/cover-art/07b5bfb3-d4c3-4c67-8a6= 0-70a55e03893b] [http://flixp-movies-mail.com/click.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick6&url=3D= https%3A%2F%2Fflixpremiere.com%2Ffilm%2F22845d49-a7b7-4144-97b4-c81804966d4= 9] Changeover [https://res.cloudinary.com/flixpremiere/image/upload/c_fill,= h_210,w_140/e321f6ab-83e8-4879-a950-73f3f87d537c/cover-art/9ce373ce-7dd8-48= 08-b313-fda1aef18d7f] [http://flixp-movies-mail.com/click.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick7&url=3D= https%3A%2F%2Fflixpremiere.com%2Ffilm%2Fe321f6ab-83e8-4879-a950-73f3f87d537= c] But Not For Me [https://res.cloudinary.com/flixpremiere/image/upload/c_f= ill,h_210,w_140/a725151b-5ab9-4504-8685-a4e29939912d/cover-art/1fdaed8b-cf9= b-4741-a3d9-32f10212955a] [http://flixp-movies-mail.com/click.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick8&url=3D= https%3A%2F%2Fflixpremiere.com%2Ffilm%2Fa725151b-5ab9-4504-8685-a4e29939912= d] Sonata for Cello [https://res.cloudinary.com/flixpremiere/image/upload/= c_fill,h_210,w_140/091f5303-ee57-4351-b712-39333cac39f2/cover-art/001a6678-= 1c75-42a4-ba7c-2895339ee9a0] [http://flixp-movies-mail.com/click.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick9&url=3D= https%3A%2F%2Fflixpremiere.com%2Ffilm%2F091f5303-ee57-4351-b712-39333cac39f= 2] Love Me Do [https://res.cloudinary.com/flixpremiere/image/upload/c_fill,= h_210,w_140/3a607b9e-b4fe-4d40-ab38-b1cdfec4c417/cover-art/118d012c-ec82-45= d6-baa7-01a7ba1ec46c] [http://flixp-movies-mail.com/click.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick10&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2F3a607b9e-b4fe-4d40-ab38-b1cdfec4= c417] Noble Fir [https://res.cloudinary.com/flixpremiere/image/upload/c_fil= l,h_210,w_140/72e83baa-1af7-4508-a0bd-7544fc7711a6/cover-art/d7918ed4-7b8f-= 4192-bae3-e77a32cc8126] [http://flixp-movies-mail.com/click.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick11&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2F72e83baa-1af7-4508-a0bd-7544fc77= 11a6] Tension(s) [https://res.cloudinary.com/flixpremiere/image/upload/c_fi= ll,h_210,w_140/fd4c15ee-af99-4542-9904-4b94268056c1/cover-art/14c31a01-c2c3= -4e2a-bcc0-18ac8e3adaf7] [http://flixp-movies-mail.com/click.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick12&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2Ffd4c15ee-af99-4542-9904-4b942680= 56c1] Get your ticket for just $4.99 to watch one of these latest movies Now Showing [http://flixp-movies-mail.com/click.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick13&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Fnow-showing] . Immerse yourself in = cinema! Watch Now for $4.99 [http://flixp-movies-mail.com/click.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick14&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Fnow-showing] Our Upcoming Premiere Exclusive to Flix Premiere Eliminate Archie Cookson [https://res.cloudinary.com/flixpremiere/image/upload/c_fill,h_720,= w_480/v1/6209b348-ba0d-4a1a-83a0-f13c3616ee87/cover-art/8b1e483e-6f1a-4816-= bda1-943f535d101e] [http://flixp-movies-mail.com/click.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick15&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Fred-carpet]Premiering this Friday from = 7pm till midnight. Watch the Trailer [http://flixp-movies-mail.com/click.= php?email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source= =3Demail_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick16= &url=3Dhttps%3A%2F%2Fflixpremiere.com%2Ffilm%2F6209b348-ba0d-4a1a-83a0-f13c= 3616ee87%3Fmodal%3Dplayer%26filmId%3D6209b348-ba0d-4a1a-83a0-f13c3616ee87%2= 6video%3Dtrailer]Bring the red carpet experience home by joining us for the exclusive premieres [http://flixp-movies-mail.com/click.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick17&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Fred-carpet] of films never seen before = . Find Out More [http://flixp-movies-mail.com/click.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick18&url= =3Dhttps%3A%2F%2Fflixpremiere.com] If you have any questions please don't = hesitate to contact us with a reply or on +44 2085 880618 in the UK and +1 = (310) 601 3168 in the USA. To stay informed of the latest theatrical = releases and news on Flix Premiere, sign up to our newsletter [http://flixp-movies-mail.com/click.php?email_id=3D1089954&email=3Dx11@free= bsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_= campaign=3D4&utm_content=3Dclick19&url=3Dhttps%3A%2F%2Fflixpremiere.= com%2Fnewsletter%2Fsign-up] . Or join the conversation Facebook - Flix Premiere [http://res.cloudinary.com/flixpremiere/image/uplo= ad/c_scale,h_34,w_34/social_new-facebook_evulhs.png] [http://flixp-movies-mail.com/click.php?email_id=3D1089954&email=3Dx11@free= bsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_= campaign=3D4&utm_content=3Dclick20&url=3Dhttps%3A%2F%2Fwww.facebook.= com%2Fflixpremiere] Twitter - Flix Premiere [http://res.cloudinary.= com/flixpremiere/image/upload/c_scale,h_34,w_34/social_new_twitter_yaqoks] [http://flixp-movies-mail.com/click.php?email_id=3D1089954&email=3Dx11@free= bsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_= campaign=3D4&utm_content=3Dclick21&url=3Dhttps%3A%2F%2Ftwitter.= com%2FFlixPremiere] Instagram - Flix Premiere [http://res.cloudinary.= com/flixpremiere/image/upload/c_scale,h_34,w_34/social_new-instagram_vvxxtn= ] [http://flixp-movies-mail.com/click.php?email_id=3D1089954&email=3Dx11@fr= eebsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&ut= m_campaign=3D4&utm_content=3Dclick22&url=3Dhttps%3A%2F%2Finstagram.= com%2Fflixpremiere] Twitter - Flix Premiere [http://res.cloudinary.= com/flixpremiere/image/upload/c_scale,h_34,w_34/social_new-youtube_r1q9wx] [http://flixp-movies-mail.com/click.php?email_id=3D1089954&email=3Dx11@free= bsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_= campaign=3D4&utm_content=3Dclick23&url=3Dhttps%3A%2F%2Fwww.youtube.= com%2Fchannel%2FUCnYihKUuOYOKdK3Ewbq16_w] Film Partners [http://flixp-movies-mail.com/click.php?email_id=3D1089954&email=3Dx11@free= bsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_= campaign=3D4&utm_content=3Dclick24&url=3Dhttps%3A%2F%2Fflixpremiere.= com%2Ffilm-partners] | News [http://flixp-movies-mail.com/click.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick25&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Fnews] | Privacy [http://flixp-movies-mail.com/click.php?email_id=3D1089954&email=3Dx11@free= bsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_= campaign=3D4&utm_content=3Dclick26&url=3Dhttps%3A%2F%2Fflixpremiere.= com%2Fprivacy] | Terms of Use [http://flixp-movies-mail.com/click.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dclick27&url= =3Dhttps%3A%2F%2Fflixpremiere.com%2Fterms] | Democratize Cinema [http://flixp-movies-mail.com/click.php?email_id=3D1089954&email=3Dx11@free= bsd.org&campaign_id=3D4&utm_source=3Demail_campaign&utm_medium=3Demail&utm_= campaign=3D4&utm_content=3Dclick28&url=3Dhttp%3A%2F%2Fdemocratizecinema.= com%2F] More about Flix Premiere Flix Premiere is the world's first = online Cineplex, combining the movie theater experience with on-demand = availability. A Cinema in your pocket, where you can watch great movies you've never seen before, Anytime, Anywhere. Our movies are exclusive to Flix Premiere. No commercials. No hidden fees. = You pay only for the movies you want to watch, and can discover new content= each and every week. The Flix Premiere Experience Red Carpet =E2=80=93 Each film will premiere on our platform =E2=80=93 = there will be a specific window wherein each film can be viewed for the = first time ever in that territory. Now Showing =E2=80=93 At any given time= we feature films in our online cinema, giving you a choice of quality new films we have carefully selected for you. Coming Soon =E2=80=93 These highly anticipated films will be coming to our = Online Cineplex for on-demand viewing in the near future. All Films =E2=80=93 What makes us unique compared to physical theaters? You= can come back and watch any films previously shown on our Cineplex at any = time! How it works We partner with talented filmmakers from all over the = world, thereby becoming the single point of discovery for the 95% of films = that =E2=80=98never' find their audience. Our rigorous screening program = ensures we bring you high quality content. You create a profile, and stay = up to date with our new releases each week; then stream movies immediately = on the Web, or through our iOS or Android apps. Stay tuned for new = platform announcements soon. If you do not wish to receive these emails,= Unsubscribe [http://flixp-movies-mail.com/unsubscribe.php?= email_id=3D1089954&email=3Dx11@freebsd.org&campaign_id=3D4&utm_source=3Dema= il_campaign&utm_medium=3Demail&utm_campaign=3D4&utm_content=3Dunsubscribe] = here. Copyright =C2=A9 2016 Flix Premiere Ltd All Rights Reserved Disclaimer: This email is intended for the named addressee only. It = contains information, which may be privileged or confidential. Unless you = are the named addressee, you should not read, copy, use the information it = contains nor disclose it to a third party. If you have received this = communication in error please notify us immediately so that we can take = corrective action. Internet e-mails are not necessarily secure. You should = be aware that changes could have been made to this message after it was = sent. Flix Premiere Limited does not accept liability for any action taken= in reliance on the content of this message. Flix Premiere Ltd: Company = Number 09455299 | VAT Number 236 0004 58 Physical location: Churchdown = Chambers, Bordyke, Tunbridge, England TN9 1NR, UK Sent: 2016-07-22