HOW-TO: SuSe 10.1
Posted: Sat Jul 01, 2006 9:09 pm
1) First of all you need OpenGL acceleration.
How to do that depends on your graphics card.
Some useful links:
http://www.suse.de/~sndirsch/ati-installer-HOWTO.html
http://www.suse.de/~sndirsch/nvidia-ins ... HOWTO.html
How to check:
You should get: direct rendering: Yes
2) The game requires the libXxf86vm.so library, which should be already installed in SuSE (it's in the xorg-x11-libs package).
You need to add a symbolic link to the library. As root:
How to do that depends on your graphics card.
Some useful links:
http://www.suse.de/~sndirsch/ati-installer-HOWTO.html
http://www.suse.de/~sndirsch/nvidia-ins ... HOWTO.html
How to check:
Code: Select all
glxinfo | grep direct
2) The game requires the libXxf86vm.so library, which should be already installed in SuSE (it's in the xorg-x11-libs package).
You need to add a symbolic link to the library. As root:
Code: Select all
ln -s /usr/X11/lib/libXxf86vm.so.1 /usr/X11/lib/libXxf86vm.so
ldconfig