On Mon, 2007-01-08 at 05:27 +0100, [EMAIL PROTECTED] wrote: > > --------line from xorg log -------------- > (II) I810(0): direct rendering: Enabled > --------xorg log end-------------- > > Yet, glxinfo reports differently: > --------glxinfo call/output ------- > # glxinfo |head > name of display: :0.0 > display: :0 screen: 0 > direct rendering: No > --------glxinfo output end------- > > Now - is direct rendering used, or not?
This means that the X server initialized the DRI, but something prevents clients from actually using direct rendering. LIBGL_DEBUG=verbose glxinfo 2>&1 >/dev/null should give a hint. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer