Results 1 to 7 of 7

Thread: nvidia-settings screen resolution

  1. #1
    Join Date
    Oct 2012
    Beans
    1

    nvidia-settings screen resolution

    Hey guys, I have an interesting problem here. In Ubuntu 11.10 I could set my monitor to the resolution of 1920x1200. I tried to do this in Ubuntu 12.04, but nvidia-settings is telling me that my maximum resolution is 1920x1080 - is there anyway I can force the custom resolution on there?

  2. #2
    Join Date
    Apr 2009
    Beans
    44
    Distro
    Ubuntu

    Re: nvidia-settings screen resolution

    I have to agree to this. In 12.04 there was a way to easily set a custom resolution via the nvidia-settings utility, however in 12.10 Nvidia drivers have been updated and this option is gone.

    Can anyone offer a solution?

  3. #3
    Join Date
    Jun 2006
    Beans
    8

    Re: nvidia-settings screen resolution

    I was struggling with this during 12.10 beta. The newest Nvidia drivers change how resolutions are handled: The only available resolutions are the few your monitor explicitly defines (using EDID), often excluding many 'standard' resolutions.

    To enable more resolution choices, custom resolutions, and custom Modelines:

    If you don't have an /etc/X11/xorg.conf, we need to create one: Open nvidia-settings.
    "X Server Display Configuration" -> "Save to X Configuration File", then click "Save"

    Now edit /etc/X11/xorg.conf as root:
    (Ubuntu)
    Code:
    sudo gedit /etc/X11/xorg.conf
    (Kubuntu)
    Code:
    sudo kate /etc/X11/xorg.conf
    We need to add the following line to the "Device" section:
    Code:
        Option         "ModeValidation" "AllowNonEdidModes"
    My "Device" section looks like:
    Code:
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce 8800 GT"
        Option         "NoLogo" "on"
        Option         "ModeValidation" "AllowNonEdidModes"
    EndSection
    Save, and reboot (or restart X) to apply the changes.

  4. #4
    Join Date
    Apr 2009
    Beans
    44
    Distro
    Ubuntu

    Re: nvidia-settings screen resolution

    Thank you, this have solved my problem. I think this thread should be made sticky to enhance visibility.

  5. #5
    Join Date
    Jul 2008
    Location
    Northern California, USA
    Beans
    Hidden!
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: nvidia-settings screen resolution

    I apologize in advance if it looks like I'm side-tracking this thread too much. This may or may not be a dumb question, but does this information apply to Intel-based drivers as well as nVidia? I'm running Kubuntu 12.04 and until a few days ago I was able to get 1280x800 resolution without any difficulty. Following a recent update a few days ago, I am now limited to 1024x768, which looks *horrible* on my screen. I cannot find any way to restore the previous resolution.

    If these options would be expected to work with Intel drivers instead of nVidia, I'd be willing to try. But I'm no guru, and the file /etc/X11/xorg.conf does not exist on my system, so I'm afraid to try to create one from scratch.

  6. #6
    Join Date
    Jun 2013
    Beans
    2

    Re: nvidia-settings screen resolution

    When I boot my laptop standalone, I get 45 lines of emacs, but when I boot docked with a second 1920x1200 monitor in side-to-side twinview, I get 74 lines of emacs.

    I get a comparable increase in the number of Firefox tabs (stacked vertically), and everything else.

    Attached are screenshots of the nvidia-settings windows. Notice that the fonts end up being displayed smaller in the Twinview picture than in the single screen, implying that the screen resolution is different in these two modes.

  7. #7
    Join Date
    Jul 2011
    Location
    MG-Brasil
    Beans
    44
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: nvidia-settings screen resolution

    Hey there, I'm having the same problem but not the solution. I've been looking around this for days now.
    with the options
    Code:
        Option         "ModeValidation" "AllowNonEdidModes"
    A lot of non-native resolutions appear but none are good. Also switching to any other than native, gives a black or distorted screen.
    My monitor is a iMac 21,5 inch, with 16:9 aspect and native res of 1920x1080, others used resolutions were 1600x900, 1280x720, none of which appear on the list.
    With or without these options lines I'm unable to add my desired res with xrandr.

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
  •