Linux-Noob Forums

Full Version: libGL error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

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.


Add this to xorg.conf

 



Code:
Section "DRI"
Mode     0666
EndSection




 

done :)

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