HOW-TO: Debian Sarge
Posted: Sat May 27, 2006 4:41 pm
1) First of all you need OpenGL acceleration.
How to check:
You should get: direct rendering: Yes
2) Then you need to install the xlibs-dev library.
As root:
and then:
How to check:
Code: Select all
glxinfo | grep direct
2) Then you need to install the xlibs-dev library.
As root:
Code: Select all
apt-get update
apt-get install xlibs-dev
Code: Select all
cd /usr/X11R6/lib
ld --whole-archive -shared -o libXxf86vm.so libXxf86vm.a
ldconfig