From owner-freebsd-arm@FreeBSD.ORG Sun Nov 30 18:53:55 2014 Return-Path: Delivered-To: freebsd-arm@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 868DBEA1 for ; Sun, 30 Nov 2014 18:53:55 +0000 (UTC) Received: from frontend1.warwick.net (frontend1.warwick.net [204.255.24.102]) by mx1.freebsd.org (Postfix) with SMTP id 3A08D60B for ; Sun, 30 Nov 2014 18:53:54 +0000 (UTC) Received: (qmail 25869 invoked from network); 30 Nov 2014 18:53:46 -0000 Received: from 70.44.113.83.res-cmts.sefg.ptd.net (HELO 70.44.113.83.res-cmts.sefg.ptd.net) (egunther@warwick.net@70.44.113.83) by frontend1.warwick.net with SMTP (369bddde-78c2-11e4-a07b-001e0b616b8e); Sun, 30 Nov 2014 13:53:46 -0500 Message-ID: <1417373645.2057.1.camel@warwick.net> Subject: Re: built xorg-server, what next? From: Eric Gunther To: freebsd-arm@freebsd.org Date: Sun, 30 Nov 2014 13:54:05 -0500 In-Reply-To: <20141129105210.5a72a8ec@X220.alogt.com> References: <1417167767.23507.2.camel@warwick.net> <1417193156.3202.1.camel@warwick.net> <20141129084900.10050d11@X220.alogt.com> <1417229109.1835.2.camel@warwick.net> <20141129105210.5a72a8ec@X220.alogt.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.7 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-MagicMail-UUID: 369bddde-78c2-11e4-a07b-001e0b616b8e X-MagicMail-Authenticated: egunther@warwick.net X-MagicMail-SourceIP: 70.44.113.83 X-MagicMail-EnvelopeFrom: X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 18:53:55 -0000 Hi, Not too confident about this but maybe this is your problem. Below, Xorg.0.log shows that dri, dri2, and glx will be loaded. While it seems from your xorg.conf that you wanted them to not be loaded. X.Org Server Extension : 6.0 [175580.806] (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere. [175580.806] (WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere. [175580.806] (WW) "glx" will not be loaded unless you've specified it to be loaded elsewhere. [175580.807] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. [175580.807] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. [175580.807] (II) "glx" will be loaded even though the default is to disable it. [175580.807] (II) "record" will be loaded by default. [175580.807] (II) "dri" will be loaded even though the default is to disable it. [175580.808] (II) "dri2" will be loaded even though the default is to disable it. Section "Module" Load "dbe" Disable "dri" Disable "dri2" Disable "glx" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Section "ServerFlags" Option "AIGLX" "false" Option "NoAccel" "True" Option "NoDRI" "True" Option "DRI" "False" Option "DRI2" "False" EndSection Also, in the xdm log, is the use of the file Xsetup_0 unusual? -- xdm info (pid 843): sourcing /usr/local/lib/X11/xdm/Xsetup_0 -- Have a good day, --e