From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965002AbWAXUkM (ORCPT ); Tue, 24 Jan 2006 15:40:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965007AbWAXUkM (ORCPT ); Tue, 24 Jan 2006 15:40:12 -0500 Received: from [198.99.130.12] ([198.99.130.12]:63633 "EHLO saraswathi.solana.com") by vger.kernel.org with ESMTP id S965002AbWAXUkK (ORCPT ); Tue, 24 Jan 2006 15:40:10 -0500 Date: Tue, 24 Jan 2006 16:31:41 -0500 From: Jeff Dike To: Gerd Hoffmann Cc: linux kernel mailing list Subject: Re: [patch 1/2] uml: enable drivers (input, fb, vt) Message-ID: <20060124213141.GA7891@ccure.user-mode-linux.org> References: <43D64F05.90302@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43D64F05.90302@suse.de> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 24, 2006 at 05:00:05PM +0100, Gerd Hoffmann wrote: > This patch enables a number of drivers for the uml build, in preparation > for the uml framebuffer driver patch coming next ;) I'm still unsure about this. It builds now, which is an improvement, but doesn't seem to work for me. Displaying it remotely just doesn't work for me. I get "uml-x11-fb: can't open X11 window" in the kernel log. Locally, it creates a window, and boots, but there's no output in the window, and there's no sign of a getty on the main console when I log in through another console. Jeff