From owner-freebsd-x11@freebsd.org Tue May 8 08:23:25 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCE2EFAD2D9 for ; Tue, 8 May 2018 08:23:25 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (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 195CD6B5F1 for ; Tue, 8 May 2018 08:23:25 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id n10-v6so19791763wmc.1 for ; Tue, 08 May 2018 01:23:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=HuyKuG6rgp/xGckJnOoe3Lzr5HvZSf8TV7k8hTqnMhE=; b=uR1R3kfygmmP/zI2mC0/D7panx0OJ7sfKAbMgJ97/6uOBmBM4MGcOljanXOHeiCV/Y S6u7vMIObwhVyIqMO422uhSspYRPNjjZ/pji171Nj4wwOE7QI+bzPBT4jmax0C1xBkg9 /dL6uaZcFXlFYAXdzqRoaBPh7zraRPjJnTXCWTMnhzyUhz5F/kuC5J/rPQEpQ2vrSfS9 WXI68nF8OrncdlMikUl2HyvD8p/+NzLwQmg5kl90AmDS1592qkDu27oOSDTIwAVKyK0p 44abSCfK8ySH1bWRetc8eq9+O68GxfdRH4fw/npj8HXBT+U0arFxZT1JR0KVIh6br9VZ PtXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=HuyKuG6rgp/xGckJnOoe3Lzr5HvZSf8TV7k8hTqnMhE=; b=s8eih7yFFpWovwJSzXE7nDvtsKQNIwBv5fBfRcCpnXFNumbvu+FBOBje5CD7w/WITL Gf16/30SMuszmixc/WcYV0BZw89HODtPWUv+8/lUYkiw/fKXuyP8JIniRN4E/ioxWWy5 Dv7SFOpkL7xa71qJbOGK1j89ZyD5+OqE0DSiHsXZFj3kqxu7nIAF0yhs0ZUmdFNyB8FM oMoQQ3Qe3uRLJSRcie+7+8Seim+rrpdKUP2A5CjO7zAwHkqdRsnnxSKApKUv5z6JPUlk gnvIfdiREi/9TLBZrBrmwUBwwMKLCJNjSpsW6PtucoiA4/KM1JDXFKTcFaCSSk8EZur1 Tjlw== X-Gm-Message-State: ALKqPwfuTYJEUMOgBZNtWJTP8fex8Ofz2B1ljoIAHLCYPohf3ThI72nC KSezqV3bQ/J6YALhyXzydXmbD549KYTe10DeODINcA== X-Google-Smtp-Source: AB8JxZrMfuX0D2NrOfb2u5S5ZXp/LOLtjTsuOqJdwRHRVLcJKmfmLKv+RTZtvZ5iDZgp2frSKPJZTdoNDGJyRztYrhI= X-Received: by 10.28.229.74 with SMTP id c71mr2476436wmh.55.1525767804040; Tue, 08 May 2018 01:23:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.146.194 with HTTP; Tue, 8 May 2018 01:22:43 -0700 (PDT) In-Reply-To: <52dd5fb08cbaa1fb61f9d2f85c1a3e84@vvelox.net> References: <52dd5fb08cbaa1fb61f9d2f85c1a3e84@vvelox.net> From: Johannes Lundberg Date: Tue, 8 May 2018 09:22:43 +0100 Message-ID: Subject: Re: current state of Intel support To: "Zane C. B-H." Cc: freebsd-x11@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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, 08 May 2018 08:23:26 -0000 On Tue, May 8, 2018 at 9:01 AM, Zane C. B-H. wrote: > I am curious, where are we at on 11 stable when it comes to support for > newer Intel chipsets? Just wondering how usable X is when it comes to > x5-Z8350 Cherry trail or the like. > Hi I've been running 12-CURRENT with drm 4.9 successfully on Cherry Trail but that was a while ago. Currently all my Atom boards are on a different continent so I haven't been able to do any testing lately with the backported drm code to 11-stable. It should work fine but if there's any issues you can always run with the scfb driver for now. The Z8350 is fast so it can handle software rendering quite good. > _______________________________________________ > 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" >