You are not logged in.

#1 2017-01-14 17:42:03

MickeyCantor
Member
Registered: 2015-09-30
Posts: 3

Problems configuring my Nvidia card

Hey guys, i just reinstalled arch and im trying to configure my video card to extend my screens across two monitors, My problem is that i have both screens displaying but my left screen "DVI" is not displaying the correct resolution of 1440x900, of which it is capable of displaying at.

xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 375.26  (buildmeister@swio-display-x86-rhel47-01)  Thu Dec  8 19:07:46 PST 2016


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

Section "Files"
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"
    Identifier     "DVI"
    ModeLine       "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
    Option         "PreferredMode" "1440x900_60.00"
    Option         "LeftOf" "DP"
EndSection

Section "Monitor"
    Identifier     "DP"
    ModeLine       "1920x1080_144.00" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync
    Option         "PrefferedMode" "1920x1080_144.00"
    Option         "RightOf" "DVI"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "DP"
    DefaultDepth    24
    Option         "Monitor-DVI-D-0" "DVI"
    Option         "Monitor-DP-0" "DP"
    Option         "TwinView"
    Option         "MetaModes" "1920x1080_144.00, 1440x900_60.00"
    Option         "ConnectedMonitor" "DVI DP"
    Option         "MetaModeOrientation" "DVI LeftOf DP"
    SubSection     "Display"
        Depth       24
        Modes      "1920x1080_144.00"
    EndSubSection
EndSection

and the output of my xrandr -q

Screen 0: minimum 8 x 8, current 2944 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected primary (normal left inverted right x axis y axis)
DVI-I-1 disconnected (normal left inverted right x axis y axis)
DP-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
   1920x1080     60.00*+ 144.00   119.98    99.93    59.94    50.00    60.00    50.04  
   1680x1050     59.95  
   1440x900      59.89  
   1280x1024     60.02  
   1280x960      60.00  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      70.07    60.00  
   800x600       60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       59.94    59.93  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 connected 1024x768+1920+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  

I have been trying to configure everything on my own and i have been searching around and trying to make sense of everything. Please let me know if you need any more info

Offline

#2 2017-01-15 07:10:22

Buddlespit
Member
From: Chesapeake, Va.
Registered: 2014-02-07
Posts: 501

Re: Problems configuring my Nvidia card

Silly question, but have you tried running nvidia-settings (as root), set up you monitors and then saving the configuration?

Offline

#3 2017-01-16 22:00:54

MickeyCantor
Member
Registered: 2015-09-30
Posts: 3

Re: Problems configuring my Nvidia card

Yes, i already ran all the default nvidia settings and tried the GUI config. The problem is with some level of the driver not letting me display at the correct resolution. The GUI settings also show that same list of resolutions for the DVI output

Offline

#4 2017-01-16 23:11:05

PlqnctoN
Member
From: Lyon, France
Registered: 2015-07-29
Posts: 8

Re: Problems configuring my Nvidia card

Which Nvidia graphics card are you using? Also, are you using a DVI to D-SUB (VGA) adapter? I remember having the exact same problem when using this adapter.

Last edited by PlqnctoN (2017-01-16 23:11:36)

Offline

#5 2017-01-17 19:28:05

MickeyCantor
Member
Registered: 2015-09-30
Posts: 3

Re: Problems configuring my Nvidia card

PlqnctoN wrote:

Which Nvidia graphics card are you using? Also, are you using a DVI to D-SUB (VGA) adapter? I remember having the exact same problem when using this adapter.

Its a GTX 950, and no I'm not using any adapters. Im also using the standard Nvidia drivers.

Offline

Board footer

Powered by FluxBB