Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2006 21:19:37 -0500
From:      Vulpes Velox <v.velox@vvelox.net>
To:        "marco\.borsatino" <marco.borsatino@libero.it>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: PCI Express
Message-ID:  <20060501211937.4bb01db6@vixen42.vulpes>
In-Reply-To: <IYKSUB$173C593626006486EE78B3547D664349@libero.it>
References:  <IYKSUB$173C593626006486EE78B3547D664349@libero.it>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon,  1 May 2006 09:30:11 +0200
"marco\.borsatino" <marco.borsatino@libero.it> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060501211937.4bb01db6>