From owner-freebsd-current@FreeBSD.ORG Mon Oct 22 08:16:03 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69D1216A419 for ; Mon, 22 Oct 2007 08:16:03 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout2.freenet.de (mout2.freenet.de [IPv6:2001:748:100:40::2:4]) by mx1.freebsd.org (Postfix) with ESMTP id F081513C494 for ; Mon, 22 Oct 2007 08:16:02 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.11] (helo=mx1.freenet.de) by mout2.freenet.de with esmtpa (Exim 4.68) (envelope-from ) id 1IjsS9-0002Xx-B7 for freebsd-current@freebsd.org; Mon, 22 Oct 2007 10:16:01 +0200 Received: from x164f.x.pppool.de ([89.59.22.79]:61798 helo=peedub.jennejohn.org) by mx1.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.68 #6) id 1IjsS9-0007RU-61 for freebsd-current@freebsd.org; Mon, 22 Oct 2007 10:16:01 +0200 Date: Mon, 22 Oct 2007 10:16:00 +0200 From: Gary Jennejohn To: freebsd-current@freebsd.org Message-ID: <20071022101600.12698637@peedub.jennejohn.org> In-Reply-To: <20071021181423.67f3815d@peedub.jennejohn.org> References: <20071021181423.67f3815d@peedub.jennejohn.org> Organization: DENX Softwre Engineering GmbH X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: cant start X with today's kernel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2007 08:16:03 -0000 On Sun, 21 Oct 2007 18:14:23 +0200 Gary Jennejohn wrote: > I can't start X with a kernel made today. The server complains that the video card > is on ISA (it's really on AGP) and that it can't find any screens. Here the last > few lines from /var/log/Xorg.0.log: > > (II) ATI: ATI driver wrapper (version 6.7.195) for chipsets: mach64, rage128, radeon > (II) Primary Device is: ISA > (EE) No devices detected. > > I know there's an entry in /usr/src/UPDATING (20070930), and I did a fresh install > of xorg-7.3 today and X still won't start. Trying to force X to use PCI with BusID > in xorg.conf also doesn't help. > > Has anyone else seen this? At the moment I'm using an old kernel from Sept 27. > Never mind. I got hit with a clue-bat and realized that I hadn't installed world (because of the DLT_* problem) so the X server couldn't pick up the new sys/pciio.h. -- Gary Jennejohn