Direct Rendering Interface: Make Your Graphics Super Fast

DRI is the mechanism in XFree86 4 for allowing direct access to the video hardware. This is important for things like 3D graphics. Without DRI, those fancy xscreensaver OpenGL modes are jerky and slow. With DRI, 3D graphics are silky smooth.

DRI is also important for things like video in.

Anyway, you have to tweak your XFree86 config to make it work:

 Section "DRI"
        Mode 0666
 EndSection
 # rm -rf /dev/dri

To test, run xscreensaver-demo and try some of the OpenGL modes. They should now be smooth animations.


lib/Request.php:589: Notice: Undefined variable: wiki_user