xorg two screen sessions after update

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I recently (automatically) updated my tumbleweed opensuse installation, and this where things went awry.
My setup: Two displays connected through graphics adapter 1 (ATI Radeon HD 5450) via DVI. One display (the TV via AV-receiver) connected through HDMI on graphics adapter 2 (ATI Radeon HD 5450).



Previously, I had one large X screen (1920x1200, 1920x1200, 1920x1080), but now I get two screens (1920x1200+1920x1200 as :0.0 and 1920x1080 as :0.1)



Section "ServerLayout"
Identifier "X.org Configured"
InputDevice "Mouse0" "CorePointer"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 1 "Screen2" RightOf "Screen1"

InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section

Section "Module"
Load "glx"
EndSection

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbModel" "pc105"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection


Section "Monitor"
Identifier "DVI-0"
VendorName "Asus"
ModelName "Left"
Option "Primary" "true"
EndSection

Section "Monitor"
Identifier "DVI-1"
VendorName "Asus"
ModelName "Right"
Option "RightOf" "DVI-0"
EndSection

Section "Monitor"
Identifier "HDMI-0"
VendorName "Pioneer"
ModelName "AV Receiver"
Option "RightOf" "DVI-1"
EndSection

Section "Device"
Identifier "Card0"
Driver "radeon"
BusID "PCI:1:0:0"
Option "Monitor-DVI-0" "DVI-0"
Option "Monitor-DVI-1" "DVI-1"
EndSection

Section "Device"
Option "TearFree"
Identifier "Card1"
Driver "radeon"
BusID "PCI:2:0:0"
Option "Monitor-HDMI-0" "HDMI-0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "DVI-0"
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card0"
Monitor "DVI-1"
EndSection


I would like to return to the previous setup. The Xorg.0.log file is a bit larger, but can be found here: Xorg.0.log







share|improve this question
























    up vote
    0
    down vote

    favorite












    I recently (automatically) updated my tumbleweed opensuse installation, and this where things went awry.
    My setup: Two displays connected through graphics adapter 1 (ATI Radeon HD 5450) via DVI. One display (the TV via AV-receiver) connected through HDMI on graphics adapter 2 (ATI Radeon HD 5450).



    Previously, I had one large X screen (1920x1200, 1920x1200, 1920x1080), but now I get two screens (1920x1200+1920x1200 as :0.0 and 1920x1080 as :0.1)



    Section "ServerLayout"
    Identifier "X.org Configured"
    InputDevice "Mouse0" "CorePointer"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    Screen 1 "Screen2" RightOf "Screen1"

    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section

    Section "Module"
    Load "glx"
    EndSection

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

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "de"
    Option "XkbModel" "pc105"
    Option "XkbOptions" "terminate:ctrl_alt_bksp"
    EndSection


    Section "Monitor"
    Identifier "DVI-0"
    VendorName "Asus"
    ModelName "Left"
    Option "Primary" "true"
    EndSection

    Section "Monitor"
    Identifier "DVI-1"
    VendorName "Asus"
    ModelName "Right"
    Option "RightOf" "DVI-0"
    EndSection

    Section "Monitor"
    Identifier "HDMI-0"
    VendorName "Pioneer"
    ModelName "AV Receiver"
    Option "RightOf" "DVI-1"
    EndSection

    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:1:0:0"
    Option "Monitor-DVI-0" "DVI-0"
    Option "Monitor-DVI-1" "DVI-1"
    EndSection

    Section "Device"
    Option "TearFree"
    Identifier "Card1"
    Driver "radeon"
    BusID "PCI:2:0:0"
    Option "Monitor-HDMI-0" "HDMI-0"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "DVI-0"
    EndSection

    Section "Screen"
    Identifier "Screen1"
    Device "Card0"
    Monitor "DVI-1"
    EndSection


    I would like to return to the previous setup. The Xorg.0.log file is a bit larger, but can be found here: Xorg.0.log







    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I recently (automatically) updated my tumbleweed opensuse installation, and this where things went awry.
      My setup: Two displays connected through graphics adapter 1 (ATI Radeon HD 5450) via DVI. One display (the TV via AV-receiver) connected through HDMI on graphics adapter 2 (ATI Radeon HD 5450).



      Previously, I had one large X screen (1920x1200, 1920x1200, 1920x1080), but now I get two screens (1920x1200+1920x1200 as :0.0 and 1920x1080 as :0.1)



      Section "ServerLayout"
      Identifier "X.org Configured"
      InputDevice "Mouse0" "CorePointer"
      Screen 0 "Screen0" 0 0
      Screen 1 "Screen1" RightOf "Screen0"
      Screen 1 "Screen2" RightOf "Screen1"

      InputDevice "Keyboard0" "CoreKeyboard"
      EndSection
      Section

      Section "Module"
      Load "glx"
      EndSection

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

      Section "InputDevice"
      Identifier "Keyboard0"
      Driver "kbd"
      Option "XkbLayout" "de"
      Option "XkbModel" "pc105"
      Option "XkbOptions" "terminate:ctrl_alt_bksp"
      EndSection


      Section "Monitor"
      Identifier "DVI-0"
      VendorName "Asus"
      ModelName "Left"
      Option "Primary" "true"
      EndSection

      Section "Monitor"
      Identifier "DVI-1"
      VendorName "Asus"
      ModelName "Right"
      Option "RightOf" "DVI-0"
      EndSection

      Section "Monitor"
      Identifier "HDMI-0"
      VendorName "Pioneer"
      ModelName "AV Receiver"
      Option "RightOf" "DVI-1"
      EndSection

      Section "Device"
      Identifier "Card0"
      Driver "radeon"
      BusID "PCI:1:0:0"
      Option "Monitor-DVI-0" "DVI-0"
      Option "Monitor-DVI-1" "DVI-1"
      EndSection

      Section "Device"
      Option "TearFree"
      Identifier "Card1"
      Driver "radeon"
      BusID "PCI:2:0:0"
      Option "Monitor-HDMI-0" "HDMI-0"
      EndSection

      Section "Screen"
      Identifier "Screen0"
      Device "Card0"
      Monitor "DVI-0"
      EndSection

      Section "Screen"
      Identifier "Screen1"
      Device "Card0"
      Monitor "DVI-1"
      EndSection


      I would like to return to the previous setup. The Xorg.0.log file is a bit larger, but can be found here: Xorg.0.log







      share|improve this question












      I recently (automatically) updated my tumbleweed opensuse installation, and this where things went awry.
      My setup: Two displays connected through graphics adapter 1 (ATI Radeon HD 5450) via DVI. One display (the TV via AV-receiver) connected through HDMI on graphics adapter 2 (ATI Radeon HD 5450).



      Previously, I had one large X screen (1920x1200, 1920x1200, 1920x1080), but now I get two screens (1920x1200+1920x1200 as :0.0 and 1920x1080 as :0.1)



      Section "ServerLayout"
      Identifier "X.org Configured"
      InputDevice "Mouse0" "CorePointer"
      Screen 0 "Screen0" 0 0
      Screen 1 "Screen1" RightOf "Screen0"
      Screen 1 "Screen2" RightOf "Screen1"

      InputDevice "Keyboard0" "CoreKeyboard"
      EndSection
      Section

      Section "Module"
      Load "glx"
      EndSection

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

      Section "InputDevice"
      Identifier "Keyboard0"
      Driver "kbd"
      Option "XkbLayout" "de"
      Option "XkbModel" "pc105"
      Option "XkbOptions" "terminate:ctrl_alt_bksp"
      EndSection


      Section "Monitor"
      Identifier "DVI-0"
      VendorName "Asus"
      ModelName "Left"
      Option "Primary" "true"
      EndSection

      Section "Monitor"
      Identifier "DVI-1"
      VendorName "Asus"
      ModelName "Right"
      Option "RightOf" "DVI-0"
      EndSection

      Section "Monitor"
      Identifier "HDMI-0"
      VendorName "Pioneer"
      ModelName "AV Receiver"
      Option "RightOf" "DVI-1"
      EndSection

      Section "Device"
      Identifier "Card0"
      Driver "radeon"
      BusID "PCI:1:0:0"
      Option "Monitor-DVI-0" "DVI-0"
      Option "Monitor-DVI-1" "DVI-1"
      EndSection

      Section "Device"
      Option "TearFree"
      Identifier "Card1"
      Driver "radeon"
      BusID "PCI:2:0:0"
      Option "Monitor-HDMI-0" "HDMI-0"
      EndSection

      Section "Screen"
      Identifier "Screen0"
      Device "Card0"
      Monitor "DVI-0"
      EndSection

      Section "Screen"
      Identifier "Screen1"
      Device "Card0"
      Monitor "DVI-1"
      EndSection


      I would like to return to the previous setup. The Xorg.0.log file is a bit larger, but can be found here: Xorg.0.log









      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 20 '17 at 18:54









      Ro-ee

      1264




      1264

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f399411%2fxorg-two-screen-sessions-after-update%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f399411%2fxorg-two-screen-sessions-after-update%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay