Results 1 to 9 of 9

Thread: [SOLVED] Resolution Restricted by NVIDIA driver

  1. #1
    Join Date
    Jun 2008
    Beans
    13

    [SOLVED] Resolution Restricted by NVIDIA driver

    Hi there, I wasn't sure where to post this, as it is a display problem, but I have a very hard time understanding the answers elsewhere because I've got about one day's worth of Linux experience.

    I'm Running:
    Ubuntu 8.04 (hardy)
    Kernel Linux 2.6.24-18-generic
    GNOME 2.22.2

    The Machine is:
    Pentium 4 2.4 GHz
    757.1 MiB Memory

    And the graphics card is:
    Gefore 6200

    I've now installed the card's drivers two ways, the first was through System->Hardware Drivers and enabling the restricted driver. The second was to download and run EnvyNG.

    After the first install the highest resolution that Ubuntu would allow me to select was 640x480 which was completely unworkable (nothing fit in the screen any more!). After running EnvyNG things were a little better. I could set the screen to 800X600. This is still very small (or big as it were), I'd like to be able to get up to at least 1024x768.

    Any suggestions?

  2. #2
    Join Date
    Aug 2006
    Location
    Australia
    Beans
    1,438

    Re: Resolution Restricted by NVIDIA driver

    Try running this:
    Code:
    gksu displayconfig-gtk
    This will give you a nice easy to configure app to setup your display resolution.
    If you can't open up a terminal, press Alt + F2, then enter in the command above.

    Once set, you need to log off / restart X. (Restarting X can be done by pressing Ctrl + Alt + Backspace - please save any work before doing this).
    Work smart, not hard.

  3. #3
    Join Date
    Jun 2008
    Beans
    13

    Re: Resolution Restricted by NVIDIA driver

    Hmmm... In the configuration app at first it would still only allow me to go up to 800x600. However, when I selected a monitor other than PlugandPlay Monitor it let me go higher. It asked me to logout for the changes to take place. When I logged back in it remained in 1024x768 for about 2 seconds before bumping back down to 800xz600.

    Does this mean that the monitor is the problem? It is a decidedly crappy monitor. However, this doesn't explain why I was allowed to display in 1024x768 before installing the card's driver.

    Any other ideas?

  4. #4
    Join Date
    Aug 2006
    Location
    Australia
    Beans
    1,438

    Re: Resolution Restricted by NVIDIA driver

    Hmm, that should've worked.
    Try some different monitor types, like generic 1024x768 and make sure nvidia is the graphics card type.

    There's a chance that Xorg is detecting that the monitor doesn't like going above 800x600. In which case I'm not sure how to fix this.
    Have you got access to a better monitor that you could try out?
    Work smart, not hard.

  5. #5
    Join Date
    Sep 2006
    Location
    Alexandria
    Beans
    1,202
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Resolution Restricted by NVIDIA driver

    Try this :
    Code:
    sudo nano /etc/usplash.conf
    you will got something like that
    # Usplash configuration file
    # These parameters will only apply after running update-initramfs.
    add the required resolution like that as an example :

    # Usplash configuration file
    # These parameters will only apply after running update-initramfs.

    xres=1280
    yres=800
    then reboot and type :

    Code:
    sudo dpkg-reconfigure usplash
    then check for the new settings -- System > Preferences > Screen Resolution and select the new one.
    __________________
    Linux user #434738 - Ubuntu user #9391
    Be happy .....think of others and thank GOD.

    Kindly mark your thread [SOLVED] if it is done.

  6. #6
    Join Date
    Jun 2008
    Beans
    13

    Re: Resolution Restricted by NVIDIA driver

    AHA!
    In the graphics card tab I changed the driver from NVIDIA 6800 (generic) to NVIDIA 6 series and now it is running fine in the higher resolution. Thanks a lot!

  7. #7
    Join Date
    May 2008
    Beans
    136

    Re: [SOLVED] Resolution Restricted by NVIDIA driver

    I have a similar issue, but when I use gksu displayconfig-gtk I don't how to save the settings. I hit save and it asks for a save location. If I hit okay it just bring me back to where I started.

  8. #8
    Join Date
    Jun 2008
    Beans
    1

    Re: [SOLVED] Resolution Restricted by NVIDIA driver

    I'm a ten year windows veteran with MCSE etc to boot, but thought I'd switch to Ubuntu since vista sucks slightly.

    Spent the last 2 hours trying to fix the resolution on my Shuttle XPC box with no luck until I read this post!!

    Thank you v much for the fix - worked a treat.

    Ewan fae Scotland!

  9. #9
    Join Date
    May 2008
    Location
    Martintown ON
    Beans
    10
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: [SOLVED] Resolution Restricted by NVIDIA driver

    I too add my thanks. I managed to get the resolution to stay after the proposed fix, by re-setting the values in preferences.

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
  •