HOW-TO: SuSe 10.1

Insert here your troubles, infos and request about YSoccer's technical questions.
Post Reply
Massimo32
Chapman's successor
Chapman's successor
Posts: 852
Joined: Wed Dec 29, 2004 1:14 pm
Location: Turin, Italy

HOW-TO: SuSe 10.1

Post by Massimo32 »

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:

Code: Select all

glxinfo | grep direct
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:

Code: Select all

ln -s /usr/X11/lib/libXxf86vm.so.1 /usr/X11/lib/libXxf86vm.so
ldconfig 
Post Reply