1

Possible Duplicate:
How to set the monitor to its native resolution which is not listed in the resolutions list?
Screen resolution stuck at 1024x768

I don't know if there is already a question like that but after my last update (Update manager) when i logged in Ubuntu my resolution was set to 1024/768 and there is no option at displays to change it to another.when i use the command -> sudo apt-get install nvidia-current the output at terminal is that :

sudo apt-get install nvidia-current

Reading package lists... Done
Building dependency tree       
Reading state information... Done
nvidia-current is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

I am noob with Ubuntu and i would like some help to fix this problem. Thanks in advance for your help

1 Answers1

0

remove the xorg config file & reboot.

Type in

sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.back.

Then reboot the system sudo reboot now

If that doesn't solve the problem or cause any other thing, revert back using

sudo mv /etc/X11/xorg.conf.backup /etc/X11/xorg.conf

Web-E
  • 21,716