HOW-TO: Ubuntu 5.10 Breezy

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: Ubuntu 5.10 Breezy

Post by Massimo32 »

1) First of all you need hardware acceleration.
Some useful links:
https://wiki.ubuntu.com/HardwareSupport ... VideoCards
https://wiki.ubuntu.com/BinaryDriverHowto

How to check:

Code: Select all

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

2) then you need to install the shared library libXxf86vm

Code: Select all

sudo apt-get update
sudo apt-get install libxxf86vm
3) and add a simbolic link to the library:

Code: Select all

sudo ln -s /usr/lib/libXxf86vm.so.1.0.0 /usr/lib/libXxf86vm.so
Also, if you have a joystick connected to the gameport, this may be useful:

http://ubuntuforums.org/showthread.php?t=55173
Post Reply