I've been trying for a couple of days now to get my 940M to work on Ubuntu 14.04.4 LTS to no avail (currently stuck on login loop issue), and yet there doesn't appear to be much discussion of issues surrounding the card. I have a feeling that I'm overlooking something simple.
Has anyone else been able to get an Nvidia 940M to run on 14.04.4 LTS with Nvidia's proprietary drivers?
If so, how did you do it?
The nouveau drivers appear to work just fine, but I expect better performance with Nvidia's.
16.04 most certainly detects his graphics hardware correctly, as it did for my
– emk2203 Apr 10 '16 at 08:25nvidia-prime
system.bash NVIDIA...blahblah.run --uninstall
then do an immediate re-install (bash NVIDIA...blahblah.run
) . (Works for me in 14.04.4 with latest all) – Hannu Apr 10 '16 at 09:00ubuntu-drivers
, rebooted, and that was it.glxinfo | grep OpenGL
shows that the 940M is ready for OpenGL rendering. There was no login loop. Also,optimus-prime
installed itself with the driver! Last, but not least, the touchpad issues I was having in 14.04.4LTS are gone too. Hurrah! If you want to post an answer, I can mark it as the solution. – redbeardt Apr 10 '16 at 10:34