https://bugzilla.novell.com/show_bug.cgi?id=308693 User diego.ercolani@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=308693#c33 Diego Ercolani <diego.ercolani@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |diego.ercolani@gmail.com Version|Beta 3 |Final --- Comment #33 from Diego Ercolani <diego.ercolani@gmail.com> 2008-02-13 04:22:13 MST --- (I think isn't an architecture issue) I think is related to hal and resmgr that doesn't setup access right to /dev/dri and /dev/dri/* infact if I set permissions with: setfacl -m u:USERNAME:rwx /dev/dri and setfacl -m u:USERNAME:rw /dev/dri/*, all seems to go the same if you issue glxinfo, without privileges: USERNAME:~> glxinfo | grep 'direct rendering:' libGL error: open DRM failed (Operation not permitted) libGL error: reverting to (slow) indirect rendering direct rendering: No and then correcting permissions USERNAME:~> sudo setfacl -m u:USERNAME:rwx /dev/dri root's password: USERNAME:~> sudo setfacl -m u:USERNAME:rw /dev/dri/* USERNAME:~> glxinfo | grep 'direct rendering:' direct rendering: Yes -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.