From owner-freebsd-questions@FreeBSD.ORG Sun Jun 5 21:32:08 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 48F0016A41C for ; Sun, 5 Jun 2005 21:32:08 +0000 (GMT) (envelope-from rmarella@gmail.com) Received: from ms-smtp-03-eri0.socal.rr.com (ms-smtp-03-qfe0.socal.rr.com [66.75.162.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 166EC43D49 for ; Sun, 5 Jun 2005 21:32:07 +0000 (GMT) (envelope-from rmarella@gmail.com) Received: from [10.0.0.101] (cpe-66-8-186-59.hawaii.res.rr.com [66.8.186.59]) by ms-smtp-03-eri0.socal.rr.com (8.12.10/8.12.7) with ESMTP id j55LVtgQ003694; Sun, 5 Jun 2005 14:31:55 -0700 (PDT) Message-ID: <42A36F40.4040603@gmail.com> Date: Sun, 05 Jun 2005 11:31:44 -1000 From: Robert Marella User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050512 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Slade References: <1117908387.25428.6.camel@lmail.bathnetworks.co.uk> In-Reply-To: <1117908387.25428.6.camel@lmail.bathnetworks.co.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: "freebsd-questions@freebsd.org" Subject: Re: FreeBSD 5.4 & Xwindows 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:32:08 -0000 Robert Slade wrote: > Hiya, > > I've been trying to figure this out. I've tried googling for an answer > but only got confused. > > I have a P4 machine with an ATI Radeon 9200 with 128Mbyte of memory > built into the motherboard. I have not been able to get Xwindows to run > at any greater resolution than basic VGA. All I seam to get is no driver > or no screen defined. > > > Goggle troughs up some info but for linux. Can anybody help please. > > Rob > Hello Rob Sorry that I'm getting in this late. I have the 9200SE card in two of my computers. Both are running 5.4 I added the following line to my kernel: device radeondrm And then my card is recognized by dmesg drm0: port 0xc000-0xc0ff mem 0xe5000000-0xe500ffff,0xd0000000-0xd7ffffff irq 11 at device 0.0 on pci1 info: [drm] AGP at 0xe0000000 64MB info: [drm] Initialized radeon 1.11.0 20020828 on minor 0 Here are the important bits from xorg.conf Identifier "Card0" Driver "ati" VendorName "ATI Technologies Inc" BoardName "Unknown Board" BusID "PCI:1:0:0" I hope this helps Good Luck Robert