From owner-freebsd-questions@FreeBSD.ORG Tue May 2 02:17:00 2006 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 2F97316A400 for ; Tue, 2 May 2006 02:17:00 +0000 (UTC) (envelope-from v.velox@vvelox.net) Received: from mail07.powweb.com (mail07.powweb.com [66.152.97.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EED443D53 for ; Tue, 2 May 2006 02:16:59 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes (24-119-225-24.cpe.cableone.net [24.119.225.24]) by mail07.powweb.com (Postfix) with ESMTP id 15D5E14DA24; Mon, 1 May 2006 19:16:58 -0700 (PDT) Date: Mon, 1 May 2006 21:19:37 -0500 From: Vulpes Velox To: "marco\.borsatino" Message-ID: <20060501211937.4bb01db6@vixen42.vulpes> In-Reply-To: References: X-Mailer: Sylpheed-Claws 2.1.1 (GTK+ 2.8.17; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: PCI Express 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: Tue, 02 May 2006 02:17:00 -0000 On Mon, 1 May 2006 09:30:11 +0200 "marco\.borsatino" wrote: > After a succesful installation on an AMD64, I started configuring X > environment; I use an ATI Radeon X700Super PCI Express, which is > not listed by "xorgconfig"; I got help from an italian FreeBSD > user, and I modified "xorg.conf". When I startx I get this error: > ---- > (WW) RADEON: No matching device section for instance (BusID > PCI:1:0:1) found (EE) No device detected > Fatal server error: > no screens found > ---- > > This is a part of my xorg.conf, modified according to the > suggestions of the italian user. > > ------------------------ > Section "Device" > Identifier "ATI" > Driver "radeon" > #ChipID Ox5549 > VendorName "ATI Technologies Inc" > BoardName "RV410 [Radeon X700 (PCIE)]" > #Option "EnablePageFlip" "true" > #Option "AccelMethod" "EXA" > #Option "AGPFastWrite" "true" > #Option "AGPMode" "8" > #VideoRam 524288 > BusID "PCI:1:0:0" > EndSection > > Section "Device" > Identifier "ATI2" > Driver "radeon" > #ChipID 0x5549 > VendorName "ATI Technologies Inc" > BoardName "RV410 [Radeon X700 (PCIE)]" > Option "BusType" "PCIE" > #Option "MonitorLayout" "TMDS" > BusID "PCI:1:0:1" > EndSection > > Section "Screen" > Identifier "Screen 1" > Device "ATI" > Monitor "m" > DefaultDepth 24 > > Subsection "Display" > Depth 8 > Modes "1280x1024" "1024x768" "800x600" "640x480" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 16 > Modes "1280x1024" "1024x768" "800x600" "640x480" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 24 > Modes "1280x1024" "1024x768" "800x600" "640x480" > ViewPort 0 0 > EndSubsection > EndSection > ------------------- > > BusID definitions comes from "/var/log/Xorg.0.log". > Any idea? I would see what X -configure kicks out and base it off of that.