[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

dri with xfree86 4.3 and ati rage mobility M1



Anyone have managed to enable dri with Ati rage mobility M1 or similar
(its a rage 128).
I loaded the dri module under X and have mtrr, drm, agpart in the kernel
but keep getting the message
Xlib:  extension "XFree86-DRI" missing on display ":0.0".

I load the following modules under X:

    Load        "dbe"  	# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA
extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"

# Modules configured bu debian
    Load	"GLcore"
    Load	"bitmap"
    Load	"ddc"
    Load	"extmod"
    Load	"int10"
    Load	"record"
    Load	"vbe"




Reply to: