Radeon X850 DRI Help

Alexander Wright alexander at wright-family.me.uk
Mon Nov 9 11:04:14 PST 2009


On Monday 09 Nov 2009 15:10:17 Alex Deucher wrote:
> On Mon, Nov 9, 2009 at 6:21 AM, Alexander Wright
> 
> <alexander at wright-family.me.uk> wrote:
> > Hi,
> >
> > I'm trying to get DRI working on the Radeon X850 chipset.
> >
> > Could someone please point me towards the right place to look / ask for
> > help.
> 
> It should work out of the box on most modern distros for the last
> several years.  What sort of problem are you seeing?

That's what I thought.

From Xorg.0.log:

(WW) RADEON(0): [agp] AGP not available
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
(II) RADEON(0): [agp] You may want to make sure the agpgart kernel module
is loaded before the radeon kernel module.
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xf805b000 at 0xb76dd000
(II) RADEON(0): [drm] Closed DRM master.
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0):   MC_FB_LOCATION   : 0xfffff000 0xfffff000
(II) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
(==) RADEON(0): Backing store disabled
(WW) RADEON(0): Direct rendering disabled

However, /etc/conf.d/modules:
modules="agpgart drm radeon fuse"

dmesg:
[    8.314920] Linux agpgart interface v0.103
[    8.386680] [drm] Initialized drm 1.1.0 20060810
[    8.449091] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    8.449579] [drm] Initialized radeon 1.31.0 20080528 for 0000:01:00.0 on 
minor 0
[    8.500817] fuse init (API version 7.12)

$ cat /etc/X11/xorg.conf
Section "Module"                         
        Load    "vbe"                    
        Load    "GLcore"                 
        Load    "dbe"                    
        Load    "extmod"                 
        Load    "bitmap"                 
EndSection                               

Section "Device"
 Identifier "name"                 # your alias
 Driver "radeon"                               
 Option "AccelMethod" "XAA"                    
 # XAA/EXA                                     
 Option "AccelDFS"    "1"                      
 # 1/0 On for PCIE, off for AGP
 # Manpage: Use  or  don't  use accelerated EXA DownloadFromScreen hook
 # when possible.
 Option "AGPMode" "1"
 # 1-8 Does not affect PCIE models.
 Option "AGPFastWrite" "1"
 # 1/0 Does not affect PCIE models. Not recommended.
 Option "GARTSize" "64"
 # 0-64 Megabytes of gart (system) memory used.
 # Wrongly defaults to 8MB sometimes, see your logfile.
 # Bigger seems better.
 Option "EnablePageFlip" "1"
 # 1/0 Increases 3D performance substantially
 # seemingly in XAA mode only
 Option "ColorTiling" "1"
 # 1/0 Increases 3D performance substantially
 # affected stability only positively on my system
EndSection

#Section "Device"
#       ### Available Driver options are:-
#       # sw_cursor is needed for some ati and radeon cards
#       Option "sw_cursor"
#       #Option     "hw_cursor"
#       #Option     "NoAccel"
#       #Option     "ShowCache"
#       #Option     "ShadowFB"
#       #Option     "UseFBDev"
#       #Option     "Rotate"
#       #Option     "MonitorLayout" "LVDS, NONE"
#       Identifier  "Card0"
#       # The following line is auto-generated by x11-misc/mkxf86config
#       Driver      "ati"
#       VendorName  "All"
#       BoardName   "All"
##      BusID       "PCI:1:0:0"
#EndSection

Section "DRI"
        Mode 0666
EndSection





More information about the xorg-driver-ati mailing list