You are not logged in.

#1 2016-08-09 15:32:45

0x29a
Member
Registered: 2012-09-28
Posts: 101

[SOLVED] Can't add native resolution (DVI->VGA connection, NVidia)

Hi there!

I can't add my monitor native resolution to xrandr.

With closed-source nvidia drivers I'm stuck at 640x480, with nouveau at 1024x768.

I've tried to follow the wiki:

[Under Nouveau]

Screen 0: minimum 8 x 8, current 1024 x 768, maximum 16384 x 16384
DVI-I-0 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      60.00*+
   800x600       72.19    60.32    56.25
   640x480       59.94
   512x384       60.00
   400x300       72.19
   320x240       60.05
xrandr --newmode "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
xrandr --addmode DVI-I-0 1280x1024_60.00
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  18 (RRAddOutputMode)
  Serial number of failed request:  33
  Current serial number in output stream:  34

I've followed all instructions on https://wiki.archlinux.org/index.php/NV … r_BadMatch for proprietriary drivers, but no joy. Under both nvidia and nouveau drivers I receive the same error.

Setting things in xorg.conf does nothing. Log reports:

[   940.650] (WW) NVIDIA(0): No valid modes for "CRT-0:1280x1024_60.00"; removing.
  3 [   940.651] (II) NVIDIA(0): Validated MetaModes:
  2 [   940.651] (II) NVIDIA(0):     "CRT-0:1024x768"
  1 [   940.651] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
  0 [   940.657] (WW) NVIDIA(0): CRT-0 does not have an EDID, or its EDID does not contain a
  1 [   940.657] (WW) NVIDIA(0):     maximum image size; cannot compute DPI from CRT-0's EDID.

Thanks in advance for any help!

Edit: I should add that I'm using DVI->VGA dongle between NVidia Quadro 4000 and E178FP Dell monitor.


Solved by editing xorg.conf to this form:

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DELL E178FP"
    HorizSync       31.0 - 80.0
    VertRefresh     56.0 - 75.0
    # 1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz
    Modeline "1280x1024"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option         "NoLogo" "True"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option    "IgnoreEDID"    "true"
    Option    "nvidiaXineramaInfoOrder" "CRT-0"
    Option    "metamodes" "1280x1024 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Last edited by 0x29a (2016-08-09 17:15:07)

Offline

Board footer

Powered by FluxBB