<---- template headericclude ----->
refresh rate asus n6200
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 2 of 2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    kapare Guest

    refresh rate asus n6200

    Hi

    I'm a newbie and I just install Fedora 7.

    I used this link to install driver for nvidia for my asus n6200

    http://www.linuxforums.org/forum/red...ia-driver.html

    Code:
    su -
    yum install kmod-nvidia xorg-x11-drv-nvidia
    nvidia-config-display enable
    service nvidia restart
    First problem is that if I do system-config-display the maximum resolution that I have is 1280x1024, unknow monitor and unknow graphic card.

    Second, when I boot I can see the nvidia logo, but how I know if is correctly install and if it is this driver that is running right now.

    Third, the only way I know right now to change my monitor refresh rate is to go to Configure desktop > Display > refresh rate. But the problem is that I only have 50hz. How can I change and add more rate?

    Code:
    cat /etc/X11/xorg.conf
    
    # Xorg configuration created by livna-config-display
    
    Section "ServerLayout"
            Identifier     "Default Layout"
            Screen      0  "Screen0" 0 0
            InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
            ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
            ModulePath   "/usr/lib/xorg/modules"
    EndSection
    
    Section "ServerFlags"
            Option      "AIGLX" "on"
    EndSection
    
    Section "InputDevice"
            Identifier  "Keyboard0"
            Driver      "kbd"
            Option      "XkbModel" "pc105"
            Option      "XkbLayout" "us"
    EndSection
    
    # This is the config used from  Samsung SyncMaster 750S White 17" CRT Monitor
    Section "Monitor"
        Identifier   "Monitor0"
        ModelName    "Monitor Samsung 750s"
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 160.0
        Option        "dpms"
    EndSection
    
    Section "Device"
            Identifier  "Videocard0"
            Driver      "nvidia"
            Option      "AddARGBGLXVisuals" "True"
            Option      "DisableGLXRootClipping" "True"
    EndSection
    
    Section "Screen"
            Identifier "Screen0"
            Device     "Videocard0"
            DefaultDepth     24
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
            EndSubSection
    EndSection
    
    Section "Extensions"
            Option      "Composite" "Enable"
    EndSection
    thx

  2. #2
    leigh123linux Guest
    Fedora displays the wrong refresh rates and can not be trusted , to check the proper refresh either check the nvidia control panel ( found in the menu ) or the menu on the monitor itself should be able to confirm the true refresh rate.

Similar Threads

  1. Can't set refresh rate
    By sinistar_ice in forum Using Fedora
    Replies: 6
    Last Post: 8th August 2007, 12:36 AM
  2. Can't set refresh rate
    By michael.white in forum Installation, Upgrades and Live Media
    Replies: 2
    Last Post: 2nd February 2007, 08:44 PM
  3. 120 Hz Refresh Rate
    By Supadude in forum Hardware
    Replies: 0
    Last Post: 11th June 2005, 07:02 AM
  4. Refresh rate
    By Pulka in forum Hardware
    Replies: 2
    Last Post: 10th June 2004, 10:13 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]