Page 1 of 1

HOW-TO: Ubuntu 6.06 Dapper - 6.10 Edgy

Posted: Sun Jun 11, 2006 7:51 pm
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 libxxf86vm1
3) and add a simbolic link to the library:

Code: Select all

sudo ln -s /usr/lib/libXxf86vm.so.1 /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