0

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

1 Answers1

0

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
Braiam
  • 67,791
  • 32
  • 179
  • 269
vfbsilva
  • 331
  • 2
  • 12