From owner-freebsd-current@FreeBSD.ORG Tue Feb 17 00:05:28 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3364611 for ; Tue, 17 Feb 2015 00:05:28 +0000 (UTC) Received: from mail.in-addr.com (mail.in-addr.com [IPv6:2a01:4f8:191:61e8::2525:2525]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A50D97FA for ; Tue, 17 Feb 2015 00:05:28 +0000 (UTC) Received: from gjp by mail.in-addr.com with local (Exim 4.85 (FreeBSD)) (envelope-from ) id 1YNVfK-000CnJ-8i; Tue, 17 Feb 2015 00:05:26 +0000 Date: Tue, 17 Feb 2015 00:05:26 +0000 From: Gary Palmer To: Hans Petter Selasky Subject: Re: Pluggable frame buffer devices Message-ID: <20150217000526.GC29176@in-addr.com> References: <54E11A57.3030105@selasky.org> <2245985.dTFM2y6A0x@shawn-work-laptop> <54E2247E.3000207@selasky.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54E2247E.3000207@selasky.org> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on mail.in-addr.com); SAEximRunCond expanded to false Cc: freebsd-current@freebsd.org, Shawn Webb X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 17 Feb 2015 00:05:29 -0000 On Mon, Feb 16, 2015 at 06:10:22PM +0100, Hans Petter Selasky wrote: > On 02/16/15 16:39, Shawn Webb wrote: > > On Sunday, February 15, 2015 11:14:47 PM Hans Petter Selasky wrote: > >> Hi, > >> > >> I've added support for USB display link adapters to FreeBSD-11-current, > >> but the kernel panics once "vt_fb_attach(info)" is called from > >> "fbd_register(struct fb_info* info)" when the USB device is plugged or > >> udl.ko is loaded. Is this a known issue? > >> > >> REF: https://svnweb.freebsd.org/base/head/sys/dev/usb/video/udl.c > >> > >> --HPS > > > > I personally can't answer your question. But I'd love to help test this, > > especially since Haswell graphics isn't supported, yet, and my laptop is > > running Haswell. What would be a good USB display device to buy to help test > > this awesome work out? > > Hi Shawn, > > I think any USB device that uses the brand name "DisplayLink" will work. Hi HPS, I thought the later generations, especially the ones with USB3 support, used a propretary encryption between the host and the adapter that was not currently supported by any F/OSS operating system? If you look on the DisplayLink forums there are angry threads about the lack of Linux support for the later generation dongles. e.g. http://displaylink.org/forum/showthread.php?s=77a3ad0ad0f21031f0996325f249f584&t=61689 (there's a much longer thread somewhere which is more angry, but I've lost the link) Regards, Gary