PCI Express
marco.borsatino
marco.borsatino at libero.it
Mon May 1 07:30:13 UTC 2006
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?
Thanks.
Marco
More information about the freebsd-questions
mailing list