Install NVIDIA driver manually for Asus K43 SV with Ubuntu Lucid 10.04
I just bought a new laptop Asus K43 SV and installed Ubuntu Lucid 10.04 LTS stable release. It has an i5 2nd generation processor with 4Gb of memory and 1 Gb of VRam. So far, I think this is the most affordable laptop I can look for in Philippine market offered free delivery through LBC by www.pccorner.com or www.laptopking.com from your online purchase.
STEP 1: Download the driver from www.nvidia.com/Download/index.aspx. See below the form I filled up to download the driver. There is another option below. Either way works! Important thing is that you download the correct driver for you VRam. For me, I had downloaded the file named NVIDIA-Linux-x86_64-280.13.run for my Lucid 10.04 64-bit OS.
STEP 2: Install the driver. Follow the steps bellow.
- hit keys Ctrl + Alt + F1 to login on tty1 - you'll be in command line mode
- login with your username and password
- kill x server by running command "sudo /etc/init.d/gdm stop"
- install driver by running command "sudo chmod +x /path/to/file/driver.run | sh /path/to/file/driver.run" - it will show you a step-by-step command line interface installation process which requires you to read and choose answer. It should be strait forward enough for anyone to handle so you'll be fine.
- start x server by running command "sudo /etc/init.d/gdm start"
- restart your computer to see fresh Ubuntu UI running nvidia driver by running command "sudo reboot"
That is all that you need to do and your done. I hope this article helped with your problem. Enjoy and have fun with Ubuntu!
Anonymous
October 16, 2011 at 5:48 AM
thanks Paul! this works on my K43SV.
do you also have a guide on installing the drivers for the card reader & touch pad?
thanks!