maps
April 11th, 2004, 17:58
Hello all,

I was wondering if anyone could help me.

I found out yesterday that XFree86 4.4.0 now supports my ATI Radeon 9800 Pro. So I eagerly downloaded XFree and successfully installed it. But, unfortunately, I having a tough time configuring it.

I get the following errors:

(WW) RADEON: No matching Device Section for instance (BusID PCI:1:0:1) found.

(EE) No devices detected.

Fatal Server error
no screens found

Below is my XF86Config:

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5 - 48.5
VertRefresh 50.0 - 90.0
EndSection

Section "Monitor"
Identifier "Monitor1"
EndSection

Section "Device"

### Available Driver options are:-
### Values: [i]: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
# Option "BusType" "AGP"
Identifier "Card0"
Driver "vesa"
# Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
# BusID "PCI:1:0:1"
EndSection

Section "Device"
BusID "PCI:1:0:1"
Identifier "Card1"
Driver "radeon"
VendorName "ATI Technologies Inc"
BusID "PCI:1:0:1"
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5 - 48.5
VertRefresh 50.0 - 90.0
EndSection

Section "Monitor"
Identifier "Monitor1"
EndSection

Section "Device"

### Available Driver options are:-
### Values: [i]: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
# Option "BusType" "AGP"
Identifier "Card0"
# Driver "vesa"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
# BusID "PCI:1:0:1"
EndSection

Section "Device"
BusID "PCI:1:0:1"
Identifier "Card1"
Driver "radeon"
VendorName "ATI Technologies Inc"
BusID "PCI:1:0:1"
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Any help would be appriciated.

Thank you,

Maps

soup4you2
April 11th, 2004, 18:06
kldload radeon

[code:1:27a6017918]
Section "Device"
Identifier "internal"
Driver "radeon"
BusID "PCI:01:00:0"
Option "CrtScreen" "True"
EndSection
[/code:1:27a6017918]

maps
April 11th, 2004, 21:13
No luck.

I changed XF86Config, typed "kldload radeon" and "startx &". I get the same problem. Did I understand you correctly?

Thanks.

KrUsTy!
April 11th, 2004, 23:18
Your using the wrong driver.

For my 9700 Pro I use the "ati" driver, that's really where the support for the new cards is done. The radeon driver I think is pretty old, and not where new card support is done for ati.

So my last part of the device section looks like this,

[code:1:2431b2c6d9] Identifier "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "Radeon R300 ND [Radeon 9700]"
BusID "PCI:1:0:0"
[/code:1:2431b2c6d9]

You should have XFree86 config itself to make sure that it sees your card properly by doing this command,
[code:1:2431b2c6d9]
XFree86 --configure[/code:1:2431b2c6d9]

That will produce a config file that you can then modify to your own taste. It should automagically detect your card and the proper driver if XFree86 has the support for it. I remember being very excited when XFree86 4.3 came out and had proper support for the 9700!

I run at 1600x1200 on the 9700 with no problems.

Hope this helps.

{K}

Jim
January 14th, 2005, 00:37
Hmm seems there's no driver support - everyone's asking, and noone's getting resolutions...

Prolly is the wrong driver, I just swapped out a 9700 ati card for the 9800xt in my laptop and now I can't seem to get the ati driver working... if I delete the XF86config, X runs, but in like 1280x1024 :( so I have awful pixel scaling to 1920x1200...

Funny though, cause the name does show up in the list of drivers...