I bought an ASUS K55 VD with Inte i3, but cannot install Nvidia GeForce 610M in Ubuntu 12.04, Please guide me with step by step installation if u could please.
Thank You
I bought an ASUS K55 VD with Inte i3, but cannot install Nvidia GeForce 610M in Ubuntu 12.04, Please guide me with step by step installation if u could please.
Thank You
The documentation is provided on the Ubuntu wiki here.
Basic steps:
sudo apt-get update
Then
sudo apt-get install nvidia-kernel-common nvidia-current nvidia-settings
Finally change the driver on the Xorg.conf
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection