From owner-freebsd-questions@FreeBSD.ORG Fri Feb 13 06:40:17 2004 Return-Path: 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 5E65416A4CE for ; Fri, 13 Feb 2004 06:40:17 -0800 (PST) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D4943D39 for ; Fri, 13 Feb 2004 06:40:11 -0800 (PST) (envelope-from judmarc@fastmail.fm) Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by mail.messagingengine.com (Postfix) with ESMTP id 8F6B84FC809; Fri, 13 Feb 2004 09:39:26 -0500 (EST) Received: by frontend3.messagingengine.com (Postfix, from userid 99) id A1A4849; Fri, 13 Feb 2004 09:39:25 -0500 (EST) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.72; T1.001; A1.60; B2.21; Q2.21) From: "Jud" To: "Andreas Magana" , "freebsd-questions" Date: Fri, 13 Feb 2004 09:39:25 -0500 X-Sasl-Enc: cfADORzVNvnHCnd1hOOX3g 1076683165 Message-Id: <1076683165.7211.180991879@webmail.messagingengine.com> References: <20040213121210.30817.qmail@web80211.mail.yahoo.com> In-Reply-To: <20040213121210.30817.qmail@web80211.mail.yahoo.com> Subject: Re: Andy Magana X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 14:40:17 -0000 On Fri, 13 Feb 2004 04:12:10 -0800 (PST), "Andreas Magana" said: > I have recently installed BSD. My card is a Visiontek Xtasy Radeon 128MB > AGP card. Can you reply with some recommendations because it is installed > but I don't sse anything for my cardl. I assume that the "it" that "is installed" is XFree86? If so, choose the generic Radeon driver when configuring XFree86. You don't say which version of FreeBSD you have installed. The 5.x kernel config includes "device agp," but I am not sure if 4.x does. If "device agp" isn't already in your kernel config you may want to recompile it with that device added (or kldload it as a module - I imagine that's possible, though I haven't done it myself). Jud