From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [209.85.219.212] (helo=mail-ew0-f212.google.com) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1Mc3a6-0003aX-7B for openembedded-devel@lists.openembedded.org; Fri, 14 Aug 2009 22:41:00 +0200 Received: by ewy8 with SMTP id 8so1662615ewy.12 for ; Fri, 14 Aug 2009 13:24:16 -0700 (PDT) Received: by 10.210.43.10 with SMTP id q10mr1294296ebq.97.1250281456737; Fri, 14 Aug 2009 13:24:16 -0700 (PDT) Received: from ?192.168.1.64? (94-193-93-235.zone7.bethere.co.uk [94.193.93.235]) by mx.google.com with ESMTPS id 10sm4902319eyd.45.2009.08.14.13.24.15 (version=SSLv3 cipher=RC4-MD5); Fri, 14 Aug 2009 13:24:15 -0700 (PDT) Message-ID: <4A85C7E9.7030402@xora.org.uk> Date: Fri, 14 Aug 2009 21:24:09 +0100 From: Graeme Gregory User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <4A8516BF.9080405@atmel.com> <4A8581D9.9010205@atmel.com> <1250264545.12282.1271.camel@mill.internal.reciva.com> <4A85C292.9030605@atmel.com> In-Reply-To: <4A85C292.9030605@atmel.com> Subject: Re: No graphic when loading "x11-gpe-image" X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2009 20:41:03 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ulf Samuelsson wrote: > Phil Blundell skrev: > >> On Fri, 2009-08-14 at 17:25 +0200, Ulf Samuelsson wrote: >> >>> There is really no output >>> >>> gpe_dm is started and then nothing happens. >>> >> Do you see anything in syslog? What does the output of "ps" look like >> when it's in this state? >> >> p. >> >> >> > > I reloaded another board with X11-image right now > and did gpe-dm -n, which tells me I have no ${DISPLAY} > It is ":0", which is no good. > > Looked at the obvious place and yes, /etc/X11/xorg.conf is empty... > Should this be generated by OpenEmbedded? Where? > > The full command line is: > exec Xorg -br -pn -dpi 100 -rgba bgr -screen 240x320 :0 -noreset > > It complains about an unrecognized option "-rgba" > (The AT91SAM9263 should use BGRI anyway...) > > xorg.conf is allowed to be empty, in most simple cases Xorg can work out its configuration itself. I suspect you have found the problem yourself is -rgba is not recognised and stopping the xserver starting. Look at the xserver-common or xserver-kdrive-common packages for the X startup files I lost track of which distro uses which package. Graeme