Hey guys,
I'm having a little bit of trouble with setting up my nVidia graphics drivers for my laptop in Ubuntu. If someone is knowledgeable about the errors I'm getting and could help me out, I'd very much appreciate it!
What I did
I downloaded the
Windows installer from the ubuntu website and dual-booted my PC with the x64 version.
I then proceeded to download the graphics drivers from nVidia. I downloaded the GeForce GT 540M x64 for Linux (I have a GT 540M in my laptop). Given to me was a ".run" file.
Next, I dropped back to the CLI (
ctrl+alt+F2), stopped the xserver (
sudo lightdm exit), CD'd to the .run file and executed it (
sudo ./filename.run).
I got one error message during installation which read "pre-installation script failed! Do you want to try and install anyway?", to which I answered "yes". The installation went smoothly from there.
After rebooting, I was greeted with a 640x480 resolution login screen. I tried configuring it using the nvidia-xserver config app, but that just threw an error stating "you appear to not be using the nvidia drivers".
I tried running the command "sudo nvidia-xconfig", which should enable it, restarted the xserver, but that didn't help.
I've temporarily fixed the problem by removing /etc/X11/xorg.conf so it uses software rendering.
I'm lost now. No matter what I do, the driver just won't work.
Any help?
TheComet