From owner-freebsd-arm@freebsd.org Thu Sep 10 14:52:16 2015 Return-Path: Delivered-To: freebsd-arm@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 8DB70A015E9 for ; Thu, 10 Sep 2015 14:52:16 +0000 (UTC) (envelope-from hp@selasky.org) 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 54755148D for ; Thu, 10 Sep 2015 14:52:16 +0000 (UTC) (envelope-from hp@selasky.org) 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 0B1D61FE023 for ; Thu, 10 Sep 2015 16:52:14 +0200 (CEST) Subject: Re: X on RPI2 - which driver To: freebsd-arm@freebsd.org References: <20150910094505.GA23609@potato.growveg.org> <55F15232.3060401@selasky.org> <20150910104001.GB23609@potato.growveg.org> <20150910144719.GC23609@potato.growveg.org> From: Hans Petter Selasky Message-ID: <55F19978.6040105@selasky.org> Date: Thu, 10 Sep 2015 16:53:44 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20150910144719.GC23609@potato.growveg.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 14:52:16 -0000 On 09/10/15 16:47, John wrote: > On Thu, Sep 10, 2015 at 11:40:01AM +0100, John wrote: >> On Thu, Sep 10, 2015 at 11:49:38AM +0200, Hans Petter Selasky wrote: >>> On 09/10/15 11:45, John wrote: >>>> Hello list, >>>> >>>> Which xorg drivers work on the rpi2? X -configure just shows vesa >>>> however I've not installed dbus/hal yet. >>> >>> I think you can use: >>> >>> xf86-video-scfb >> >> Thanks for that, I'll try it when hal and friends finish installing. > > No dice, I get the following from X -configure > > root@potato:~ # X -configure > > X.Org X Server 1.14.7 > Release Date: 2014-06-05 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 11.0-CURRENT arm > Current Operating System: FreeBSD potato.growveg.org 11.0-CURRENT FreeBSD 11.0-CURRENT > #0 r286947: Wed Aug 19 18:04:27 MDT 2015 brd@hive.den.so14k.com:/usr/local/raspbsd > /obj/RPI2/obj/arm.armv6/usr/local/raspbsd/src/RPI2/sys/RPI2 arm > > Build Date: 09 September 2015 09:44:10PM > > Current version of pixman: 0.32.6 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep 10 15:36:17 2015 > List of video drivers: > scfb > fbdev > vesa > scfb trace: probe start > No devices to configure. Configuration failed. > (EE) Server terminated with error (2). Closing log file. > > I'm not sure where to start given it didn't even write a config! > Hi, You need a manual X.org config. Try searching the web. --HPS