Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: NVIDIA resolution won't save

  1. #1
    Join Date
    Jan 2010
    Beans
    372

    NVIDIA resolution won't save

    This is driving me nuts.

    I got myself a 27" Dell with great resolution. However, every time Ubuntu boots up, it reverts the resolution to a lousy one (and not the one I want), so I have to keep opening the Nvidia X Server Settings and clicking it.

    When I "save to X configuration file", a window opens asking me where to save it. It previously threw some "failed to parse" error, but I followed a post on these forums which seemed fine because it doesn't give me an error anymore. In fact, it saves fine.

    At least, I THINK it does. When I reboot, it goes back to the incorrect resolution.

    I've even pasted that location to the config file in my startup applications and no difference.

    ANY help will be greatly appreciated.

  2. #2
    Join Date
    Feb 2008
    Beans
    5,636

    Re: NVIDIA resolution won't save

    You should open it as root with
    Code:
    gksu nvidia-settings

  3. #3
    Join Date
    Jan 2010
    Beans
    372

    Re: NVIDIA resolution won't save

    Quote Originally Posted by TeoBigusGeekus View Post
    You should open it as root with
    Code:
    gksu nvidia-settings
    Done that. Doesn't seem to make any difference...

  4. #4
    Join Date
    Jun 2006
    Location
    Canada
    Beans
    517

    Lightbulb Re: NVIDIA resolution won't save

    This is a common problem when using the nvidia binary driver. First you want to start nvidia-settings as administrator.

    Code:
    $ sudo nvidia-settings
    Then you want to set your monitors and save to the X config file. The location of this file should be /etc.X11/xorg.conf - IF nvidia-settings complains at this point about the parsing of the file or that it can't save, the workaround is to move/delete the xorg.conf file:

    Code:
    $ sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old-fp
    ... and then try saving again.
    My Top Bugs - Launchpad Profile - Wiki Page

    Appreciate what the severe effort of many converging wills has produced.

  5. #5
    Join Date
    Jan 2010
    Beans
    372

    Re: NVIDIA resolution won't save

    Quote Originally Posted by komputes View Post
    This is a common problem when using the nvidia binary driver. First you want to start nvidia-settings as administrator.

    Code:
    $ sudo nvidia-settings
    Then you want to set your monitors and save to the X config file. The location of this file should be /etc.X11/xorg.conf - IF nvidia-settings complains at this point about the parsing of the file or that it can't save, the workaround is to move/delete the xorg.conf file:

    Code:
    $ sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old-fp
    ... and then try saving again.
    Done that a few times. Makes absolutely no difference.

    Must I put the location of that file into my startup apps?

  6. #6
    Join Date
    Jan 2010
    Beans
    372

    Re: NVIDIA resolution won't save

    Absolutely nothing works. This is heavily frustrating. All I want is for the resolution to stay as I've set it, when Ubuntu boots up.

    Any more help, please?

  7. #7
    Join Date
    Aug 2007
    Beans
    67
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: NVIDIA resolution won't save

    click save to X configuration file then on the pop up click show preview copy the preveiw then type in a terminal...

    sudo gedit /etc/X11/xorg.conf

    delete whats in there and paste what u copyed earilyer
    and save the file, that should solve all your problems

  8. #8
    Join Date
    Jan 2010
    Beans
    372

    Re: NVIDIA resolution won't save

    Quote Originally Posted by spook1980 View Post
    click save to X configuration file then on the pop up click show preview copy the preveiw then type in a terminal...

    sudo gedit /etc/X11/xorg.conf

    delete whats in there and paste what u copyed earilyer
    and save the file, that should solve all your problems
    I've done that over and over again. I've tried everything in this thread, but NOTHING makes a difference. When Ubuntu boots up, the incorrect resolution loads and I have to change it manually.

    I'm willing to try more things. Any more help?

  9. #9
    Join Date
    Sep 2007
    Location
    Paterna, Spain
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: NVIDIA resolution won't save

    If in any other user you can save the resolution and it works:
    Just remove or rename the file ~/.config/monitors.xml

    Code:
    user@host~$ mv .config/monitors.xml .config/monitors.xmlbak
    This file keeps your monitor configuration in a per-user basis.
    Think free, use free, be free 8)

  10. #10
    Join Date
    Aug 2009
    Beans
    9

    Re: NVIDIA resolution won't save

    I had the same problem and was never able to solve it until I upgraded to Ubuntu 10.10

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •