OpenGL
Submitted by Bram Schoenmakers on 5 March, 2009 - 22:10.
A year ago I wrote a rather successful article on getting OpenGL right on a Gentoo Linux system. It was not straightforward to do and it I must confess the graphics setup didn't work anymore after a while. But still it appears to be of help to some people.
Now I switched to Arch Linux I had to get this right again. And it turned out to be so much simpler!
Submitted by Bram Schoenmakers on 18 November, 2006 - 12:21.
I was interested in which shared libraries are in my system's memory. The following command produces such a list:
# lsof | awk '{print $9}' | grep \\.so | sort -u
I had some trouble with the following line in the output:
/usr/lib/opengl/ati/lib/libGL.so.1.2