Hi!, quarkhirad,
If you had installed the 'Other Hardware' driver it would have been nvidia-current which is v280.13, but which I do not believe supports your card.
No-one seems to have answered your query:
In the search results I checked the supported products tab and found the driver in the search result supports 540m graphics card. I then downloaded the file: NVIDIA-Linux-X86-295.20.run
Now how do i use the file to install my drivers.
Personall, I use the 290.10 driver with my GT520 card and have not tried the 295 version.
Provided that your system recognizes the Nvidia card. - does: Show both cards? - the following should help: [ substitute the correct file name.]
To Install the nvidia driver all that is necessary is to CD to the folder where you have downloaded the .run file, make it executable and run it.
First, you should add some Blacklists to the /etc/modprobe.d folder, and then, as the nvidia driver must only be installed when the GUI xorg server and screen is inactive, reboot to a Text Terminal, or shut down the Xsession from a GUI screen,
To do this check the /etc/modprobe.d folder for a file named blacklist.conf,
If it does not exist you will need to create one.
In the terminal enter:
Code:
gksu gedit /etc/modprobe.d/blacklist.conf
then add:
Code:
# Added for nvidia driver.
blacklist vga16fb
blacklist rivafb
blacklist rivatv
blacklist nouveau
blacklist lbm-nouveau
blacklist nvidiafb
blacklist nvidia-173
blacklist nvidia-96
And Save As: /etc/modprobe.d/blacklist.conf.
Reboot, preferable to Restart, and either:
From a GUI screen Terminal:
Code:
sudo service lightdm stop # 'gdm' in place of 'lightdm' if < 11.10
OR: From the Grub Menu, put cursor on the Ubuntu entry you intend as your primary usage and press 'e' to edit,
Go to the Linux boot line where it should have ' ro quiet splash' or to: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash ",and add ' text' instead of 'quiet splash'
press Ctrl+x to boot. [ Edit: alternative wording added, if editing /etc/default/grub.]
At the prompt log in and enter password.
In either case:
CD to where the nvidia file is and enter: dir
This will check you are in the right place and enable you to copy the exact name of the file - or use 'Tab' to complete it.
Code:
sudo chmod a+x NVIDIA-Linux-x86-290.10.run # Check the exact spelling; 'x86' is for 32bit
sudo sh NVIDIA-Linux-x86-290.10.run # ditto
Follow screen instructions.
You may get a warning that nouveau is running and must be purged first, but carry on, that's what the blacklists are for.
When complete, reboot.
nvidia-installer, nvidia-settings and nvidia-XServer-config will be installed and you can adjust things to suit your hardware and wishes.
I do not know to what extent having 'Optimus' with two cards affects this, or what change you might need to make to the Bios settings.
Good luck.
Chao!, bogan.
Bookmarks