Results 1 to 4 of 4

Thread: [Gnome] Nvidia FX5500 refresh rate issue

  1. #1
    Join Date
    May 2008
    Location
    Slovakia
    Beans
    37
    Distro
    Ubuntu 8.04 Hardy Heron

    Lightbulb [Gnome] Nvidia FX5500 refresh rate issue

    Hi,

    I'm running Ubuntu 8.04 Hardy, with gdm, and in nvidia-settings, xorg.conf or any other solution I tryed, I cannot get more than 60Hz resolution @ 1280x960, I'm using nvidia-glx-new driver, before I posted here, I spent hours searching on web to find solution, with no succes, I was following this guide https://help.ubuntu.com/community/Fi...esolutionHowto, searched similiar topics, I found one topic with problem very close to mine, but it was solved by increasing AGP appitude in BIOS from 64 to 128, but in my case using Gigabyte 60XT motherboard with 815EP Intel chipset, I cannot increase it more then 64MB.

    Here is my Xorg file:

    Code:
     nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings:  version 1.0  (buildd@vernadsky)  Tue Mar  4 20:24:34 UTC 2008
    
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    
    Section "Files"
        RgbPath         "/usr/X11R6/lib/X11/rgb"
    EndSection
    
    Section "Module"
        Load           "dbe"
        Load           "extmod"
        Load           "type1"
        Load           "freetype"
        Load           "glx"
    EndSection
    
    Section "ServerFlags"
        Option         "Xinerama" "0"
    EndSection
    
    Section "InputDevice"
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    
    Section "InputDevice"
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "Monitor"
        # HorizSync source: xconfig, VertRefresh source: xconfig
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "ADI 5P"
        HorizSync       30.0 - 69.0
        VertRefresh     50.0 - 120.0
        Option         "DPMS"
        Option         "DDC" "False"
         # V-freq: 70.00 Hz  // h-freq: 70.15 KHz
        Modeline "1280x960" 125.14  1280 1344 1496 1784   960  960  963 1002 
    EndSection
    
    Section "Device"
        Identifier     "Videocard0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce FX 5500"
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Videocard0"
        Monitor        "Monitor0"
        DefaultDepth    24
        Option         "TwinView" "0"
        Option         "TwinViewXineramaInfoOrder" "CRT-0"
        Option         "metamodes" "nvidia-auto-select +0+0; 1280x960_60 +0+0"
        SubSection     "Display"
            Modes      "1280x960_70.00"
            Depth       24
        EndSubSection
    EndSection
    Thanks for any fast help. Also I notice that nvidia-settings manager will remove metamodes and modes option when I show preview of file that nvidia-settings wants to save to xorg.conf.

  2. #2
    Join Date
    May 2008
    Location
    Slovakia
    Beans
    37
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: [Gnome] Nvidia FX5500 refresh rate issue

    Okay, so I managed to force it to 1280x960@70Hz, but there came this problem, on the left side is blank black space about 180-200 pixels width, in windows I have no such empty spot,
    So how can I spread screen of another 180 pixels ?

    PS: adding string
    Code:
     Option         "ModeValidation" "NoEdidModes, NoMaxPClkCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoEdidMaxPClkCheck"
    in monitor section helped to force it to this resolution
    Last edited by Hessesian; May 17th, 2008 at 04:56 PM.

  3. #3
    Join Date
    Apr 2006
    Location
    Open Road
    Beans
    Hidden!

    Re: [Gnome] Nvidia FX5500 refresh rate issue

    just a guess, somewhere on your monitor there should be some buttons to adjust the image so that it will fill the screen area. I'm using geforce 5500 also and selecting some resolutions makes the screen somewhat distorted so I use the buttons to make it fit the screen area. I dual boot Windows and it doesn't change the Window's setting. Also there's this which might help, following Hobo Joe's advice in thread
    http://ubuntuforums.org/showthread.php?t=747371
    and using envyng to set up my nvidia card, using "System>Administration>NVIDIA X Server settings" it offered me more options than the default screen resolution settings. This will be good for the session your in however, in order to save the configuration to xorg.conf, you'll have to open a terminal window and launch "gksudo nvidia-settings".
    Last edited by threegremlins; May 18th, 2008 at 10:27 PM. Reason: typo fix
    "Reality is merely an illusion, albeit a persistent one."
    Albert Einstein

  4. #4
    Join Date
    May 2008
    Location
    Slovakia
    Beans
    37
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: [Gnome] Nvidia FX5500 refresh rate issue

    Well that's not quite my problem. My problem ist, that nvidia recognized my monitor, but didn't found right resolutions. I needed to force it to higher refresh rate, with succes as you can see, but after setting new resolution with new refresh rate, the picture is not covering all the screen, and yes, I know about those buttons on my monitor, but in width settings I'm on 100%, in windows I have picture on full size of my monitor at 1280x960@70Hz, in Ubuntu I have this empty spot. So I need to find why it is as it is and how to spread picture on whole screen as I have it in windows.

    And I know about nvidia-settings and I ran it with sudo command.

Tags for this Thread

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
  •