Re: Radeon 9600 Problem

From: Darrell Blake (darrell_at_dunmanifestin.co.uk)
Date: 11/24/03


Date: Mon, 24 Nov 2003 08:28:21 -0000


> Did you run the ATI setup utility to automatically generate a suitable
> config file?

Yes.

If not, do so. (It may create the file under a different
> name and require you to manually replace the old with the new.)

Yes it usually creates XF86Config-4 so I just rename it to XF86Config for
standards.

> In any case, make sure that your XF86Config file loads the dri module in
> the "Modules" section. Also make sure that you specify 'Driver "fglrx"'
> in the "Device" section for your graphics card.

Load "dri" is set and the Device driver is set to fglrx.

> If all of that is correct, then it looks like an unrecognized chipset
> causing agpgart.o not to load. (Assuming you've built a kernel with
> agpgart support. ATI's drivers appear to be able to build-in their own
> agpgart support, but it may be older than what the kernel currently
> provides.)

I've tried using the kernels drivers and the inbuilt ATI ones. I can't even
get into X if I try to use the kernel module but when I use the inbuilt one
I can.

My XF86Config files looks thus...

Section "dri"
    Mode 0666
EndSection

Section "Module"
    Load "dbe"
    SubSection "extmod"
      Option "omit xfree86-dga"
    EndSubSection
    Load "type1"
    Load "freetype"
    Load "glx"
    Load "dri"
EndSection

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

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc101"
    Option "XkbLayout" "gb"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ImPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
    Identifier "Monitor0"
    HorizSync 79.9
    VertRefresh 75
    Option "DPMS"
EndSection

Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    Driver "vga"
EndSection

Section "Device"
    Identifier "ATI Graphics Adapter"
    Driver "fglrx"
    Option "no_accel" "no"
    Option "no_dri" "no"
    Option "DesktopSetup" "0x00000000"
    Option "MonitorLayout" "AUTO, AUTO"
    Option "IgnoreEDID" "off"
    Option "HSync2" "unspecified"
    Option "VRefresh2" "unspecified"
    Option "ScreenOverlap" "0"
    Option "NoTV" "yes"
    Option "TVStandard" "NTSC-M"
    Option "TVHSizeAdj" "0"
    Option "TVVSizeAdj" "0"
    Option "TVHPosAdj" "0"
    Option "TVVPosAdj" "0"
    Option "TVHStartAdj" "0"
    Option "TVColorAdj" "0"
    Option "GammaCorrectionI" "0x00000000"
    Option "GammaCorrectionII" "0x00000000"
    Option "Capabilities" "0x00000000"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "off"
    Option "CenterMode" "off"
    Option "PseudoColorVisuals" "off"
    Option "Stereo" "off"
    Option "StereoSyncEnable" "1"
    Option "FSAAScale" "1"
    Option "FSAADisableGamma" "no"
    Option "FSAACustomizeMSPos" "no"
    Option "FSAAMSPosX0" "0.000000"
    Option "FSAAMSPosY0" "0.000000"
    Option "FSAAMSPosX1" "0.000000"
    Option "FSAAMSPosY1" "0.000000"
    Option "FSAAMSPosX2" "0.000000"
    Option "FSAAMSPosY2" "0.000000"
    Option "FSAAMSPosX3" "0.000000"
    Option "FSAAMSPosY3" "0.000000"
    Option "FSAAMSPosX4" "0.000000"
    Option "FSAAMSPosY4" "0.000000"
    Option "FSAAMSPosX5" "0.000000"
    Option "FSAAMSPosY5" "0.000000"
    Option "UseFastTLS" "2"
    Option "BlockSignalsOnLock" "on"
    Option "UseInternalAGPGART" "yes"
    Option "ForceGenericCPU" "no"
    BusID "PCI:1:0:0"
    Screen 0
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "ATI Graphics Adapter"
    Monitor "Monitor0"
    DefaultDepth 24

    Subsection "Display"
        Depth 24
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "Server Layout"
    Screen "Screen0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Cheers,

Darrell



Relevant Pages