DRI is depreciated, you don't need it/it can be replaced with newer modules.
Load "i2c" #card detection(TV tuner)
Load "bitmap" #bitmap fonts
Load "ddc" #Vesa Display Data Channel
Load "extmod" #server extensions
Load "freetype" #free type font
Load "glx" #accelerated gl
Load "int10" #graphics card init.
Load "type1"#Type 1 fonts
Load "vbe" #VESA bios extensions
Load "v4l" #video 4 linux
DRI won't be used by secondlife if glx is present. The above are what I use, many will cause problems on ATI hardware but it provides some ideas on what to unload and try loading to fix the problem.
Load "i2c" #card detection(TV tuner)
Load "bitmap" #bitmap fonts
Load "ddc" #Vesa Display Data Channel
Load "extmod" #server extensions
Load "freetype" #free type font
Load "glx" #accelerated gl
Load "int10" #graphics card init.
Load "type1"#Type 1 fonts
Load "vbe" #VESA bios extensions
Load "v4l" #video 4 linux
DRI won't be used by secondlife if glx is present. The above are what I use, many will cause problems on ATI hardware but it provides some ideas on what to unload and try loading to fix the problem.
i'm using an ATI 9250, fedora Core 6 distro, the included open source drivers. When I dont load the DRI module in xorg.conf, SL gives me the 'failed to create window' dialog box. Anything you can tell me I might need to do or change somewhere else for SL to run without DRI? anything else you need to know about my system to answer this?