You are not logged in.
I have configured xorg and the glxgears and glxinfo command work properly, except that the framerate of glxgears is very low, and glxinfo says Direct Rendering is not active.
But when using those command with the root user, direct rendering is on, and glxgears has a high framerate.
When using glxinfo with a regular user it gives me this message:
libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering
And when using root, it works okay, so does anyone know how to solve this and activate direct rendering with a regular user?
Offline
Is your user in the <code>video</code> group? Not sure if that is necessary, but it's a thought...
Offline
Yes it is, but still it I have to be root for direct rendering to work.
Offline
make sure you have:
Section "DRI"
Mode 0666
EndSection
in your /etc/X11/xorg.conf
Offline
This is what I have:
# Section "DRI"
# Mode 0666
# EndSection
What else do I need?
Offline
adrian_mx: Your DRI section is commented out. Remove the # so it looks like what tyme posted.
Offline
Thanks, it works now !!!
Offline