Originally posted by: TGS
I got the Ubuntu AMD64-bit DVD iso. Burned it, installed to a 20GB area on my second disk. Everything was detected, though I had to download a mp3plugin, and "unmute" my audigy 2 analog out port(not the correct name, but it was the function it fixed). After that I was off to the races.
Now I get to try my hand at configuring some gcc options to compile Cedega from CVS.
A couple things with ubuntu(and all debian based distros).
Apt-get is your friend.
Makes everything very easy, if you know the package name you want to install. If you don't try Synaptic. It will list the available packages in a graphical manner. Very easy to navigate or to search through to find what you need.
Alsamixer and alsamixergui for configuring sound cards. I had to use this to get my audigy to output sound via analog.
Gstreamer0.8-mad is the mp3 package I needed to install. So if you want MP3 support, you may have to load that. If you don't see that you will need to edit your "/etc/apt/sources.list" file and uncomment the two universe repositories.
Run "apt-get update" and the new packges from those repositories will get pulled up. Then do a search for the gstreamer packages. You should find the gstreamer*-mad package.
Through synaptic I found the nvidia-settings tool and the driver packages. After I installed both and did a "sudo /etc/init.d/gdm restart"
I had full 3D acceleration. You can run "glxgears" to confirm this. I was pulling somewhere around 13000FPS with the default box on my 6800GT.
Cleaner example listing below.