From owner-freebsd-current@FreeBSD.ORG Wed Jan 4 21:39:18 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02CDC16A41F for ; Wed, 4 Jan 2006 21:39:18 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34DA043D83 for ; Wed, 4 Jan 2006 21:39:08 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so1930488wxc for ; Wed, 04 Jan 2006 13:39:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DBdDDTRN/UY6Xk5p5kF8oF1e53gaV2vIFH4yucBFgzw3L+IIW0He8dHF9rYuiTGQ5N5RP++TLqCgsCb+9fPNnuEYoixb8Z8QoyEuBs/NPWLBf+1sCZzFnlCYgD002fhQeRkgpRSkBNVzm2UuTsuZU6tgXuvohMElS+gk5E47iaA= Received: by 10.70.108.5 with SMTP id g5mr4327825wxc; Wed, 04 Jan 2006 13:39:07 -0800 (PST) Received: by 10.70.105.11 with HTTP; Wed, 4 Jan 2006 13:39:07 -0800 (PST) Message-ID: Date: Wed, 4 Jan 2006 22:39:07 +0100 From: Svein Halvor Halvorsen Sender: sveinhal@gmail.com To: Ted Faber In-Reply-To: <20060103233406.GA1564@hut.isi.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060103233406.GA1564@hut.isi.edu> X-Mailman-Approved-At: Thu, 05 Jan 2006 00:01:06 +0000 Cc: freebsd-current@freebsd.org Subject: Re: lost /dev/agpgart , X11 confused. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2006 21:39:18 -0000 On 1/4/06, Ted Faber wrote: > On -CURRENT as of today, and a rebuild today of the xorg-server-6.8.2_7 > package against the new source, my Xserver won't allocate many video > modes because it can't open /dev/agpgart to allocate memory. The video > card is an Intel I810 - 865G chipset. > > On the new kernel neither the /dev/agpgart nor a /dev/vgapci devide > appears (which seems to be hinted at in the comments to the most recent > change to /sys/pci/agp_i810.c from the CVS tree). I've attached a > verbose dmesg from the kernel recent -CURRENT kernel. > > Anyone else having a similar problem or know what I'm doing wrong? I'm > happy to test patches or provide more info. Even though I asked tis question twice, I did not get a single response. No-one even bothered to ask me for more detail. On my Dell Latitude x300 I had a similar problem but on the 855GM-chipset. The problem seemed to be related to apci_video loading boefore agp and somehow attaching to the video card, and blocking agp from attaching. Or something like that. Your problem might not be the same, though. Svein Halvor