From owner-freebsd-current@FreeBSD.ORG Sat Mar 7 20:56:47 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 B7CDC853; Sat, 7 Mar 2015 20:56:47 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (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 766D8329; Sat, 7 Mar 2015 20:56:47 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 883EF1FE022; Sat, 7 Mar 2015 21:56:44 +0100 (CET) Message-ID: <54FB663B.9080803@selasky.org> Date: Sat, 07 Mar 2015 21:57:31 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Shawn Webb Subject: Re: Pluggable frame buffer devices References: <54E11A57.3030105@selasky.org> <1963872.pLReSBKNjx@shawnwebb-laptop> <54E6F060.2010301@selasky.org> <4020865.FJlWBPXrRZ@shawnwebb-laptop> <54E99CCE.5030401@selasky.org> In-Reply-To: <54E99CCE.5030401@selasky.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Aleksandr Rybalko , freebsd-current@freebsd.org, Bruce Simpson 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: Sat, 07 Mar 2015 20:56:47 -0000 Hi Shawn, I've just put some more pieces into the kernel. https://svnweb.freebsd.org/changeset/base/279752 https://svnweb.freebsd.org/changeset/base/279753 Can you give the current code a spin? To get X.org/X11 working simply create a config file under /usr/local/etc/X11/xorg.conf.d which contains the device section given by "man xf86-video-scfb". Open issues: - Restoring the frame buffer does not always work. I looks like the restored text console size is 1x1 afterwards. At least there is no panic. And you can re-plug the UDL device again. - You need to unplug the UDL device before rebooting. - UDL device must be connected to a monitor before you plug it to USB, or you can load/unload the driver to re-probe the video format. --HPS