Hi! Im trying to run a quake 3 based game on my ubuntu 10.04 lucid system. I know that it can work because some years ago it worked very well with ubuntu 8.04 and exactly the same hardware. Here is the output: Code: michael@MichiDesktop:~/Desktop/jk2$ wine jk2mp.exe bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) err:seh:setup_exception_record stack overflow 1056 bytes in thread 001a eip 7bc3e718 esp 01b60f10 stack 0x1b60000-0x1b61000-0x2360000 Code: michael@MichiDesktop:~/Desktop/jk2$ wine --version wine-1.1.42 Nvidia 8800 GTS and this is the glxgears output: Code: michael@MichiDesktop:~$ glxgears Running synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate. 49872 frames in 5.0 seconds 47948 frames in 5.0 seconds 51063 frames in 5.0 seconds should be enough i thought.