On Fri, 2007-07-20 at 05:52 -0500, Mike Chambers wrote: > OK, using the newer driver that came out in the last day or two, got it > to load, can see rhgb now whereas before I couldn't with my vesa driver. > I do see the "Testing use only" icon so that shows it's working. What I > want to know, is if I am able to load DRI and does composite still have > to be disabled? I have attached my xorg.conf that I am using. > > Can someone comment on it on what I need to turn off or on to get > whatever I can to work, to work? > > Thanks ahead of time, FWIW Michael of the Phoronix forum mentioned that the 8.39.4 release has been pulled by ATI/AMD. Obviously the "Testing use only" thingy should not have been in this release. So expect a new one soon. Regarding DRI, it should work as it does in previous releases. I have not seen any report that said otherwise. Here's what I have in xorg.conf: Section "Module" Load "extmod" Load "dri" Load "glx" Load "GLcore" Load "fbdevhw" EndSection I don't know if Composite still has to be disabled. Last time I messed with xorg.conf I disabled it. It's easy enough to enable it with the setting in your /etc/X11/xorg.conf Section "Extensions" Option "Composite" "Disabled" EndSection Section "Extensions" Option "Composite" "Enabled" EndSection Regards, Patrick