From owner-freebsd-current@freebsd.org Sat May 19 03:56:59 2018 Return-Path: Delivered-To: freebsd-current@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 369E2EEB14A; Sat, 19 May 2018 03:56:59 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.netplex.net", Issuer "RapidSSL RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D50FE79DAC; Sat, 19 May 2018 03:56:58 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from [10.0.0.52] (ip-414b102e.ct.fixed.ntplx.com [65.75.16.46]) (authenticated bits=0) by mail.netplex.net (8.15.1/8.15.1/NETPLEX) with ESMTPSA id w4J3usks061832 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 18 May 2018 23:56:54 -0400 X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.netplex.net [204.213.176.9]); Fri, 18 May 2018 23:56:55 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: [RFC] Deprecation and removal of the drm2 driver From: Daniel Eischen X-Mailer: iPhone Mail (15E302) In-Reply-To: <201805182227.w4IMRhCU033315@slippy.cwsent.com> Date: Fri, 18 May 2018 23:56:54 -0400 Cc: Warner Losh , FreeBSD X11 mailing list , Current FreeBSD , Steve Kargl Content-Transfer-Encoding: quoted-printable Message-Id: <4A51EFFA-CAB7-44C6-9FC4-A5B95B5389F7@freebsd.org> References: <201805182227.w4IMRhCU033315@slippy.cwsent.com> To: Cy Schubert X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 03:56:59 -0000 > On May 18, 2018, at 6:27 PM, Cy Schubert wrote= : >=20 > In message , Daniel=20 > Eischen wr > ites: >>> On Fri, 18 May 2018, Warner Losh wrote: >>>=20 >>> On Fri, May 18, 2018 at 1:30 PM, Steve Kargl < >>> sgk@troutmask.apl.washington.edu> wrote: >>>>=20 >>>> Check the Makefiles >>>>=20 >>>> % more /usr/ports/graphics/drm-next-kmod/Makefile >>>>=20 >>>> ONLY_FOR_ARCHS=3D amd64 >>>> ONLY_FOR_ARCHS_REASON=3D the new KMS components are only supported on a= md64 >>>>=20 >>>> Not to ia32 friendly. >>>>=20 >>>=20 >>> So do people use i386 for desktop? And need the latest KMS stuff? >>=20 >> I can easily imagine an embedded x86 kiosk type appliance. Does >> basic xorg stuff work without drm? >=20 > Yes, with VESA, albeit aspect ratios are off. I'm using drm2 with an AMD (n=C3=A9e ATI) Radeon 4850 (RV770), AGP. This is= on an amd64 somewhat old -current system. Is this supported by the drm-nex= t-kmod port? -- DE=