Comment 40 for bug 303011

Revision history for this message
Ivan Stetsenko (stetzen) wrote :

 Directrix1 wrote 11 hours ago: (permalink)

In the file: /lib/udev/rules.d/50-udev-default.rules change the line that reads like:
KERNEL=="card[0-9]*", NAME="dri/%k"
to this:
KERNEL=="card[0-9]*", MODE="0666", NAME="dri/%k"

That got DRI at least partially "working" but it is still dog slow (but not as slow at least). I'm using Jaunty with Intel i943 graphics.

If MODE="0666" is enabled, I'm getting about 700 fps at glxgears and GEM is marked as working in glxinfo, but bug #96991 appears (3d apps become broken). If this option is not enabled, I'm getting about 70 fps, but #96991 is gone and there is no GEM in glxinfo.