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