You are not logged in.

#1 2015-04-02 16:00:53

Moussa93
Member
Registered: 2015-04-02
Posts: 5

[Solved]Issue with Xorg (4 Monitors, Dual GPUs)

Hi there,

I have been an Arch user for about 4 months (Ubuntu for a year, before) and I was running Awesome, until yesterday.

I just upgraded my Workstation and decided to try BSPWM.
So far, so good. Install was pretty straightforward but I am having an issue with the graphics.

I am running two similar graphic cards: Nvidia

   02:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 610] (rev a1)
    03:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 610] (rev a1)  

And I have 4 monitors, but I can't have all of them running. Only two at a time.

xrandr -q output:

    Screen 0: minimum 8 x 8, current 3840 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)
    DVI-I-2 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 510mm x 287mm
       1920x1080     60.00*+
       1280x1024     75.02    60.02  
       1152x864      75.00  
       1024x768      75.03    60.00  
       800x600       75.00    60.32  
       640x480       75.00    59.94  
        DVI-I-3 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 510mm x 287mm
       1920x1080     60.00*+
       1280x1024     75.02    60.02  
       1152x864      75.00  
       1024x768      75.03    60.00  
       800x600       75.00    60.32  
       640x480       75.00    59.94  
        HDMI-0 disconnected (normal left inverted right x axis y axis)  

My xorg.conf file:

    Section "ServerLayout"
        	Identifier     "X.org Configured"
        	Screen      0  "Screen0" 0 0
        	Screen      1  "Screen1" RightOf "Screen0"
        	Screen      2  "Screen2" LeftOf  "Screen0"
        	Screen      3  "Screen3" LeftOf  "Screen2"

        	InputDevice    "Mouse0" "CorePointer"
        	InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection

    Section "Files"
	    ModulePath   "/usr/lib/xorg/modules"
	    FontPath     "/usr/share/fonts/misc/"
	    FontPath     "/usr/share/fonts/TTF/"
	    FontPath     "/usr/share/fonts/OTF/"
	    FontPath     "/usr/share/fonts/Type1/"
	    FontPath     "/usr/share/fonts/100dpi/"
	    FontPath     "/usr/share/fonts/75dpi/"
    EndSection

    Section "Module"
	    Load  "glx"
    EndSection

    Section "InputDevice"
	    Identifier  "Keyboard0"
	    Driver      "kbd"
    EndSection

    Section "InputDevice"
	    Identifier  "Mouse0"
	    Driver      "mouse"
	    Option	    "Protocol" "auto"
	    Option	    "Device" "/dev/input/mice"
	    Option	    "ZAxisMapping" "4 5 6 7"
    EndSection

    Section "Monitor"
	    Identifier   "Monitor0"
	    VendorName   "Monitor Vendor"
	    ModelName    "Monitor Model"
    EndSection

    Section "Monitor"
	    Identifier   "Monitor1"
	    VendorName   "Monitor Vendor"
	    ModelName    "Monitor Model"
    EndSection

    Section "Monitor"
            Identifier   "Monitor2"
            VendorName   "Monitor Vendor"
            ModelName    "Monitor Model"
    EndSection

    Section "Monitor"
            Identifier   "Monitor3"
            VendorName   "Monitor Vendor"
            ModelName    "Monitor Model"
    EndSection


    Section "Device"
	    Identifier  "Card0"
	    Driver      "nvidia"
	    BusID       "PCI:2:0:0"
    EndSection

    Section "Device"
	    Identifier  "Card1"
	    Driver      "nvidia"
	    BusID       "PCI:3:0:0"
    EndSection

    Section "Screen"
	    Identifier "Screen0"
	    Device     "Card0"
	    Monitor    "Monitor0"
	    SubSection "Display"
		    Viewport   0 0
		    Depth     1
	    EndSubSection
	    SubSection "Display"
		    Viewport   0 0
		    Depth     4
	    EndSubSection
	    SubSection "Display"
		    Viewport   0 0
		    Depth     8
	    EndSubSection
	    SubSection "Display"
		    Viewport   0 0
		    Depth     15
	    EndSubSection
	    SubSection "Display"
		    Viewport   0 0
		    Depth     16
	    EndSubSection
	    SubSection "Display"
		    Viewport   0 0
		    Depth     24
	    EndSubSection
    EndSection

    Section "Screen"
	    Identifier "Screen1"
	    Device     "Card1"
	    Monitor    "Monitor1"
	    SubSection "Display"
		    Viewport   0 0
		    Depth     1
	    EndSubSection
	    SubSection "Display"
		    Viewport   0 0
		    Depth     4
	    EndSubSection
	    SubSection "Display"
		    Viewport   0 0
		    Depth     8
	    EndSubSection
	    SubSection "Display"
		    Viewport   0 0
		    Depth     15
	    EndSubSection
	    SubSection "Display"
		    Viewport   0 0
		    Depth     16
	    EndSubSection
	    SubSection "Display"
		    Viewport   0 0
		    Depth     24
	    EndSubSection
    EndSection

    Section "Screen"
            Identifier "Screen2"
            Device     "Card1"
            Monitor    "Monitor2"
            SubSection "Display"
                    Viewport   0 0
                    Depth     1
            EndSubSection
           SubSection "Display"
                    Viewport   0 0
                    Depth     4
            EndSubSection
            SubSection "Display"
                    Viewport   0 0
                    Depth     8
            EndSubSection
            SubSection "Display"
                    Viewport   0 0
                    Depth     15
           EndSubSection
            SubSection "Display"
                    Viewport   0 0
                    Depth     16
            EndSubSection
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
            EndSubSection
    EndSection

    Section "Screen"
            Identifier "Screen3"
            Device     "Card0"
            Monitor    "Monitor3"
            SubSection "Display"
                    Viewport   0 0
                    Depth     1
            EndSubSection
            SubSection "Display"
                    Viewport   0 0
                    Depth     4
            EndSubSection
            SubSection "Display"
                    Viewport   0 0
                   Depth     8
            EndSubSection
            SubSection "Display"
                    Viewport   0 0
                    Depth     15
            EndSubSection
            SubSection "Display"
                    Viewport   0 0
                    Depth     16
            EndSubSection
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
            EndSubSection
    EndSection 

The two other monitors are on, but they're blank.
I can hover my mouse over them, but can't "control" them as I am unable to open a terminal window in them, etc.

Do you guys have a possible solution?

Thanks!

Last edited by Moussa93 (2015-04-02 20:57:02)

Offline

#2 2015-04-02 17:30:48

Moussa93
Member
Registered: 2015-04-02
Posts: 5

Re: [Solved]Issue with Xorg (4 Monitors, Dual GPUs)

Hi,

Fixed it.

Used nvidia-settings to automatically update my xorg.conf file.

Offline

#3 2015-04-02 20:11:06

MoonSwan
Member
From: Great White North
Registered: 2008-01-23
Posts: 881

Re: [Solved]Issue with Xorg (4 Monitors, Dual GPUs)

Please mark the topic as solved by editing the first post and pre-pending the subject with "solved."

Offline

Board footer

Powered by FluxBB