<div>Hey,<br> </div>
<div>The problem is with the default nvidia drivers. These are open source and have issues. The simplest workaround is to type in a terminal:</div>
<div> </div>
<div>sudo apt-get install nvidia-glx</div>
<div>sudo nvidia-glx-config enable</div>
<div> </div>
<div>This will not however install the 32-bit compatability libraries. For those the official nvidia binaries will be necessary.</div>
<div> </div>
<div>Sasha</div>