Linux-Noob Forums
libGL error - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Gentoo (https://www.linux-noob.com/forums/forum-93.html)
+--- Thread: libGL error (/thread-2349.html)



libGL error - enigma - 2005-11-05


i've just emerged bzflag when running the following command as normal user:

 



Code:
/usr/games/bin/bzflag




 

its returns the following errors:

 



Code:
libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering




 

Now on the other hand if I run the game as root, it loads everything fine and works like a charm. Just as normal user it lags like no tommorow because of the libGL issue.




libGL error - znx - 2005-11-05


Add this to xorg.conf

 



Code:
Section "DRI"
Mode     0666
EndSection




 

done :)




libGL error - enigma - 2005-11-05

Thank you very much znx that did the trick now it works great :)