From owner-freebsd-arm@freebsd.org Thu Sep 10 14:47:33 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 7D95DA012EA for ; Thu, 10 Sep 2015 14:47:33 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from potato.growveg.org (potato.growveg.org [62.49.247.163]) (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 376341006 for ; Thu, 10 Sep 2015 14:47:33 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from john by potato.growveg.org with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1Za38C-0002e8-0F for freebsd-arm@freebsd.org; Thu, 10 Sep 2015 15:47:23 +0100 Date: Thu, 10 Sep 2015 15:47:19 +0100 From: John To: freebsd-arm@freebsd.org Subject: Re: X on RPI2 - which driver Message-ID: <20150910144719.GC23609@potato.growveg.org> Reply-To: freebsd-arm@freebsd.org Mail-Followup-To: freebsd-arm@freebsd.org References: <20150910094505.GA23609@potato.growveg.org> <55F15232.3060401@selasky.org> <20150910104001.GB23609@potato.growveg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150910104001.GB23609@potato.growveg.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: John 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:47:33 -0000 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! thanks, -- John