I run NWN on just the same Linux system, but lower grade hardware, and it works flawlessly, with movies, hardware mouse, user accounting and chat window logging.
What did you mean by "this caused the game to not run at all"? Does it start and crash or refuse to start due to missing shared objects?
First, you need 32bit support:
sudo apt-get install ia32-libs-multiarch
Then, remove the ./lib part from your nwn startup script and add the following:
export SDL_AUDIODRIVER=pulse
right before the call of nwmain. That should settle most of your issues - if not, or if there is more, come back here.
BTW: Where do you get your nvidia drivers? I use the ubuntu-x-swat ppa for ubuntu packages. My nvidia version: 304.60-0ubuntu1~precise~xup2
If you have not done so already, you can add it with the following commands:
sudo apt-add-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current
First, you must of course remove the nvidia drivers you already have, if they circumvented the package management.
HTH
Greetings
Skildron
Modifié par Skildron, 23 octobre 2012 - 02:52 .