From owner-freebsd-questions@FreeBSD.ORG Mon May 1 07:30:13 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 29A2116A401 for ; Mon, 1 May 2006 07:30:13 +0000 (UTC) (envelope-from marco.borsatino@libero.it) Received: from smtp4.libero.it (smtp4.libero.it [193.70.192.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93FB243D48 for ; Mon, 1 May 2006 07:30:12 +0000 (GMT) (envelope-from marco.borsatino@libero.it) Received: from localhost (172.16.1.177) by smtp4.libero.it (7.0.027-DD01) id 43F225B206D64A08 for freebsd-questions@freebsd.org; Mon, 1 May 2006 09:30:11 +0200 Received: from smtp1.libero.it ([172.16.1.224]) by localhost (asav0.libero.it [193.70.192.9]) (amavisd-new, port 10024) with ESMTP id 28799-06 for ; Mon, 1 May 2006 09:30:11 +0200 (CEST) Received: from libero.it (192.168.17.8) by smtp1.libero.it (7.0.027-DD01) id 4451542E00082880 for freebsd-questions@freebsd.org; Mon, 1 May 2006 09:30:11 +0200 Date: Mon, 1 May 2006 09:30:11 +0200 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "marco\.borsatino" To: "freebsd-questions" X-XaM3-API-Version: 4.3 (R1) (B3pl15) X-SenderIP: 151.44.161.127 X-Scanned: with antispam and antivirus automated system at libero.it Subject: 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: Mon, 01 May 2006 07:30:13 -0000 After a succesful installation on an AMD64, I started configuring X envir= onment; I use an ATI Radeon X700Super PCI Express, which is not listed by "xorgco= nfig"; 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) fo= und (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? Thanks. Marco