xorg.conf for Multi Head , Multi GPU configuration on Ubuntu 1910

Asked by Kishore Kadiyala

I am trying with the setup where each Monitor is connected to each GPU respectively.
The setup has one Integrated GPU intel and other discrete GPU.

The auto generated using (X -configure) looks like below
Section "ServerLayout"
        Identifier "X.org Configured"
        Screen 0 "Screen0" 0 0
        Screen 1 "Screen1" RightOf "Screen0"
        InputDevice "Mouse0" "CorePointer"
        InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Device"
        Identifier "Card0"
        Driver "modesetting"
        BusID "PCI:0:x:0"
EndSection

Section "Device"
        Identifier "Card1"
        Driver "modesetting"
        BusID "PCI:y:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "Card0"
        Monitor "Monitor0"
EndSection

Section "Screen"
        Identifier "Screen1"
        Device "Card1"
        Monitor "Monitor1"
EndSection

With this I'm seeing black screen on second display

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu xorg-server Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Kishore Kadiyala (kishorek9) said :
#1

what is checked is

There are two screens created :
one with DISPLAY= :0.0
other with DISPLAY = :0.1

I would like to have single DISPLAY=:0 with 2 montiors on 2 GPU's

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Open' state without activity for the last 15 days.