nvidia graphics resolution problem

14,647

Solution 1

I had this same problem just now after I installed some updates, exactly the same as described, except that it worked fine prior to the update.

I got around the issue by opening 'Additional Drivers' and reactivating my driver, as it had been deactivated for some reason.

After a quick reboot it was working fine, although I did have to manually select the resolution (the correct option was there this time), as it didn't do so automatically.

Looking at the age of this post I would think the problem is already solved, but hopefully this will be of help to anybody else with the same problem.

Solution 2

This should take you back from where you've started:

  • log into tty1
  • sudo service lightdm stop (to stop the X session)
  • cd /etc/X11/
  • replace the conf generated by NVIDIA with the old conf:

    sudo mv xorg.conf.nvidia-xconfig-original xorg.conf
    
  • sudo service lightm start (to restart X session)
Share:
14,647

Related videos on Youtube

Deepak Adhikari
Author by

Deepak Adhikari

Updated on September 18, 2022

Comments

  • Deepak Adhikari
    Deepak Adhikari over 1 year

    I am currently using ubuntu 12.04 I have acer aspire timelinex 3830tg with 2GB nvidia GeForce GT540M graphics card

    To enable my graphics card I followed following steps.

    1.) I activated nvidia_current and nvidia_current_updates from additional drivers

    2.) sudo nvidia-xconfig

    3.) then reboot

    Following these steps I got following errors

    1.) my resolution is 640x480...(there is no option of 1366x768 in display...previously there was 1366x768 when nvidia-xconfig command was not entered)

    2.) when I open nvidia-settings it shows me following error "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."

    Problem need to be solved

    1.) Change resolution to 1366x768

    2.) Also how to check my nvidia graphics working or not

    Please some one please help me to solve these issues...I am seriously in need of my graphics card... I wan't my nvidia graphics card work as my intel graphics smoothly I am not willing to use bumblebee

    with regards,

    ubuntu user

  • Deepak Adhikari
    Deepak Adhikari about 12 years
    I am in need of nvidia is for only one reason ie for my virtual box...I am willing to have video memory option of 2GB in virtual but now it shows 128MB only...I had install bumblebee and used command "optirun virtualbox" but it showed video memory 128MB only...if its possible to give 2GB video memory for virtualbox using bumblebee please recommend me
  • Lekensteyn
    Lekensteyn about 12 years
    Hmm, well the issue is that VBox needs hw access to the card. Try setting up Remote Desktop (or similar) on the VBox instance (possibly using the VBox control panel). Once that's done, close VBox and start it like optirun VBoxManage startvm "Your VM Name". Your VM Name is the name as shown in the overview window and can also be gathered from VBoxManage list vms.