From owner-freebsd-questions@FreeBSD.ORG Sun Jun 5 21:34:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FDC516A41C for ; Sun, 5 Jun 2005 21:34:42 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E31D43D4C for ; Sun, 5 Jun 2005 21:34:41 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Sun, 5 Jun 2005 22:35:19 +0100 Message-ID: <42A36FEF.5050804@dial.pipex.com> Date: Sun, 05 Jun 2005 22:34:39 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.8) Gecko/20050530 X-Accept-Language: en, en-us, pl MIME-Version: 1.0 To: eodyna References: <20050605070810.71385.qmail@web32810.mail.mud.yahoo.com> In-Reply-To: <20050605070810.71385.qmail@web32810.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Jun 2005 21:35:19.0866 (UTC) FILETIME=[78D029A0:01C56A16] Cc: freebsd-questions@freebsd.org Subject: Re: xorg and missing /dev/agpgart X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2005 21:34:42 -0000 eodyna wrote: >I have also installed xorg 6.8.2. When i try to run X. >i get the error message : Unable to open /dev/agpgart >(No such file or directory). > >i looked in /dev and sure enough it isn't there. I >checked my kernel to see if device agp was there and >it was. > >im not sure how im meant to get /dev/agpgart to appear >in /dev. if anyone can help me out here, that would >be great. > > options AGP_AMD64_GART # Included GART code for AMD64 machines. It's in one of the NOTES files. Don't build a kernel without reading them. (Actually, I do "cat ../../conf/NOTES NOTES > LINT.mine" to get a more old-style LINT file in one place, if in a somewhat different order from 4.X). --Alex