I have this hp pavilion 5008tx laptop:
- Core i5 (2nd Generation) 2450M
- 6 GB RAM DDR3
- Mobile Intel HM77 Express
- NVIDIA GeForce 630M 2 GB DDR3
I'd just installed 12.04lts 64-bit (kernel 3.2.0-23-generic).After updating using
sudo apt-get update && sudo apt-get upgrade
After reboot I got a screen resolution of 640x480. I ran nvidia-settings and it said
You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run nvidia-xconfig as root), and restart the X server.
sudo apt-get purge nvidia-current
and after it edited grub file using vim::
sudo gedit /etc/default/grub
and replace::
GRUB_CMDLINE_LINUX="" to GRUB_CMDLINE_LINUX="nomodeset"
update grub:: sudo update -grub
And then screen resolution set to 4:3 800x600
I downloaded nvidia driver from here
installed it command::
sudo service lightdm stop
sudo sh NVIDIA-Linux-x86_64-304.51.run
sudo service lightdm start
sudo reboot
After this still screen resolution is 800x600 I ran nvidia-settings and it said:
You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run nvidia-xconfig as root), and restart the X server.
And i cannot change my screen resolution.