[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: i810 and Direct Rendering X11



On Fri, 2005-05-27 at 09:37 -0400, Derek "The Monkey" Wueppelmann wrote:
> On Thu, 2005-05-26 at 12:13, hacker wrote:
> > I don't know all the particulars of glxinfo, but if gears is 300, you
> > probably have it.  The proof is in the use .. try running tuxracer or
> > chromium and see if they work.  For me, the die when I'm not
> > accelerated.
> 
> Hmm, so glxgears says it has a high framerate, however when running
> tuxracer or any of the opengl screensavers it is so very slow.

Check the permissions on /dev/dri/card0 (or similar).  You should have
one of these two blocks in /etc/X11/XF86Config-4 as described here:
http://www.xfree86.org/4.3.0/DRI6.html#10

# All users get full access
Section "DRI"
	Mode "0666"
EndSection

# Only users in group "video" get full access
Section "DRI"
	Group "video"
	Mode "0660"
EndSection

HTH,
-Jonathan Brandmeyer



Reply to: