Page 1 of 1

HOW-TO: Debian Sarge

Posted: Sat May 27, 2006 4:41 pm
by Massimo32
1) First of all you need OpenGL acceleration.

How to check:

Code: Select all

glxinfo | grep direct
You should get: direct rendering: Yes

2) Then you need to install the xlibs-dev library.
As root:

Code: Select all

apt-get update
apt-get install xlibs-dev
and then:

Code: Select all

cd /usr/X11R6/lib
ld --whole-archive -shared -o libXxf86vm.so libXxf86vm.a
ldconfig