The default open-source driver of Ubuntu10.04 can be used for 3D development. 10.04 of users must make a decisive detour. Do not look down for any special reasons !!! Method: Note: I only install the driver on Ubuntu9.10. If you have installed the ati private driver before, delete the driver before installation: sudo/usr/share/ati/fglrx-uninstall, and close compiz 1 to the http://kernel.ubuntu.c
The default open-source driver of Ubuntu 10.04 can be used for 3D development. Users of Ubuntu 10.04 must make a decisive detour. For no special reason, please do not look down !!!
Method:
Note: I only install it on Ubuntu 9.10. If you are using Ubuntu 9.04, try again;
If you have installed the ati private driver before, delete the driver before installation.
It should be: sudo/usr/share/ati/fglrx-uninstall, and disable compiz
1. To http://kernel.ubuntu.com /~ Kernel-ppa/mainline download the latest 2.6.32 kernel (or update) deb package
Double-click the installation or command line and enter:
Sudo dpkg-I linux-image-2.6.32 ....... Deb (use tab to automatically complete)
II,
Code:
Sudo add-apt-repository ppa: xorg-edgers
Sudo apt-get update & sudo apt-get upgrade
3. Enter glxinfo | grep-I opengl after restart.
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: Mesa DRI R600 (RV630 9589) 20090101x86/MMX +/3 DNow! +/SSE2 TCL
OpenGL version string: 1.5 Mesa 7.7-devel
OpenGL extensions:
If OpenGL renderer string is followed by your graphics card model rather than the Software Rasterizer, you can enable 3D.
If you want to delete it after installation:
Sudo apt-get install ppa-purge
Sudo ppa-purge xorg-edgers