You are not logged in.

#1 2010-01-20 23:11:48

Frostwarrior
Member
Registered: 2009-06-06
Posts: 27

17" crt monitor, but not all refresh rates showed

Only some refresh rates are displayed as an option.
Look xrandr:

$ xrandr
Screen 0: minimum 320 x 175, current 1280 x 1024, maximum 1600 x 1200
default connected 1280x1024+0+0 0mm x 0mm
   1600x1200      50.0     56.0  
   1400x1050      51.0     57.0  
   1280x960       52.0  
   1024x768       53.0     61.0     62.0     63.0     64.0  
   800x600        54.0     67.0     68.0     69.0     70.0     71.0     72.0  
   640x480        55.0     76.0     77.0     78.0     79.0  
   1280x1024      58.0*    59.0  
   1152x864       60.0  
   896x672        65.0  
   832x624        66.0  
   720x400        73.0  
   640x512        74.0     75.0  
   640x400        80.0  
   640x350        81.0  
   576x432        82.0  
   512x384        83.0     84.0     85.0     86.0     87.0  
   416x312        88.0  
   400x300        89.0     90.0     91.0     92.0     93.0  
   360x200        94.0  
   320x240        95.0     96.0     97.0     98.0  
   320x200        99.0  
   320x175       100.0

The weird value rates are fault of the nvidia driver telling jokes.

But how can i have more refresh rate in 1280x1024 than 1280x960? My monitor is a standard 4:3 crt.

I tried disabling EDIDs and specifying the sync values according to the monitor.
The monitor is a samsung syncmaster 700p.

Any ideas? Thanks in advance.

HEre is my xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Wed Dec  9 16:34:26 PST 2009


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"

#    Load           "drm"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
#    Load       "dri"
EndSection

Section "ServerFlags"
    Option         "DontVTSwitch" "no"
EndSection

Section "InputDevice"

    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 85.0
    VertRefresh     50.0 - 160.0
#    Option         "DPMS"
    Option         "UseEDID" "false"
    Option         "IgnoreEDID" "true"
    Option "ModeValidation" "NoEdidModes"
EndSection

Section "Device"

#    Driver       "radeonhd"
#    Option       "AccelMethod" "exa"
#    Option       "DRI" "on"
#    BusID       "PCI:1:5:0"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option         "UseEDID" "false"
    Option         "IgnoreEDID" "true"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "nologo" "true"
    SubSection     "Display"
        Depth       24
    Modes       "1600x1200" "1400x1050" "1280x960" "1280x960@75" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Last edited by Frostwarrior (2010-01-21 01:47:10)

Offline

#2 2010-01-21 08:18:57

Dheart
Member
From: Sofia, Bulgaria
Registered: 2006-10-26
Posts: 956

Re: 17" crt monitor, but not all refresh rates showed

I see you have a nvidia card. For nvidia users xrandr displays wrong value. If you want to check exactly what you're running, search some of the monitor options, it should have it in there. Also use the nvidia-settings, but for me at times it too reported wrong refresh rates.


My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...

Offline

Board footer

Powered by FluxBB